body {
    overscroll-behavior: none;
    background-color: #26587A !important;
}

.bg-image {
    height: 100%;
    width: 100%;
    font-family: GTWalsheimPro-Regular, sans-serif;
    position: fixed;
    left: 0;
    top: 25%;
}

.btn-lang {
    background-color: #EDEDED !important;
    border-radius: 45px !important;
    height: 50px !important;
    width: 160px !important;
    font-family: 'GothamRounded-Medium';
    font-weight: 350;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: -0.3px;
    margin-top: 30px;
}

.btn-lang:focus {
    outline: none;
    box-shadow: none !important;
}

.register-logo {
    height: 50px;
    margin-top: 30px;
    margin-left: 50px;
}

.card {
    height: 100%;
    width: 425px;
    background: #FFFFFF !important;
    box-shadow: 0 2px 11px rgba(0, 0, 0, 0.1) !important;
    border-radius: 60px !important;
}

.card-header {
    text-align: left;
    background: #F9F9F9 !important;
    margin-top: 10px;
    margin-left: 12px;
    margin-right: 12px;
    border-radius: 53px !important;
    border: none !important;
}

.card-header h3 {
    font-family: 'GothamRounded-Medium';
    font-style: normal;
    font-weight: 350;
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    color: #000000;
}

.login-input {
    background: #FFFFFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    border-radius: 36px !important;
    height: 53px;
    padding-left: 20px;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.login-input input {
    border-radius: 36px !important;
    border: 0 !important;
    padding-left: 14px;
    width: 83%;
    align-items: center;
}

.login-input input:focus {
    outline: none;
}

.login-input input::placeholder {
    font-family: GothamRounded-Book;
    color: #BABABA;
}

.login-input textarea:focus {
    outline: none;
}

.login_btn {
    color: white !important;
    background-color: #748F8E !important;
    border: 0 !important;
    border-radius: 45px !important;
    height: 65px;
    font-family: 'GothamRounded-Medium';
    font-weight: 350;
    font-size: 20px;
    line-height: 24px;
}

.login_btn:hover {
    color: black;
    background-color: white;
}

.footer-register a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer-msg {
    font-family: 'GothamRounded-Book';
    font-weight: 325;
    font-size: 15px;
    line-height: 20px;
    color: #212123;
}

.footer-link {
    color: #748F8E;
    text-decoration-line: underline;
}

.form-forget-password {
    width: 100%;
    max-width: 350px;
    padding: 15px;
    margin: auto;
    /*Added*/
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 20px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

p {
    color: red;
}

h2, label {
    color: white;
}

.form-control {
    border-radius: 20px !important;
}

.form-control {
    padding-left: 20px !important;
}

i {
    color: white;
}

.password_hint {
    right: 10px;
    top: 100px;
    color: white;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 20px !important;
    display: none;
    padding: 10px;
}

.password_hint h3 {
    font-size: 20px;
}

.password_hint p {
    text-align: left;
}

.psw_confirm_hint {
    right: 10px;
    top: 150px;
    color: white;
    background-color: rgba(0, 0, 0, 0.75);
    border-radius: 20px !important;
    display: none;
    padding: 10px;
}

.psw_confirm_hint p {
    text-align: left;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

.valid:before {
    position: relative;
    left: 0px;
    margin-right: 10px;
    content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

.invalid:before {
    position: relative;
    left: 0px;
    margin-right: 10px;
    content: "✖";
}


.center_field {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
