html,
body {
    height: 100%;
}

body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f6fa;
    font-family: shabnam;
}

hr {
    margin: 0;
}

/* desktop */
@media (min-width: 426px) {
    .sing-in-card {
        width: 350px;
        border-radius: 8px;
    }

    .login-form-fields {
        padding: 24px;
        padding-top: 0;
    }

    .login-header-message {
        font-size: 21px;
        font-weight: bold !important;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        margin-right: 24px;
        color: #212121;
    }

    .login-header-message-sub {
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        margin-right: 24px;
        color: #757575;
    }

    .login-form-message {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.63;
        letter-spacing: normal;
        text-align: right;
        color: #212121;
        direction: rtl;
        float: right;
        margin-top: 18px;
        margin-bottom: 0px;
    }

    .input-label {
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #757575;
        margin-bottom: 12px;
        margin-top: 24px;
        width: 100%;
    }

    .login-bottom-message-container {
        margin-top: 16px;
    }
}

/* for mobile */
@media (max-width: 560px) {
    .sing-in-card {
        width: 100%;
        border-radius: 8px;
    }

    .login-form-fields {
        padding: 16px;
        padding-top: 0;
    }

    .login-header-message {
        font-size: 18px;
        font-weight: bold !important;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        margin-right: 18px;
        color: #212121;
    }

    .login-header-message-sub {
        font-size: 18px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        margin-right: 18px;
        color: #757575;
    }

    .login-form-message {
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.63;
        letter-spacing: normal;
        text-align: right;
        color: #212121;
        direction: rtl;
        float: right;
        margin-top: 18px;
        margin-bottom: 0px;
    }

    .input-label {
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #757575;
        margin-bottom: 12px;
        margin-top: 24px;
        width: 100%;
    }

    .login-bottom-message-container {
        margin-top: 16px;
    }
}

.change-send-method {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #757575;
}

.capcha-photo {
    width: 143px;
    height: 48px;
    margin-top: 24px;
}

.dir-rtl {
    direction: rtl;
}

.radio-label {
    text-align: right;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
}

.radio-label-1 {
    margin-top: 32px;
    margin-bottom: 0px;
}

.radio-label-2 {
    margin-top: 30px;
    margin-bottom: 0px;
}

.form-radio-input {
    margin-left: 16px;
}

.text-box-container {
    text-align: right;
    margin-right: 24px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.radio-container-lable {
    margin-top: 32px;
}

.radio-container-radio {
    margin-top: 32px;
    margin-left: 16px;
}

.form-signin input[id="customRadio2"] {
    margin-bottom: 68px;
}

.form-signin input[type="radio"] {
    width: 18px;
    height: 18p;
    margin-left: 16px;
}

.code-counter {
    font-size: 16px;
    font-weight: normal;
    margin-top: 12px;
    margin-bottom: 58px;
}

.logo-img {
    margin-top: 32px;
    margin-bottom: 35px;
}

.send-code-fomr-message {
    text-align: center;
}

.login-header {
    margin-top: 24px;
    margin-bottom: 24px !important;
    text-align: center;
}

.forgot-pass-link {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #2a6ae3;
    width: 100%;
}

.forgot-pass-link-container {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 35px;
    text-align: right;
}

.form-signin {
    width: 100%;
    /* max-width: 330px;
	*/
    /* padding: 15px;
	*/
    /* margin: auto;
	*/
    ;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.login-bottom-message {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #757575;
    direction: rtl;
    margin-bottom: 0px;
}

.login-link {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-family: shabnam-bold;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #2a6ae3;
}

.text-input {
    width: 100%;
    height: 42px;
    text-align: right;
    border: solid 1px rgba(33, 33, 33, 0.12);
    background-color: rgba(33, 33, 33, 0.04);
    color: #212121;
    border-radius: 4px;
    padding: 10px;
}

.text-input:focus {
    border: solid 1px #2a6ae3;
}

.margin-top-119 {
    margin-top: 119px;
}

.margin-top-56 {
    margin-top: 56px;
}

/* .form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
*/
.partitioned-input {
    padding-left: 15px;
    letter-spacing: 20px;
    border: 0;
    /* background-color: rgba(33, 33, 33, 0.12);
	*/
    background-image: linear-gradient(to left, rgba(33, 33, 33, 0.12) 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 30px 1px;
    background-repeat: repeat-x;
    background-position-x: 30px;
    width: 170px;
    font-size: 18px;
    color: #212121;
}

.partitioned-input::selection {
    padding-left: 14px;
    letter-spacing: 41px;
    border: none;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 50px 1px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 100%;
}

.divInner {
    left: 0;
    position: sticky;
}

.divOuter {
     width: 160px;
     overflow: hidden;
	 margin:auto
}

.code-resend-button {
    margin-top: 16px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2a6ae3;
}

.margin-97 {
    margin-top: 97px;
}

.number-show {
    margin-top: 14px;
    direction: rtl;
    text-align: center;
}

.change-number {
    margin-right: 9px;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #2a6ae3;
}

*:focus {
    outline: 0;
}

.forgot-password-text {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: right;
    color: #212121;
}

.error-message {
    color: #b20c0c;
    margin-top: 12px;
    margin-bottom: 0px;
    direction: rtl;
    text-align: right;
    font-weight: lighter;
    font-family: shabnam-light;
}

/* #input-moblie-error-container{
	display: none;
}
#input-password-error-container{
	display: none;
}
*/
.error-container {
    display: none;
}

.close-icon {
    text-align: left;
    float: left;
    margin-left: 16px;
    cursor: pointer;
}

.close-icon-Span {
    width: 24px;
    height: 24px;
    object-fit: contain;
    font-size: 36px;
    cursor: pointer;
}

.was-validated .form-control:invalid, .form-control.is-invalid,.was-validated .form-control:valid{
	padding-right:0 !important;
	background-position: right calc(0.3em + 0rem) center;
    background-size: calc(0.5em + 0.375rem) calc(0.75em + 0.375rem);
}

.rtl ,input, button, select, optgroup, textarea, .alert,#swal2-content{
	direction:rtl;
}
.ltr {
	direction:ltr;
}
.alert .closebtn {
    float: left;
    font-size: 20px;
    font-weight: bold;
    position: unset;
}
.alert.bg-danger{
	color:#FFF
}

.swal2-popup .swal2-content{
	font-size: 1em;
}
.toast-container{
	direction:rtl;
	text-align:right
}

