@font-face {
    font-family: 'IRANSans';
    src: url('../fonts/IRANSansXFaNum-Regular.woff2') format('woff2'),
    url('../fonts/IRANSansXFaNum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.login-dark {
    height:100vh;
    background:#475d62 url(../images/Group-328.png);
    background-size:cover;
    background-position:center;
}

.login-dark form {
    max-width:500px;
    width:90%;
    background-color:#1e2833;
    padding:40px;
    border-radius:20px;
    transform:translate(-50%, -50%);
    position:absolute;
    top:50%;
    left:50%;
    color:#fff;
    box-shadow:3px 3px 4px rgba(0,0,0,0.2);
}

.login-dark .illustration {
    text-align:center;
    padding:15px 0 20px;
    font-size:100px;
    color:#2980ef;
}

.login-dark form .form-control {
    background:none;
    border:none;
    border-bottom:1px solid #434a52;
    border-radius:0;
    box-shadow:none;
    outline:none;
    color:inherit;
}

.login-dark form .btn-primary {
    background:#214a80;
    border:none;
    border-radius:4px;
    padding:11px;
    box-shadow:none;
    margin-top:26px;
    text-shadow:none;
    outline:none;
}

.login-dark form .btn-primary:hover, .login-dark form .btn-primary:active {
    background:#214a80;
    outline:none;
}

.login-dark form .forgot {
    display:block;
    text-align:center;
    font-size:12px;
    color:#6f7a85;
    opacity:0.9;
    text-decoration:none;
}

.login-dark form .forgot:hover, .login-dark form .forgot:active {
    opacity:1;
    text-decoration:none;
}

.login-dark form .btn-primary:active {
    transform:translateY(1px);
}

.custom-direction {
    direction: rtl;
    font-family: 'IRANSans';
    border-radius: 20px;
}

.custom-login-btn {
    font-family: 'IRANSans' ;
}

#ErrorMessage {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.ErrorMessageShow {
    opacity: 1;
    text-align: center;
    font-family: 'IRANSans';
}

.ErrorMessageHide {
    opacity: 0;
    text-align: center;
    font-family: 'IRANSans';
}

.CustomRememberCheckboxSection {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    font-family: 'IRANSans';
    gap: 5px;
}

.CustomRememberCheckbox {
    width: 4%;
}


.get-in-touch {
    max-width: 800px;
    margin: 50px auto;
    position: relative;

}
.get-in-touch .title {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 3.2em;
    line-height: 48px;
    padding-bottom: 48px;
    color: #5543ca;
    background: #5543ca;
    background: -moz-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
    background: -webkit-linear-gradient(left,#f4524d  0%,#5543ca 100%) !important;
    background: linear-gradient(to right,#f4524d  0%,#5543ca  100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.contact-form .form-field {
    position: relative;
    margin: 32px 0;
}
.contact-form .input-text {
    display: block;
    width: 100%;
    height: 36px;
    border-width: 0 0 2px 0;
    border-color: #5543ca;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.contact-form .input-text:focus {
    outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
}
.contact-form .label {
    position: absolute;
    left: 20px;
    bottom: 11px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #5543ca;
    cursor: text;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,
    -webkit-transform .2s ease-in-out;
}
.contact-form .submit-btn {
    display: inline-block;
    background-color: #000;
    background-image: linear-gradient(125deg,#a72879,#064497);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    padding: 8px 16px;
    border: none;
    width:200px;
    cursor: pointer;
}

.CustomContractForm {
    padding: 0 20px !important;
}

.CustomContractForm input, textarea {
    direction: rtl !important;
    font-family: 'IRANSans' !important;
}

.CustomContractForm label {
    left: unset !important;
    right: 20px !important;
    font-family: 'IRANSans' !important;
}

.CustomContractForm select {
    direction: rtl;
    text-align: center;
}

.CustomH2 {
    font-family: 'IRANSans';
    font-size: 25px !important;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

body.FormPage {
    background-color: #fafafa;
}

.get-in-touch {
    background-color: #fff !important;
    border-radius: 20px !important;
    padding: 0 0 30px 0 !important;
    box-shadow: 0 0 65px #0000001f !important;
}

.CustomContractForm input {
    text-align: center;
    font-size: 15px;
    padding: 15px 0 0 0;
}

.HeaderImage {
    padding: 12px 40px  !important;
    background-color: #000 !important;
    border-radius: 18px 18px 0 0 !important;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ButtonSection {
    text-align: center;
}

.FormSubmitButton {
    padding: 5px 40px;
    border-radius: 15px;
    border: 1px solid #9000ff;
    background-color: #9000ff;
    color: #fff;
    font-family: 'IRANSans';
    font-weight: 700;
    cursor: pointer;
}

.FormExitButton {
    padding: 5px 40px;
    border-radius: 15px;
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    font-family: 'IRANSans';
    font-weight: 700;
    cursor: pointer;
}

.SuccessMessage {
    opacity: 0;
    color: #00ce0b;
    position: absolute;
    font-family: 'IRANSans';
    font-size: 16px;
    font-weight: 700;
}

.ErrorMessage {
    opacity: 0;
    color: #ce0000;
    position: absolute;
    font-family: 'IRANSans';
    font-size: 16px;
    font-weight: 700;
}

.MessageSection {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 10px 0 30px 0;
}

select, option {
    font-family: 'IRANSans';
}

.TextArea label {
    bottom: 25px !important;
}
