/* LOG IN --------------------> */

/* /////////////////////
////////Login Main Page /////////
//////////////////// */

.login-page-topbar h1 {
    font-size: 30px;
    font-weight: 700;
    color: #074263;
}

.login-page-topbar p {
    color: #074263;
    font-size: 19px;
}

.login-page-topbar {
    padding: 30px 45px;
    background-color: #d4e2f6;
}

.login-style a {
    color: #074263;
    text-decoration: none;
    font-weight: 500;
}

.login-box {
    border: 1px solid #B2C9D6;
    width: 27%;
    text-align: center;
    padding: 30px;
}


.login-box .login-style {
    border: 1px solid #B2C9D6;
    width: 50%;
    margin: 30px auto;
    padding: 7px;
}


.login-main-box {
    text-align: center;
    /* justify-content: center; */
    /* margin: 0 auto; */
    /* height: 80vh; */
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    align-items: center;
    padding: 50px 0;
}

.image-box h2 {
    color: #074263;
    font-size: 25px;
}

.login-form {
    text-align: left;
}


.login-form label {
    color: #074263;
}

.login-form input {
    width: 100%;
    margin: 13px 0;
    padding: 7px;
    border: 1px solid #B2C9D6;
}

.login-style input[type="submit"] {
    background: none;
    border: none;
    color: #074263;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
}

form.form-input-btn .login-style {
    width: 100%;
}


.sign-style {
    border-bottom: 2px solid #60BEBB;
    padding-bottom: 10px;
}



.sign-style a.button {
    color: #60BEBB;
    text-decoration: none;
    font-weight: 500;
    width: 100%;
}

.password-wrapper {
    position: relative;
    display: inline-block;
}

#id_password {
    padding-right: 30px;
    /* Adjust to make room for the eye icon */
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
}