body{
    --primary-color: #336600;
}

main{
    min-height: 100vh;
    background-image: url("../img/fondo.avif");
    background-size: cover;
    background-position:  left center;
    display: flex;
    flex-direction: column;
}

header{
    height: 80px;
    background-color: var(--primary-color);
}
header .header-content{
    flex: 1;
    position: relative;
    padding: 10px;
}
header .header-content .logo{
    height: 100px;
    position: absolute;
    right: 12px;
    top: 2px;
}
header .header-content .back-btn{
    color: #ffffff;
}
header .header-content .back-btn:hover{
    color: #cccccc;
}
header .header-content h3{
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 0 10px;
}
header .header-line{
    height: 10px;
    background-color: #52a400;
}

.login-container{
    flex: 1;
    width: 90%;
    max-width: 400px;
}

.register-container{
    flex: 1;
    width: 90%;
    max-width: 500px;
    background-color: rgba(0,0,0,0.3);
    padding: 20px;
    border-radius: 20px;
}

.forgot-container{
    flex: 1;
    width: 90%;
    max-width: 450px;
}

.forgot-inside{
    background-color: rgba(0,0,0,0.3);
    padding: 20px;
    border-radius: 20px;
}
.forgot-inside .head{
    margin-bottom: 10px;
}
.forgot-inside .head .back-btn{
    color: #ffffff;
    text-decoration: none;
}
.forgot-inside .head .back-btn:hover{
    color: #cccccc;
}
.forgot-inside .title{
    font-size: 22px;
    font-weight: bold;
    color: #222222;
    text-align: center;
    margin-bottom: 10px;
}
.forgot-inside .sel-type .form-check-label{
    color: #ffffff;
    font-size: 16px;
}
.forgot-inside .sel-type .form-check{
    margin-left: 10px;
}

.logo{
    max-width: 100%;
}
.logo.small{
    max-height: 140px;
}

.input-icon{
    height: 22px;
}

.forgot-link{
    font-size: 17px;
    font-weight: bold;
    color: #ffffff;
}

.footer{
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
    color: #ffffff;
}

.form-login input, .form-login input:focus, .form-login .input-group-text{
    background-color: rgba(255,255,255,.8);
    border-radius: 12px;
}
.form-login .input-group-text{
    font-size: 1.25rem;
}
.form-login .form-label{
    font-size: 16px;
    color: #ffffff;
    margin-left: 10px;
}
.form-login .form-check{
    font-size: 18px;
    color: #ffffff;
}
.btn-success{
    background-color: var(--primary-color);
}
.btn-secondary{
    background-color: #333333;
}

.phone-selector-container{
    margin-right: -10px;
}
.phone-selector-container .phone-selector{
    border: 0;
    background-color: transparent;
    width: 0;
    padding-left: 10px;
}
.phone-selector-container .iti--separate-dial-code .iti__selected-flag{
    background-color: transparent;
}

@media (max-width: 700px) {
    .forgot-inside .title{
        font-size: 18px;
    }
    .forgot-inside .sel-type .form-check-label{
        font-size: 14px;
    }
    .form-login .form-label{
        font-size: 14px;
    }
    .form-login .form-check{
        font-size: 16px;
    }
}

.grecaptcha-badge{visibility:hidden;}
