.df_jc {
    display: flex;
    justify-content: center;
}
.ptb_25 {
    padding-bottom: 25px;
    padding-top: 25px;
}
body:has(> .container .custom_page) {
    background-color: #f2f6ff !important;
}
body:has(> .container .custom_page) #footer,
body:has(> .container .custom_page) .navbar,
.container:has(> .custom_page) .breadcrumb  {
    display:none !important;
}
.loginFieldDev {
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    width: 430px;
    box-shadow: 4px 4px 3px 0px #bfc3ca;
}
.welcomeText {
    font-size: 20px !important;
    margin-bottom: 0px !important;
    color: #666666 !important;
    padding-top: 15px;
    margin-bottom: 25px;
}
.signInText {
    color: #8195b3 !important;
    margin-bottom: 30px;
}
.mb150 {
    margin-bottom: 150px;
}

.custom_page #UserForgotLoginForm_verify_code,
.custom_page #UserForgotLoginForm_identifier,
.custom_page #UserLoginForm_password,
.custom_page #UserLoginForm_username,
.custom_page #UserPasswordResetForm_password2,
.custom_page #UserPasswordResetForm_password {
    width: -webkit-fill-available;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 24px;
    border-radius: 5px !important;
    color: #5d60ef !important;
    border-color: #5d60ef !important;
    height: 30px !important;
}
.custom_feild_password {
    position: relative;
}
.custom_feild_password svg {
    position: absolute;
    left: 7%;
    top: 13px;
    color: #5d60ef;
}
.custom_btn {
    width: -webkit-fill-available !important;
    background-color: #5d60ef !important;
    height: 40px !important;
    color: white !important;
    border-radius: 5px !important;
    margin-left: 24px;
    margin-right: 24px;
    border: 1px solid transparent;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    cursor: pointer;
}
.custom_link {
    margin-top: 20px;
}
.custom_link a {
    color: #8195b3 !important;
    cursor: pointer;
}
.remember_me_div {
    display:flex;
    margin-left:14px;
    align-items: center;
}
.loginbtn {
    font-size: 14px;
}
.CCaptcha_div {
    width: 100%;
    display: flex;
    justify-content: left;
    padding-left: 24px;
}

.CCaptcha_div img {
    width: 200px;
}

body:has(> .container .custom_page) .alert-info {
    display: none !important;
}

.captcha_text {
    color: #8195b3 !important;
    font-size: small;
    text-align: left;
    padding-left: 24px;
    padding-right: 24px;   
    word-spacing: 1.2px;
    line-height: 1.7;
}

.cancel_login_div {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
}
.cancel_login_div a {
    color: #5d60ef !important;
    cursor: pointer;
}
.ssologin_div {
    padding: unset !important; 
    margin-bottom: unset !important;
    background-color: unset !important;
    border-top: unset !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.ssologin_div .ssoitem {
    width: 100%;
    background-color: #5d60ef;
    border-radius: 5px !important;
    box-shadow: 4px 3px 15px 5px rgb(0 0 0 / 19%);
}
