.page-header .title {
    position: relative;
    color: #052939;
    font-size: 40px;
    text-transform: uppercase;
    padding: 40px 0;
    margin-bottom: 30px;
}

html[dir="ltr"] .page-header .title {
    letter-spacing: 4px;
}

html[dir="rtl"] .page-header .title {
    letter-spacing: 0px;
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
}

.text-center {
    text-align: center !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

@media (min-width: 992px) {
    .order-lg-0 {
        order: 0;
    }
}

.order-1 {
    order: 1;
}

.page-header .title::after {
    content: " ";
    border-bottom: 4px solid #eb5a3c;
    width: 60px;
    position: absolute;
    bottom: 30px;
}

html[dir="ltr"] .page-header .title::after {
    left: 0;
}

html[dir="rtl"] .page-header .title::after {
    right: 0;
}

label {
    font-weight: 300 !important;
    padding: 0 !important;
}

.form-control {
    width: 100% !important;
    height: 45px !important;
    padding: 0.5rem 1rem !important;
    font-size: 18px !important;
    line-height: 1.5 !important;
    border-radius: 0.3rem !important;
    color: #052939 !important;
    font-weight: 100px !important;
    max-width: 100% !important;

}

.remforg {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    font-size: 16px;
}

#page-login-index input[type="submit"],
#page-login-index input[type="button"] {
    font-size: 20px;
    background-color: #eb5a3c;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    border: unset;
}

#loginbtn {
    margin-bottom: 30px;

}

.divmain {
    border: 1px solid #1b3241;
    margin-bottom: 30px;
}

.card-header {
    background-color: #1b3241 !important;
    color: #fff !important;
    line-height: 2 !important;
    margin-bottom: 25px !important;
    align-items: center !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    text-align: center !important;
    font-size: 25px !important;
    font-weight: 100 !important;
}

.forgetpass a {
    color: #eb5a3c !important;
}

.signupform {
    text-align: center;
    margin-bottom: 30px;
}

.signupform a {
    color: #eb5a3c;
}

.mform .fdescription.required,
#page-login-signup .collapsible-actions {
    display: none !important;
}

div#loginerrormessage {
    color: red;
    margin-bottom: 20px;
    padding: 0 15px;
}

#page-login-signup form input[type=text],
#page-login-signup form input[type=password],
#page-login-signup form input[type=number],
#page-login-signup form.atto_form input[type=url],
#page-login-signup select.singleselect {
    width: 100% !important;
}

#page-login-signup #id_profile_field_calendarType {
    width: 100% !important;
}

#page-login-signup #id_submitbutton {
    width: 30%;
    font-size: 16px;
}

#page-login-signup legend {
    background-color: #1b3241;
    color: #fff !important;
    margin-right: -15px;
    margin-left: -15px;
    font-weight: 100;
    padding: 10px 15px;
    margin-bottom: 20px;
}

#page-login-signup #fitem_id_profile_field_dob legend {
    background-color: unset !important;
    color: #1b3241 !important;
    padding: 0 30px !important;

}

#page-login-signup #fitem_id_profile_field_dob .legend {
    font-weight: 100;
}

#page-login-signup #fitem_id_profile_field_dob .felement {
    padding: 0 45px !important;
}

#page-login-signup #fitem_id_passwordpolicyinfo .fstatic {
    width: 40%;
    font-size: 16px;
}

#page-login-signup #fitem_id_password {
    margin-bottom: 10px !important;
}