html, body {
    height: 100%;
    width: 100%;
    background-color: white;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    overflow-y: hidden;
}

button, input, select {
    border-radius: 20px;
    border: 1px solid rgba(13, 32, 73, 0.1);
}

input, select {
    font-size: 12px;
    height: 35px;
    width: 100%;
}

.ta-center {
    text-align: center;
}

.invalid {
    color: red;
}

.login-container {
    background-color: #F0F0FF !important;
}

.form-signin {
    max-width: 30rem;
    padding: 0.6rem;
}

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input {
        border-radius: 30px;
        padding-left: 20px;
    }

        .form-signin input[type="password"] {
            margin-bottom: 10px;
        }

.login-form-wrapper {
    background-color: #FAFCFD80;
    padding: 3em;
    border-radius: 30px;
}

.login-logo {
    padding-bottom: 1rem;
}

    .login-logo img {
        margin: auto;
        display: block;
    }

.login-input {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    appearance: none;
    border: var(--bs-border-width) solid var(--bs-border-color);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    line-height: 1.25;
    padding: 1rem .75rem;
    height: 35px;
}

    .login-input:focus {
        color: var(--bs-body-color);
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    }

.accept-flag {
    width: 1rem;
    height: 1rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    position: relative;
    top: -5px;
}

.accept-text {
    font-size: 12px;
    margin-top: 2px;
}

.ch-btn-primary {
    width: max-content;
    height: fit-content;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    border: 0;
    border-radius: 2rem;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.05);
    background: linear-gradient(236.31deg, #53EEB6 -33%, rgba(55, 236, 171, 0) 63.67%);
    background-color: #4242C5;
    color: #F7F9FF;
    font-style: normal;
    font-size: 15px;
    line-height: 2rem;
}

    .ch-btn-primary.sm {
        font-size: 13px;
        line-height: 1.5rem;
    }

    .ch-btn-primary:disabled, .ch-btn-primary.disabled {
        background-color: #9292E7;
    }

.iti {
    display: block !important;
}