.main-container {
    background-color: #3a8769;
    background-image: url('../login/fondo.png');
    background-size: cover;
}

.form-container {
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    z-index: 50;
    font-family: 'Montserrat', sans-serif;
    min-height: calc(90vh);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cargando {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    text-align: center;
    color: #eaf7f4;
}

.error-field p {
    color: #eaf7f4;
}

#reg-container {
    width: 100%;
    max-width: 550px;
    position: relative;
    z-index: 10;
}

.KSTL-Registration {
    width: 100%;
    text-align: center;
    max-width: 550px;
}

#KSTL-Registration-FamilyRole {
    display: none;
}

#KSTL-Registration-wrapper-ForgotPasswordLink a {
    color: black;
    font-family: 'Montserrat', sans-serif;
    text-decoration: underline;
    font-size: 16px;
}

#KSTL-Registration-wrapper-Password div {
    display: flex;
    position: relative;
    width: 100%;
}

    #KSTL-Registration-wrapper-Password div:empty {
        display: none;
        position: relative;
    }

#VerContrasena {
    position: absolute;
    top: 15px;
    right: 14px;
}

p button {
    margin-top: 50px;
}


.registro, .registro:visited, .registro:hover {
    font-family: 'Montserrat', sans-serif;
    color: black;
    text-decoration: underline;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 17px;
    position: relative;
    z-index: 10;
}

.prepara {
    font-size: 22px;
    margin-bottom: 40px;
}

.center-text {
    margin-top: 40px;
}

.KSTL-Registration .pod {
    padding: 5px;
    border: 0px solid #aaa !important;
    margin-bottom: 0 !important;
    overflow: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#KSTL-Registration-recaptcha-Login {
    display: flex;
}

    #KSTL-Registration-recaptcha-Login > div {
        margin: 0 auto;
    }

#KSTL-Registration-UserName {
    text-transform: inherit;
    margin-bottom: 20px;
}

#KSTL-Registration-Password {
    text-transform: inherit;
}

#KSTL-Registration-wrapper-ForgotPasswordLink {
    margin-top: 20px;
    color: #2385d5;
}

.link {
    color: #eaf7f4 !important;
    text-transform: uppercase;
}

    .link:visited {
        color: #2385d5;
    }

#KSTL-Registration-wrapper-ContinueButton button {
    background: #f0eff0 !important;
    border-radius: 15px;
    color: #3a8769;
    padding: 13px 50px;
    font-weight: bold;
    border: 0;
}

.alista {
    font-weight: bold;
    font-size: 50px;
    color: #eaf7f4;
    text-align: center;
    text-transform: uppercase;
    max-width: 700px;
    margin-bottom: 5px;
    margin-top: 50px;
    line-height: 50px;
}

.inicia {
    color: #eaf7f4;
    font-size: 20px;
    margin-bottom: 50px;
}

.no-register {
    text-align: center;
}

form > div {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100%;
}

#KSTL-Registration-wrapper-LoginTitle {
    grid-area: 1 / 1 / 2 / 2;
}

#KSTL-Registration-wrapper-UserName {
    grid-area: 2 / 1 / 3 / 2;
    max-width: 100%;
}

#KSTL-Registration-wrapper-Password {
    grid-area: 3 / 1 / 4 / 2;
}

#KSTL-Registration-wrapper-ContinueButton {
    grid-area: 4 / 1 / 5 / 2;
}

#KSTL-Registration-wrapper-ForgotPasswordLink {
    grid-area: 5 / 1 / 6 / 2;
}

#KSTL-Registration-wrapper-Password div {
    display: block !important
}

.estrella {
    position: absolute;
    max-width: 250px;
}

.estrella1 {
    bottom: 100px;
    right: 0;
}

.estrella2 {
    bottom: 97px;
    left: 0;
}

.estrella3 {
    top: 0;
    right: 0;
}

.estrella4 {
    top: 0;
    left: 0;
}

.estrella5 {
    top: 50%;
    right: 0;
}

@media (max-width: 1180px) {
    .estrella {
        max-width: 150px;
    }
}

@media (max-width: 780px) {
    .main-container {
        padding: 0 20px;
    }

    .estrella {
        max-width: 80px;
    }

    .estrella1 {
        max-width: 70px;
    }

    .estrella2 {
        max-width: 70px;
    }

    .estrella3 {
        top: 50px;
    }

    .estrella4 {
        max-width: 60px;
    }

    .estrella5 {
        display: none;
    }

    .form-container {
        padding-left: 0;
        padding-right: 0;
    }

    #KSTL-Registration-UserName, #KSTL-Registration-Password {
        padding-right: 0;
        padding-left: 0;
    }
}

#KSTL-Registration-Password::placeholder, #KSTL-Registration-UserName::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #3a8769 !important;
    opacity: 1 !important; /* Firefox */
}
