body {
    font-family: 'Lato', sans-serif;
    background: url(/images/bg-auth.png) no-repeat center / cover;
}
.bg-auth {
    background: url('/images/bg-auth.png') no-repeat center / cover;
    height: 100vh;
    max-width: 430px;
    padding-left: 24px;;
    padding-right: 24px;;

    position: relative;
}

.form-label {
    font-size: .7rem;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #b7c9fba1;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #b7c9fba1;
}
.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #b7c9fba1;
}

.form-control {
    font-family: 'Lato', sans-serif;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .7rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #3453a3;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #dee2e612;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: #ffffff;
    background-color: #3453a3;
    border-color: #bdc2c900;
    outline: 0;
    box-shadow: 0 0 0 .10rem rgb(195 209 230 / 28%);
}
.form-control[type=file] {
    overflow: hidden;
    color: #b7c9fba1;
    background: #3453a3;
}
.box-image {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    width: 100%;
    height: 170px;
    background: #284080;
    border-radius: 10px;
}
.btn-primary {
    font-family: 'Lato', sans-serif';
    font-size: .7rem;
    background: #568ec6 !important;
    border-color: #3453a3 !important;
}
.alert {
    font-size: .75rem !important;
}
.form-check-input {
    width: .80em;
    height: .80em;
    margin-top: 0.45em;
}
