.page-login > * {
    float : left;
}

.body-usuario{
    display : none;
}

.form-login{
    padding-top: 15px;
}

.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);
}

.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-image image{
    width: 100%;
    height: 100%;
    position: absolute;
}

.search-submit, .search-submit:hover{
    color : white;
}

@media screen and (max-width : 870px){
    .footer{
        /*position: absolute;*/
    }

    .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 : 600px){
    .forgot-password-link{
        margin-top:-20px;
    }
}

@media screen and (max-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);
    }
}

.btn-resgatar-senha{
    width: 46% !important;
    border-radius: 4px !important;
    margin: 2% !important;
    font-size: 14px !important;
}

.btn-cancelar{
    width: 46% !important;
    border-radius: 4px !important;
    margin: 2% !important;
    font-size: 14px !important;
    background-color: #cdcdcd !important;
}

.label-modal{
    font-size: 14px !important;
    color: #464646 !important;
}
/*
.btn-geral{
    text-align: center;
    background-color: blue;
    width: 100%;
}
.btns-modal{
    margin:auto;
    width:80%;
    background-color:red;
}
*/
.input-text{
    font-size: 14px !important;
}

.popup-regatar-senha{
    position: absolute;
    background-color: white;
    width: 360px !important;
    left: calc(50% - 180px) !important;
    margin-left: auto;
    margin-right: auto;
    top: calc(25% - 60px);
    border-radius: 4px;
}

.nomeClinica{
    font-weight: bold;
    font-size: 16px;
    margin-top:-10px;
}