body {
    overflow-x: hidden;
    color: #868585;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 2em;
    font-size: 13px;
    position: relative;
    background: #e1e1e1;
}


@media (max-width: 992px) {
    .body-content {
        
    }
}
.container {    
    position: relative;
    width: 980px;
    margin: 0 auto;
    height: 100vh;
    
}

.bar-top {
    border-top: 10px solid #05111A;
}

/* 2 Typography
----------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #3d454c;
}
a {
    color: #3d454c;
}
a:hover,
a:focus {
    color: #868585;
    outline: none;
}

/*
-----------------------------------------------------------------------------/**/
.container {    
    display:table;
}

.container .box-banner {
    text-align: center;
}

.bar-top .box-form {
    border-radius: 0 0 8px 8px !important;
    box-shadow: 0px 8px 5px rgba(0,0,0,0.5);
}

.container .meio {
    vertical-align: middle;
    display:table-cell;
}

.box-form {
    position: absolute; 
    top: 25%;
    left: 0;
    background:  rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    position: relative;
    border-radius: 15px;
    padding: 50px;
    min-width: 460px;
}

.box-form hr {
    border: 2px solid #1C8CCC;
    width: 90%
}

.box-form p {
    font-size: 14px;
    line-height: 19px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.box-form input {
    margin-bottom: 20px;
}

.box-form input[type=text], input[type=password] {
    width: 100%;
    background: #b8b5b5;
    border: 2px solid #FFFFFF;
    border-radius: 6px;
    padding: 10px 15px;
}

.box-form input[type=submit] {
    width: 100%;
    background: #1C8CCC;
    border: 0;
    border-radius: 6px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.box-form .connected {
    text-transform: uppercase;
   
}

.box-form .recuperar {
    text-transform: uppercase;
   color: #FFFFFF;
}

.box-form .box-logo-aspprev {
    position: absolute;
    top: 93%;
    left: 15%;
    background: #FFFFFF;
    padding: 30px;
    border-radius: 8px;
}
            


