.main{
    min-height: calc(100vh - 90px - 2rem);
}
.mb-15px{
    margin-bottom: 15px;
}
.login-info{
    background: #f47820;
    color: white;
    padding: 50px 15px 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
}
.login-info h3{
    font-size: 50px;
}
.input-group{
    font-size: 21px;
    font-family: "Montserrat", sans-serif;
    color: black;
}
.input-group-text{
    border-radius: 20px 0 0 20px;
    border: 2px solid #f47820;
    background: white;
    height: 40px;
    width: 50px;
}
.input-group .form-control{
    border-radius: 0 20px 20px 0;
    border: 2px solid #f47820;
    background: white;
    height: 40px;
    font-weight: bold;
    border-left: 0;
    font-size: 21px;
}
.logo-ft,.copy-right-ft,.desc-ft{
    display: none;
}
.grecaptcha-badge{
    z-index: 1;
    bottom: 50px!important;
}
#topcontrol{
    display: none;
}
.card{
    width: 400px;
    max-width: 95%;
    color: #8b8b8b;
    border: none;
    border-radius: 15px;
    font-family: "Montserrat", sans-serif;
}
.card h3{
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    color: #fb617e;
}
.btn-login{
    display: inline-block;
    border-radius: 25px;
    padding: 3px 25px 7px;
    border: none;
    background: #f47820;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
}
.btn-auth{
    color: #fff;
    font-weight: bold;
}
.btn-auth:hover {
    color: #fff;
    filter: brightness(110%);
    text-decoration: none;
}
.btn-register{
    display: inline-block;
    border-radius: 25px;
    padding: 3px 25px 7px;
    border: none;
    background: #f47820;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
}
.desc-auth{
    color: #f47820;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: bold;
}
.btn-login-register{
    color: #f47820;
}
.btn-login-register:hover{
    color: #f47820;
    text-decoration: none;
}
.popup-img{
    display: none;
}
@media only screen and (max-width: 992px) {

}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 580px) {

}
@media only screen and (max-width: 414px) {

}