/*@media screen and (min-width: 400px)*/
/*
Font
---------
Barlow
    Light    300
    Regular  400
    Medium   500
    Bold     700

    font-family: 'Barlow', sans-serif;

PlayFairDisplay
    Regular   400
    Semibold  600
    Bold      700

    font-family: 'Playfair Display', serif;
*/
/**/
@media screen and (min-width: 992px){
    .page-auth{
        position: relative;
        height: 100vh;
    }
}
/**/
@media screen and (min-width: 992px){
    .page-auth .box-outer{
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        display: inline-flex;
        box-shadow: 0px 0px 9px 4px #d8d7d8;
    }
}
@media screen and (max-width: 991px){
    .page-auth .box-outer{
        /*margin-top: 30px;*/
        /*box-shadow: 0px 0px 9px 4px #d8d7d8;*/
    }
}
/**/
@media screen and (min-width: 992px){
    .page-auth .block-img{
        width: 68%;
        display: inline-block;
    }
}
@media screen and (max-width: 991px){
    .page-auth .block-img{
        display: none;
    }
}
/**/
@media screen and (min-width: 992px){
    .page-auth .block-form{
        width: 32%;
        display: inline-block;
        vertical-align: top;
        padding: 80px;
        position: relative;
        padding-top: 50px;
    }
}
@media screen and (max-width: 991px){
    .page-auth .block-form{
        width: 100%;
        padding: 15px;
    }
}

.page-auth .block-img img{
    width: 100%;
    height: 100vh;
}
.page-auth .block-form .logo{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
    padding: 0px 15px;
}
.page-auth .block-form .logo img{
    width: 100%;
}
.page-auth .block-form .des{
    font-size: 13px;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 300;
}
.page-auth .block-form *{
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
}
.page-auth .block-form .form-group label{
    font-weight: bold;
    font-weight: 500;
}
.page-auth .block-form .btn-submit .btn{
    background-color: #44af9b;
    border-radius: 20px;
    color: #FFF;
    padding: 5px 30px;
    border: 0;
    font-weight: bold;
}
.page-auth .block-form .btn-submit{
    text-align: center;
    margin-top: 25px;
}
/**/
@media screen and (min-width: 992px){
    .page-auth .block-form .copyright{
        text-align: center;
        position: absolute;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        bottom: 40px;
    }
}
@media screen and (max-width: 991px){
   .page-auth .block-form .copyright{
        text-align: center;
        margin-top: 20px;
    }
}
.page-auth .block-form .box-padding{
    box-shadow: 0px 0px 9px 4px #d8d7d8;
    color: #dc3545;
    text-align: center;
    padding: 10px 15px;
}