﻿html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-y: auto;
}

.form-signin {
    width: 100%;
    max-width: 400px;
/*    padding: 15px;*/
    margin: auto;
}

.container-center {
    width: 100%;
    height: 100%;
    /*    border: 3px solid steelblue;*/
    margin: 5px;
    display: grid;
    place-self: center normal;
    align-items: center;
    justify-content: left;
}


.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group input,
    .form-label-group span {
        height: 3.125rem;
        padding: .75rem;
        font-size: 1rem !important;
    }


input -webkit-autofill {
    font-size: 1rem !important;
}

input:autofill {
    font-size: 1rem !important;
}

input -internal-autofill-selected {
    font-size: 1rem !important;
}

/*Microsoft Edge new compatibility*/
input:-webkit-autofill::first-line {
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.lbl_terms_and_conditions {
    color: #FFFFFF;
    font-size: 11px;
    font-stretch: condensed;
    text-decoration: underline;
}
.lblforgot-pass {
    text-decoration: underline;
}
.lblforgot-pass:hover, .lbl_terms_and_conditions:hover {
    cursor: pointer;
    text-decoration: underline;
}

.img-login {
    max-width: 120px !important;
}

.footer-logo-link {
    max-width: 100%;
}

.footer-isinet-logo {
    width: min(325px, 90vw);
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.app-badges-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    width: 100%;
}

.app-badge-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.app-store-badge {
    height: 42px !important;
    width: auto !important;
    max-width: 145px !important;
    object-fit: contain;
    display: block;
}

@media (max-width: 576px) {
    .footer-isinet-logo {
        width: min(285px, 92vw);
    }

    .app-badges-wrapper {
        gap: 8px;
    }

    .app-store-badge {
        height: 36px !important;
        max-width: 125px !important;
    }
}

@media (max-width: 360px) {
    .app-store-badge {
        height: 32px !important;
        max-width: 110px !important;
    }
}
/*
.grecaptcha-badge {
    bottom: 8px !important;
    right: 8px !important;
    transform: scale(0.85);
    transform-origin: bottom right;
}*/

footer {
    padding-bottom: 70px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) {
    .img-header {
        width: 100px !important;
        max-height: 100px !important;
    }
/*
    .msg-login * {
        font-size: 1.2rem !important;
      
    }*/
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .img-header {
        width: 200px !important;
        max-height: 200px !important;
    }

    .school-name {
        font-size: 2rem;
        margin-bottom: 1.5rem;

    }
}



.msg-login {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

    /* estado expandido */
    .msg-login.expanded {
        max-height: none; /* suficiente para mostrar todo */
    }


        /* quitar fade cuando está expandido */
        .msg-login.expanded::after {
            display: none;
        }

.login-alt-btn {
    min-height: 48px;
    padding: 10px 14px !important;
    border-radius: 6px;
    font-size: 15px;
}

    .login-alt-btn img {
        position: absolute;
        left: 14px;
        width: 20px;
        height: 20px;
    }

.google-official-wrapper {
    min-height: 48px;
    padding: 2px 0;
    overflow: hidden;
    border-radius: 6px;
}