.page-login > * {
    float : left;
}

.body-usuario{
    display : none;
}

.form-login{
    padding-top: 15px;
}

.form-login > * {
    margin-left: 5px;
}

.form-login [name=loginUsuario]{
    text-transform: uppercase;
}
::-webkit-input-placeholder {
    text-transform: initial;
}

:-moz-placeholder { 
    text-transform: initial;
}

::-moz-placeholder {  
    text-transform: initial;
}

:-ms-input-placeholder { 
    text-transform: initial;
}

.body-page{
    min-height: 320px;
    height: calc(100% - 150px - 110px);
    height: -webkit-calc(100% - 150px - 110px);
}

.body-login{
    position: relative;
    background-image: url(../../../img/bg.jpg);
    background-size: cover;
    background-position: 0px 40%;
    background-repeat: no-repeat;
    height: 100%;
    width : 100%;
    padding: 20px;
}

.body-text{
    /*top : calc(50% - 225px);*/
    position: relative;
    width:360px;
    /*height: 100%;*/
    max-height: 440px;
    text-align: justify;
    margin-right: 50px;
    border-radius: 4px;
    padding: 30px; 
    color: white;
}

.body-image image{
    width: 100%;
    height: 100%;
    position: absolute;
}

.search-submit, .search-submit:hover{
    color : white;
}


/*@media screen and (max-width : 767px){/*870 767*/
@media only screen and (device-width: 767px) {

   

    .footer{
        /*position: absolute;*/
    }

    .body-text{
        display : none;
    }

    .header-logo{
        width : 220px;
        padding-left : 20px;
        padding-top: 10px;
    }

    .header-talk-withus{
        float : right;
    }


    .header-usuario{
        display : none;
    }

    .body-usuario{
        top : calc(35% - 90px);
        display : block;
        /*background-color: rgba(255,255,255,0.7);*/
        width : 300px;
        height: 150px;
        /*border-radius: 3px;*/
        /*box-shadow: 3px 3px 15px;*/
        left: calc(50% - 150px);
        position: absolute;
    }
    
    .usuarioDesktop{
        display : none;
    }
    

    /*.body-usuario .form-login > * {
        width : 100%;
        font-size : 18px;
        height: 30px;
        margin: 0px;
    }*/


    .body-login{
        background-color: #f1f1f1;
        background-image: none;
    }

    .form-login .input-control{
        height: 40px;
    }

    .form-login .input-control[name=loginUsuario]{
        border-bottom: 1px solid #f1f1f1;   
        border-bottom-left-radius: inherit;
        border-bottom-right-radius: inherit;
    }

    .form-login .input-control[name=loginSenha]{
        border-top: none;        
        border-top-left-radius: inherit;
        border-top-right-radius: inherit;
    }

    .form-login .search-submit{
        margin-top: 10px;
    }



    .body-usuario .form-login{
        padding : 10px 20px 0px 20px;

    }
}

/*@media screen and (max-width : 480px){*/
    @media only screen and (device-width: 480px) {

    .header-logo{
        margin-top: 20px;
        left : calc(50% - 110px);
        position: relative;
        padding-left: 0px; 
    }

    .header-talk-withus{
        display : none;
    }

    .tool-search{
        display: none;
        height: 35px;
        min-height: 0px;
    }

    .body-page{
        min-height: initial;
        height: auto;

    }
    .body-login{
        height: 220px;
        background-size: auto 100%;
        background: none;
    }

    .footer{ 
        /*top: 300px;*/
    }
    .footer-rights{
        position: absolute;
    }

}

.sk-cube-grid {
    position: relative;
    top: -50px;
    left: -65px;
    background-color: transparent;
    width: 45px;
    height: 38px;
    margin: 0px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: rgb(128, 128, 128);
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1); 
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    } 
}
/*.modal-dialog {
   position: relative;
   width: auto;
   margin: 10px;
}*/

#loadingModal {
   position: absolute;
   text-align: -webkit-center;
   width: -webkit-fill-available;
}

#loadingModal .modal-dialog{
   /*padding-top: 15%;*/
   background-color: transparent;
   /*width: 15%;*/
   box-shadow: none;
}

#loadingModal .modal-content{
    padding-top: 15%;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

#loadingModal .modal-content #loader{
    text-align: center;
}

/* INÍCIO CSS RESGATE SENHA */

#linkForgotPassword {
    color: #9A9A9A;
    text-decoration: none;
    float: right;
}

#formForgotPassword .btn {
    height: 30px;
    padding: 0 10px;
    border-radius: 20px;
}

.btn-send,
.btn-send:hover,
.btn-send:focus,
.btn-send:active {
    background-color: #007bff;
    color: #fff;
}

.btn-close,
.btn-close:hover,
.btn-close:focus,
.btn-close:active {
    background-color: #777777;
    color: #fff;
}


/* FIM CSS RESGATE SENHA */
