﻿.login-container {
    height: 70vh;
}

.input-group-container {
    padding: 0vh 2vw 0px 2vw;
    height: 20%;
}

.wrapper {
    box-sizing: border-box;
    /*width: 18vw;*/
    height: 34vh;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
}

.check-term {
    width: 16px !important;
    height: 16px !important;
    margin-right: 10px;
}

#term {
    display: flex;
    align-items: center;
    padding: 0vh 2vw 0px 2vw;
}

.button-container {
    display: flex;
    justify-content: center;
    height: 25%;
    margin-top: 1vh;
    padding: 0vh 2vw 0px 2vw;
}

.login-button {
    gap: 10px;
    width: 100%;
    height: 48px;
    min-height: 48px;
    background: #7611DA;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.login-button:hover {
    background: #6010b0;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(118, 17, 218, 0.3);
}

.login-button:active {
    transform: translateY(0);
}

.error-container {
    display: inline-block;
    padding: 10px 0px 10px 20px;
}

    .error-container span {
        color: red;
        font-size: 1rem;
    }

.user-container {
    margin-top: 2vh;
    margin-bottom: 2vh;
}

.password-container {
    margin-bottom: 2vh;
}

.input-label-user {
    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: -0.32px;
    color: #212529;
}

.input-user {
    box-sizing: border-box;
    /* Auto layout */

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 12px;
    gap: 10px;
    position: absolute;
    /* bs-white */

    background: #FFFFFF;
    border: 1px solid #CFD4D9;
    box-shadow: 0px 0px 0px #CBDAFC;
    border-radius: 5px;
}

.input-password {
    /* Input */
    box-sizing: border-box;
    /* Auto layout */

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 12px;
    gap: 10px;
    position: absolute;
    /* bs-white */

    background: #FFFFFF;
    border: 1px solid #CFD4D9;
    box-shadow: 0px 0px 0px #CBDAFC;
    border-radius: 5px;
}

.input-label-password {
    /* Contraseña */

    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    letter-spacing: -0.32px;
    /* bs-dark */

    color: #212529;
}

.terms-container {
    position: absolute;
    width: 276px;
    height: 19px;
    left: 538px;
    top: 481px;
}

.terms-check {
    box-sizing: border-box;
    /* Auto layout */

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 3px;
    gap: 10px;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 538px;
    top: 482.5px;
    /* bs-white */

    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}

#checkterm {
    accent-color: #7611DA;
}

.terms-label {
    position: absolute;
    width: 252px;
    height: 19px;
    left: 562px;
    top: 481px;
    /* Forms/Input Label/Default */

    font-family: 'SF Pro Text';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    /* identical to box height */

    letter-spacing: -0.32px;
    /* bs-dark */

    color: #212529;
}

img {
    margin-bottom: 40px;
}

.terms {
    padding: 0 !important;
    margin-top: 00px;
}

/* ===== Link Styling ===== */
.underlineHover {
    text-decoration-line: underline;
    color: #7611DA;
}

/* Note: fadeIn, fadeInDown, and underlineHover animations are defined in _animations.css */

.form-group a {
    color: #7611DA;
}

    .form-group a:hover {
        color: #7611DA;
    }



/* Desktop - Large screens */
@media screen and (min-width: 1600px) {
    .wrapper {
        width: 400px;
        max-width: 400px;
        height: 45vh;
    }

    .input-group-container,
    .button-container,
    #term {
        padding: 0vh 1.5rem 0px 1.5rem;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
    .wrapper {
        width: 25vw;
        max-width: 450px;
        height: 45vh;
    }

    .input-group-container,
    .button-container,
    #term {
        padding: 0vh 1.5rem 0px 1.5rem;
    }
}

/* Desktop - Medium screens */
@media screen and (min-width: 1000px) and (max-width: 1500px) {
    .wrapper {
        width: 30vw;
        max-width: 500px;
        height: 55vh;
    }

    .input-group-container,
    .button-container,
    #term {
        padding: 0vh 2rem 0px 2rem;
    }

    img {
        margin-top: 18vh;
    }
}

/* Desktop - Small screens */
@media screen and (min-width: 700px) and (max-width: 1000px) {
    .wrapper {
        width: 400px;
        max-width: 90vw;
    }

    .input-group-container,
    .button-container,
    #term {
        padding: 0vh 2rem 0px 2rem;
    }
}

@media screen and (max-width: 700px) {

    .user-container {
        margin-top: 2vh;
        margin-bottom: 4vh;
    }

    .input-group-container {
        padding: 0vh 6vw 0px 6vw;
        height: 20%;
    }

    .password-container {
        margin-bottom: 2vh;
        margin-top: 2vh;
    }

    #term {
        padding: 0vh 6vw 0px 6vw;
    }

    .button-container {
        padding: 0vh 6vw 0px 6vw;
    }

    .wrapper {
        height: 45vh;
    }
}
