cite {
    font-size: .8rem;
    font-style: normal;
    padding: .5rem 0;
    display: block;
}

.btn i {
    font-size: 1rem;
}

.btn.icon {
    padding: .4rem .6rem
}

.btn.btn-primary {
    color: #fff
}

.btn-block {
    width: 100%;
    height: 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0;
    border-radius: .5rem;

}

.btn-group:not(.dropdown) .btn:not([class*=btn-]) {
    border: 1px solid #dfe3e7
}

.btn-group>.btn {
    border-radius: .267rem
}

.form-group {
    margin-bottom: .7rem
}

.form-group label {
    color: rgba(35, 28, 99, .7);
    font-weight: 600
}

.form-group.with-title {
    position: relative
}

.form-group.with-title label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    font-size: .6rem;
    background-color: #e9ecef;
    width: 100%;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-group.with-title .form-control {
    padding-top: 2rem;
}

.form-group.with-title .form-control:focus~label {
    border-left: 1px solid #435ebe;
    border-top: 1px solid #435ebe;
    border-right: 1px solid #435ebe
}

.form-group[class*=has-icon-].has-icon-left .form-control {
    padding-left: 2.5rem;
    border: 1px solid var(--secondary_color);
    border-radius: .5rem;
    font-size: .9rem;
}

.form-group[class*=has-icon-].has-icon-left .form-control-icon {
    line-height: 1rem;
    left: 0;
}

.form-group[class*=has-icon-].has-icon-right .form-control {
    padding-right: 2.5rem
}

.form-group[class*=has-icon-].has-icon-right .form-control-icon {
    right: 0
}

.form-group[class*=has-icon-] .form-control:focus~.form-control-icon i {
    color: #5a8dee
}

.form-group[class*=has-icon-] .form-control.form-control-xl {
    padding-left: 2.25rem;
}

.form-group[class*=has-icon-] .form-control.form-control-xl~.form-control-icon i {
    font-size: 1.25rem;
}

.form-group[class*=has-icon-] .form-control.form-control-xl~.form-control-icon i:before {
    color: #a6a8aa;
}

.form-group[class*=has-icon-] .form-control-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 .5rem;
}

.form-group[class*=has-icon-] .form-control-icon i {
    width: 1.2rem;
    color: #6c757d;
    font-size: 1.2rem;
}

.form-group[class*=has-icon-] .form-control-icon i:before {
    vertical-align: sub
}

.form-control.form-control-xl {
    padding: .85rem 1rem;
    font-size: 1rem;
    height: 3rem;
}

.form-check .form-check-input[class*=bg-] {
    border: 0
}

.form-check .form-check-input:focus {
    box-shadow: none
}

.form-check .form-check-input.form-check-primary {
    background-color: #435ebe;
    border-color: #435ebe
}

.form-check .form-check-input.form-check-primary:not(:checked) {
    background-color: transparent;
    border: 1px solid #ced4da
}

.form-check.form-check-lg .form-check-input {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: .3em
}

.form-check.form-check-lg label {
    font-size: 1rem
}

.form-check.form-check-primary .form-check-input {
    background-color: #435ebe;
    border-color: #435ebe
}

.bi {
    width: 1rem;
    height: 1rem
}

a {
    text-decoration: none
}

.mt-10 {
    margin-top: 3rem
}

.mb-10 {
    margin-bottom: 3rem
}

.mb-24 {
    margin-bottom: 6rem
}

.text-xl {
    font-size: 1.25rem
}

.text-4xl {
    font-size: 2.25rem
}

.text-6xl {
    font-size: 4rem
}

.font-bold {
    font-weight: 700
}

.text-gray-300 {
    color: #dee2e6 !important
}

.text-gray-400 {
    color: #ced4da !important
}

.text-gray-500 {
    color: #adb5bd !important
}

.text-gray-600 {
    color: #6c757d !important
}

.btn-xl {
    padding: 1rem 2rem
}

body {
    background-color: #fff;
}

#auth {
    height: 100vh;
    overflow-x: hidden
}

#auth #auth-right {
    height: 100%;
    background: var(--menu_background_color);
}

#auth #auth-left {
    width: 100%;
    max-width: 21rem;
    padding: 1.5rem;
    background: white;
    border-radius: 1rem;
    text-align: center;
    margin: auto;
}

#auth #auth-left .auth-title {
    font-size: 1.25rem;
    margin-bottom: 0rem;
    color: black;
    font-weight: bold;
    text-align: center;
}

#auth #auth-left .auth-subtitle {
    font-size: .8rem;
    line-height: 2.5rem;
    color: black;
}

.auth-container {
    height: 100%;
    width: 60rem;
    padding: 1rem;
}

/* .lado-logo {
    width: 66.6%;
} */

.only-mobile-logo {
    display: none;
    width: 100%;
    height: 100%;
    max-width: 13rem;
    max-height: 5rem;
    margin: 0 auto;


}

.auth-logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

.auth-logo img {
    max-width: 31.25rem;
    width: 100%;
    -webkit-filter: drop-shadow(2px 2px 0 white) drop-shadow(-2px -2px 0 white);
    filter: drop-shadow(2px 2px 0 white) drop-shadow(-2px -2px 0 white);
}

#new-user-container {
    >a {
        font-weight: 500;
        border: 1px solid var(--secondary_color);
        background-color: #e9ecef;
        padding: 0.5rem 1rem;
        border-radius: 0.5rem;
        font-size: 1rem;
    }
}

@media screen and (max-width:767px) {
    /* #auth #auth-left {
        padding: 2rem;
        max-width: 80%;
    } */

    .lado-logo {
        display: none !important;
    }

    .auth-logo img {
        max-width: 100%;
        max-height: 5rem;
        height: auto;
        width: auto;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }

    .only-mobile-logo {
        display: flex !important;
    }
}