body {
    font-family: Verdana;
    background-color: #F5F5F5 !important;
	background-image: URL: url('/amsted/manual_clientes/vagoes-losango-web.png');
}

.container {
    width: 100%;
    height: 100%;
}

.container .titulo {
    width: 100%;
    font-size: 24px;
    margin-top: 100px;
    margin-bottom: 100px;
    border-bottom: 1px solid .000;
}

.container .corpo {
    width: 100%;
    height: 100%;
}

.container .corpo .container-login {
    width: 100%;
    height: 100%;
}



.container .corpo .container-login .box-login {
    width: 200px;
    height: 300px;
    border-radius: 3px;
    
    margin: auto;
}


.background {
    width: 100%;
    background: url(../../clientes/imagens/vagoes-losango-web.png) no-repeat center;
    height: 100%;
    position: fixed;
    z-index: -1;
    opacity: 0.1;
}