body {
    background-color: white;
}

h1 {
    padding: 0;
    margin: 0;
}

main h1 img {
    width: 70%;
}

header {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#locales {
    padding: 10px 10px 0px 10px;
}

#locales .dropdown-toggle {
    background-color: #fff;
    border: solid 1px #71ce59;
}

#locales .dropdown-menu {
    min-width: 100%;
    border: solid 1px #71ce59;
}

main h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

h1 img {
    max-width: 300px;
}

main {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}

#login_form {
    max-width: 100%;
    width: 100%;
    padding: 0 50px;
}

#login_form .password-wrapper,
#login_form .username-wrapper {
    position: relative;
    display: flex;
}

#login_form .password-wrapper .toggle-password {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 16px;
}

#login_form .password-wrapper .fa-lock {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%);
    width: 18px;
    height: 16px;
}

.username-wrapper .fas {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(50%, -50%);
    width: 18px;
    height: 16px;
}

.fas.fa-user {
    background-color: transparent !important;
}

#sign_in_form_title {
    width: 100%;
    padding: 0 30px;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
}

#username,
#password {
    border: none;
    background-color: #e9ecef;
    border-radius: 5px;
}

#username {
    padding: 10px 10px 10px 40px;
}

#password, .password {
    padding: 10px 40px;
}

#login-btn {
    background-color: #7ec16c;
    color: white;
    padding: 10px 12px;
    font-size: 18px;
}

.fa-eye,
.fa-eye-slash {
    color: darkslategray;
}

#username::placeholder,
#password::placeholder {
    color: black;
    opacity: 0.5;
}

#forgot-password-link {
    color: darkslategray;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.fingerprint {
    font-size: 2.5rem;
    border: 1px solid #008000;
    border-radius: 2.5rem;
}

input#remember-me-checkbox {
    width: 17px;
    height: 17px;
    accent-color: #01a901;
    vertical-align: sub;

}

#remember-me-label {
    font-weight: 300;
    font-size: 15px;
    margin-left: 5px;
}

#forgot-password-btn {
    color: #7ec16c;
    font-size: 15px;
    cursor: pointer;
}

.hidden {
    max-height: 0;
    overflow: hidden;
}

.warning-msg {
    color: #e15a61;
}

.modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.modal-footer {
    justify-content: center;
    border-top: 0;
}

.label-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.icon-red-bg {
    color: #e15a61;
    font-size: 100px;
    padding-top: 20px;
    align-items: center;
}

#close-popup {
    width: 50vw;
}

.modal-content {
    margin: 30px;
}

#label-des {
    text-align: center;
}