/*----------------------------------------
    Login Page
------------------------------------------*/

@media (min-width: 721px) {
    .forgot-bg
    {               
        /*    background-image: url('../../../../public/imgs/normal.jpeg');
            background-repeat: no-repeat;
            background-size: cover;*/


        background-image: url('../../../../public/imgs/normal.jpeg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position:center ;
        background-color: #272727;
    }
    .barramidiassociais{
        position: fixed;
        z-index: 997;
        right: 10%;
        bottom: 23px;
        margin-bottom: 0;
        padding-top: 15px;
    }
}
@media (min-width: 501px) and (max-width: 720px) {
    .forgot-bg
    {               
        /*    background-image: url('../../../../public/imgs/normal.jpeg');
            background-repeat: no-repeat;
            background-size: cover;*/


        background-image: url('../../../../public/imgs/mobile.jpeg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position:center ;
        background-color: #272727;
    }
    .barramidiassociais{
        position: fixed;
        z-index: 997;
        right: 10%;
        top: 90%;
        margin-bottom: 0;
        padding-top: 15px;
    }
}

@media (max-width: 500px) {
    .forgot-bg
    {               
        /*    background-image: url('../../../../public/imgs/normal.jpeg');
            background-repeat: no-repeat;
            background-size: cover;*/


        background-image: url('../../../../public/imgs/mobile.jpeg');
        background-repeat: no-repeat;
        background-size: 90%;
        background-position:center ;
        background-color: #272727;
    }
    .barramidiassociais {
        position: fixed;
        z-index: 997;
        right: 0%;
        bottom: 10%;
        margin-bottom: 0;
        width: 100%;
        float: right;
        text-align: right;
        padding-right: 3%;
    }

}

#forgot-password
{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    height: 100vh;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#forgot-password .card-panel.border-radius-6.forgot-card
{
    margin-left: 0 !important;
}


#forgot-password  .botao_login
{
    background-color: #eec793;
}


.img_redesocial{
    margin-left: 10px;
}