.login-container {
    max-width: 500px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    padding: 50px 30px 30px 30px;
    border-radius: 30px;
    width: 100%;
    background: #ffffff;
}

.login-container form {
    display: flex;
    flex-direction: column;
}

.login-header {
    color: #1a4681;
    font-size: 40px;
    font-weight: 700;
}

.login-label {
    font-size: 15px;
    margin-left: 15px;
    font-weight: 600;
}

.loginRegister-input, .loginRegister-input-custom {
    border-radius: 0 8px 8px 0;
    outline: none;
    padding: 15px 20px;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid var(--primary-color);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    background-color: #fff;
    color: var(--primary-color);
    width: 100%;
    font-family: "Poppins", sans-serif;
}

.login-form button[type="submit"] {
    padding: 15px 10px;
    border-radius: 0;
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    border: none;
    outline: none;
    border-radius: 30px;
}
.login-form button[type="submit"]:hover {
    background: var(--primary-color)!important;
}
.rgs-div p {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    justify-content: end;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    color: var(--primary-color);
}
.rgs-div p button {
    font-size: 14px;
    margin-left: 10px;
    font-weight: 600;
}
.otp-btn {
    /*background: var(--primary-color) !important;*/
}
.rgs-div p a{
    font-weight: 400;
    margin-left: 15px;
}
.otp-btn-div {
    text-align: center;
}
.otp-btn-div .otp-btn {
    max-width: 350px;
    width: 100%;
}
.login-form input::placeholder {
    color: var(--primary-color)!important;
    opacity: 1; /* Optional: make sure it's fully visible */
}


.login-not-register-button {
    text-align: center;
    background-color: #1a4681;
    padding: 10px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    border-radius: 5px;
}

/* Checkbox */
.custom-checkbox {
    display: flex;
    align-items: start;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    /* color: #ffffff; */
}
.custom-checkbox a {
    /*color: #ffffff;*/
    font-weight: 400;
}
.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox .checkmark {
    width: 20px;
    height: 20px;
    border: 1px solid var(--primary-color);
    display: inline-block;
    position: relative;
    flex: 0 0 20px;
}

.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 12px;
    border: 1px solid var(--primary-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.custom-content-div {
    font-family: 'Poppins', sans-serif;
}
.privacy-box p {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
}
.custom-content-div {
    border: 1px solid #7c7c7c;
    background-color: #f7f7f7;
    border-radius: 15px;
    padding: 15px 5px 0;
    margin-bottom: 15px;
}
.custom-checkbox span {
    margin-right: 8px;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    color: var(--primary-color);
    font-size: 14px;
}
.custom-checkbox span span {
    margin: 0;
}
.privacy-box {
    padding-left: 35px;
}
.privacy-box a {
    font-size: 14px;
    font-weight: 300;
    color: #0022ff;
    text-decoration: underline;
}
.privacy-box h6 {
    margin: 0 0 1px;
    color: #000000;
}
.select-wrapper {
    border-radius: 5px;
    padding: 0;
    /* background-image: linear-gradient(135deg, #ec7700, #264a8a); */
    /* background-clip: padding-box, border-box; */
    /* background-origin: border-box; */
    /* display: inline-block; */
    /* width: 100%; */
}

.select-wrapper select.register-selecet {
    width: 100%;
    border-radius: 0 8px 8px 0;
    padding: 15px 20px;
    font-size: 14px;
    color: var(--primary-color);
    background-color: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("../../front/img/select-bg.png");
    background-repeat: no-repeat;
    /* background-position: center; */
    /* background-size: 12px 6px; */
    background-position: right 1.2rem center;
    background-size: 20px;
    outline: none;
    cursor: pointer;
    border: 1px solid var(--primary-color);
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.loginRegister-input::placeholder {
  color: #000 !important;
  opacity: 1;
}
/*.register-modal .modal-dialog, .register-modal .login-container {
    max-width: 1000px;
    width: 100%;
}*/

.privacy-ul ul {
    list-style: disc;
    padding-left: 20px;
}
.privacy-ul li {
    margin-bottom: 10px;
    line-height: 14px;
    font-weight: 300;
    font-size: 14px;
}
.privacy-ul strong {
    font-weight: 700;
    line-height: 14px;
}
.privacy-box p.text-sm {
    font-size: 12px;
}
.privacy-box p.text-sm a{
    font-size: 12px;
}
/* Responsive */
@media (max-width: 1020px) {

}

@media (max-width: 550px) {

}

@media (max-width: 425px) {
    .modal-content-login {
        padding: 0 !important;
    }

    .custom-margin {
        margin-bottom: 1.2em !important;
    }
}
