.pagelayout-login #page {
    background: #f8f8f8;
    color: #333;
}

#region-main {
    display: flex;
    gap: 20px;
    padding: 0;
}

#region-main-box {
    padding: 0;
}

.login-wrapper {
    flex: 2;
}

.login_img_container {
    flex: 3;
    background: linear-gradient(90deg, #F3F3F5 4.75%, rgba(0, 174, 239, 0.20) 98.63%), url(<path-to-image>) lightgray 50% / cover no-repeat;
}

#page-login-index .gp-10 {
    gap: 10px;
}

#page-login-index .gp-20 {
    gap: 20px;
}

#page-login-index h2,
#page-login-index p,
#page-login-index label {
    margin: 0;
}

.login_form_header h2 {
    color: #333;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
}

#page-login-index .p-f {
    color: #555555;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.pass_wrap {
    position: relative;
    margin-top: 30px;
}

.eye_ico {
    color: #333;
    position: absolute;
    top: 67%;
    right: 20px;
    font-size: 10px;
    cursor: pointer;
}

.login_form_inp_wrap input {
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: rgba(42, 42, 48, 0.00);
    height: 40px;
    color: #fff;
    font-size: 14px;
}

.login_form_inp_wrap input::placeholder {
    color: #333333;
    font-size: 14px;
}

.forgot_pass_wrap {
    margin: 20px 0;
    text-align: right;
}

#page-login-index input {
    color: #333 !important;
    leading-trim: both;
    text-edge: cap;
    font-family: Poppins;
    font-size: 14px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    border: 1px solid #333;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

#page-login-index .forgot_pass_link,
#page-login-index .signup_link,
#page-login-index .re_link:hover {
    color: #034694;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
    cursor: pointer;
}

.login_btn {
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    background: #034694;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.create_new_wrapper {
    margin: 20px 0;
    text-align: center;
}

.content_img_cont {
    height: 100%;
    background: linear-gradient(90deg, #F8F8F8 0%, rgba(11, 9, 23, 0.00) 100%)
}

.content_img_cont h2 {
    color: #333;
    font-weight: 600;
    font-size: 40px;
    text-align: center;
}

.free_btn {
    border-radius: 5px;
    border: 2px solid #034694;
    color: #fff;
    border-radius: 0;
    background: #034694;
    font-weight: 600;
}

.free_btn:hover {
    color: #fff;
    background: #034694;
}

.purple_shade_wrap {
    border-radius: 50%;
    background: #034694;
    filter: blur(400px);
    position: absolute;
    right: -25%;
    top: -177%;
    width: 629px;
    height: 629px;
    display: none;
}

#page-login-index .invalid {
    border: 1px solid #ff4765;
    background: transparent !important;
}

#page-login-index .invalid::placeholder {
    color: #ff4765;
}

#page-login-index .form-control {
    background: transparent;
}

#page-login-index .form-control:focus {
    background: transparent;
    color: #fff;
}

#page-login-index #password_error {
    margin: 20px 0;
    font-size: 14px;
    font-weight: 500;
    color: #ff4765;
}

#page-login-index .login-form label {
    margin-bottom: 10px;
}

.login-form {
    margin: 20px 0;
}

#page-login-index .form-control {
    border-radius: 5px;
    border: 1px solid #333;
    background: rgba(42, 42, 48, 0.00);
    color: #333 !important;
}

.or-login-txt {
    padding: 10px;
    color: #fff;
    text-align: center;
    background: #110E21;
    border-radius: 50%;
}

.pagelayout-login .login-identityproviders .login-heading:before,
.pagelayout-login .login-identityproviders .login-heading:after {
    color: #110e21;
    border: 2px solid;
}

#page-login-index #username_feedback {
    font-size: 14px;
    color: #ff4765;
}

.socialicon a {
    color: #4267B2;
}

.socialicon img,
.socialicon a {
    width: 24px;
    height: 24px;
}

.socialicon i {
    font-size: 24px;
}

.socialicon p {
    color: #fff;
}

.signup_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* #page-login-index a:hover {
    color: #fff;
} */

.login_form_inp_wrap {
    position: relative;
}

#page-login-index #password_feedback {
    font-size: 10px;
    color: #ff4765;
    position: absolute;
    bottom: 2px;
    left: 0;
    transform: translateY(100%);
}

#page-login-index p#username_feedback {
    font-size: 10px;
    position: absolute;
    bottom: 2px;
    left: 0;
    transform: translateY(100%);
}


@media (max-width:1024px) {
    .login_img_container {
        display: none;
    }

    .login-wrapper {
        flex: none;
    }

    #region-main {
        justify-content: center;
    }

    .purple_shade_wrap {
        display: block;
    }

}