/***
Login page
***/
/* logo page */
.login {
  background-color: #444 !important;
}

.login .logo {
  margin: 0 auto;
  margin-top: 40px;
  padding: 15px;
  text-align: center;
}

.login .content {
  background-color: #fff;
  width: 360px;
  margin: 50px auto;
  margin-bottom: 0px;
  padding: 30px;
  padding-top: 20px;
  padding-bottom: 15px;
  border-radius: 14px;
}

.login .content h3 {
  color: #000;
}

.login .content h4 {
  color: #555;
}

.login .content p {
  color: #222;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px;
}

.login .content .input-icon {
  border-left: 2px solid #35aa47 !important;
}

.login .content .input-icon .form-control {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  background-color: #fff;
  clear: both;
  border: 0px;
  /*border-bottom: 1px solid #eee;*/
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .forget-password {
  margin-top: 25px;
}

.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container {
  border-left: 2px solid #35aa47 !important;
}

.login .content .select2-container .select2-choice {
  border-left: none !important;
}

.login .content .select2-container i {
  display: inline-block;
  position: relative;
  color: #ccc;
  z-index: 1;
  top: 1px;
  margin: 4px 4px 0px -1px;
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center;
}

.login .content .has-error .select2-container i {
  color: #b94a48;
}

.login .content .select2-container a span {
  font-size: 13px;
}

.login .content .select2-container a span img {
  margin-left: 4px;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  color: #999;
  font-size: 13px;
}

body[dir="ltr"] .login-new .logo {
  padding-top: 200px;
  text-align: left;
  margin: 0 auto;
  width: 420px;
}

body[dir="rtl"] .login-new .logo {
  padding-top: 200px;
  text-align: right;
  margin: 0 auto;
  width: 420px;
}

.exam-login {
  /*height: 378px;*/
  /*width: 378px;*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.tomax-logo-login {
  max-height: 38px;
  max-width: 90px;
  margin-top: 23px;
  margin-left: 24px
}

body[dir="ltr"] .exam-management-system {
  font-family: Avenir;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #888888;
  text-align: left;
  margin: 0 auto;
  width: 420px;
  padding-top: 5px;
}

body[dir="rtl"] .exam-management-system {
  font-family: Heebo;
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.3px;
  color: #888888;
  text-align: right;
  margin: 0 auto;
  width: 420px;
  padding-top: 5px;
}

body[dir="ltr"] .log-in {
  font-family: Avenir-Heavy;
  font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.51px;
  color: #000000;
  padding-top: 30px;
  text-align: left;
  margin: 0 auto;
  width: 420px;
}

body[dir="rtl"] .log-in {
  font-family: Heebo-Bold;
  font-size: 36px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.51px;
  color: #000000;
  padding-top: 30px;
  text-align: right;
  margin: 0 auto;
  width: 420px;
}

body[dir="ltr"] .language-login {
  font-family: Avenir;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.17px;
  text-align: right;
  color: #888888;
  margin-top: 32px;
  margin-right: 24px;
  text-transform: uppercase;
  cursor: pointer;
}

body[dir="rtl"] .language-login {
  font-family: Avenir;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.17px;
  text-align: right;
  color: #888888;
  margin-top: 32px;
  margin-right: 24px;
  text-transform: uppercase;
  cursor: pointer;
}

.login-input-container {
  height: 40px;
  width: 420px;
  display: flex;
  border: 1px solid #e3e1ea;
  margin: 0 auto;
}

/*body[dir="rtl"] .login-input-container {*/
  /*height: 40px;*/
  /*width: 420px;*/
  /*display: flex;*/
  /*border: 1px solid #e3e1ea;*/
  /*margin: 0 auto;*/
/*}*/

body[dir="ltr"] .login-input-icon-first {
  min-height: 40px;
  min-width: 40px;
  border-right: 1px solid #e3e1ea !important;
  padding-top: 10px;
  padding-left: 13px;
  border: 0px;
}

body[dir="rtl"] .login-input-icon-first {
  min-height: 40px;
  min-width: 40px;
  border-left: 1px solid #e3e1ea !important;
  padding-top: 10px;
  padding-right: 12px;
  border: 0px;
}

body[dir="ltr"] .login-input-icon-second {
  min-height: 40px;
  min-width: 40px;
  padding-top: 10px;
  border: 0px;
}

body[dir="rtl"] .login-input-icon-second {
  min-height: 40px;
  min-width: 40px;
  padding-top: 10px;
  border: 0px;
}

body[dir="ltr"] .login-input {
  min-width: 340px !important;
  border: 0px;
  font-family: Avenir-Roman;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #060962;
}

body[dir="rtl"] .login-input {
  min-width: 340px !important;
  border: 0px;
  font-family: Heebo-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #060962;
}

body[dir="ltr"] .login-user-name {
  font-family: Avenir;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #b1b1b1;
  text-transform: uppercase;
  margin: 0 auto;
  width: 420px;
  padding-top: 25px;
  padding-bottom: 4px;
}

body[dir="rtl"] .login-user-name {
  font-family: Heebo;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #b1b1b1;
  margin: 0 auto;
  width: 420px;
  padding-top: 25px;
  padding-bottom: 4px;
}

body[dir="ltr"] .login-user-password {
  font-family: Avenir;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #b1b1b1;
  text-transform: uppercase;
  margin: 0 auto;
  width: 420px;
  padding-top: 5px;
  padding-bottom: 4px;
}

body[dir="rtl"] .login-user-password {
  font-family: Heebo;
  font-size: 10px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.14px;
  color: #b1b1b1;
  margin: 0 auto;
  width: 420px;
  padding-top: 5px;
  padding-bottom: 4px;
}

body[dir="ltr"] .login-next {
  width: 420px;
  height: 50px;
  text-transform: uppercase;
  border-radius: 0px !important;
  font-family: Avenir-Heavy;
  font-size: 12px !important;
  font-weight: 900 !important;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.17px;
  color: #000000 !important;
}

body[dir="rtl"] .login-next {
  width: 420px;
  height: 50px;
  border-radius: 0px !important;
  font-family: Heebo-Bold;
  font-size: 12px !important;
  font-weight: 900 !important;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.17px;
  color: #000000 !important;
}

body[dir="ltr"] .login-password-reset {
  font-family: Avenir;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.17px;
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
}

body[dir="ltr"] .login-password-reset {
  font-family: Heebo;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.17px;
  text-align: center;
  padding-top: 10px;
}

body[dir="ltr"] .hello-user {
  text-align: left;
  margin: 0 auto;
  width: 420px;
  margin-top: 14px;
}

body[dir="rtl"] .hello-user {
  text-align: right;
  margin: 0 auto;
  width: 420px;
  margin-top: 14px;
}

body[dir="ltr"] .hello-text {
  font-family: Avenir;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #292f4c;
}

body[dir="rtl"] .hello-text {
  font-family: Heebo;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #292f4c;
}

body[dir="ltr"] .hello-user-name {
  font-family: Avenir-Heavy;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #292f4c;
}

body[dir="rtl"] .hello-user-name {
  font-family: Heebo-Bold;
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #292f4c;
}

body[dir="ltr"] .login-back {
  width: 204px;
  height: 50px;
  text-transform: uppercase;
  border-radius: 0px !important;
  background-color: white !important;
  border: 1px solid #e3e1ea !important;
  margin-right: 12px;
  font-family: Avenir-Heavy;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.17px;
  text-align: center;
  color: #888888 !important;
}

body[dir="rtl"] .login-back {
  width: 204px;
  height: 50px;
  border-radius: 0px !important;
  background-color: white !important;
  border: 1px solid #e3e1ea !important;
  margin-left: 12px;
  font-family: Heebo-Bold;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.17px;
  text-align: center;
  color: #888888 !important;
}

body[dir="ltr"] .login-login {
  width: 204px;
  height: 50px;
  text-transform: uppercase;
  border-radius: 0px !important;
  font-family: Avenir-Heavy;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.17px;
  text-align: center;
  color: #000000 !important;
  background: linear-gradient(108deg, #22ae85 4%, #0ce8a4 93%) !important;
}

body[dir="rtl"] .login-login {
  width: 204px;
  height: 50px;
  border-radius: 0px !important;
  font-family: Heebo-Bold;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.17px;
  text-align: center;
  color: #000000 !important;
  background: linear-gradient(108deg, #22ae85 4%, #0ce8a4 93%) !important;
}

body[dir="ltr"] button.btn.login-login:not(:disabled):hover,
body[dir="ltr"] button.btn.login-login:not(:disabled):focus,
body[dir="ltr"] button.btn.login-login:not(:disabled):active,
body[dir="rtl"] button.btn.login-login:not(:disabled):hover,
body[dir="rtl"] button.btn.login-login:not(:disabled):focus,
body[dir="rtl"] button.btn.login-login:not(:disabled):active {
  background: #25654C !important;
  background-image: none !important;
  color: #fff !important;
}

body[dir="ltr"] button.btn.login-next:hover,
body[dir="ltr"] button.btn.login-next:focus,
body[dir="ltr"] button.btn.login-next:active,
body[dir="rtl"] button.btn.login-next:hover,
body[dir="rtl"] button.btn.login-next:focus,
body[dir="rtl"] button.btn.login-next:active {
  color: #fff !important;
}

body[dir="ltr"] .remember-me{
  text-align: left;
  margin: 0 auto;
  width: 420px;
  padding-top: 10px;
}

body[dir="rtl"] .remember-me{
  text-align: right;
  margin: 0 auto;
  width: 420px;
  padding-top: 10px;
}

body[dir="ltr"] .remember-me-text {
  font-family: Avenir-Roman;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #292f4c;
}

body[dir="rtl"] .remember-me-text {
  font-family: Heebo-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #292f4c;
}

body[dir="ltr"] .login-error {
  height: 57px;
  text-align: center;
  margin: 0 auto;
  width: 420px;
  border-radius: 2px;
  background-color: #e3e1ea;
  box-shadow: 0 2px 16px 0 rgba(227, 48, 86, 0.16);
  display: flex;
}

body[dir="rtl"] .login-error {
  height: 57px;
  text-align: center;
  margin: 0 auto;
  width: 420px;
  border-radius: 2px;
  background-color: #e3e1ea;
  box-shadow: 0 2px 16px 0 rgba(227, 48, 86, 0.16);
  display: flex;
}

body[dir="ltr"] .login-g-recaptcha {
  height: 70px;
  text-align: center;
  margin: 0 auto;
  width: 300px;
  display: flex;
}

body[dir="rtl"] .login-g-recaptcha {
  height: 70px;;
  text-align: center;
  margin: 0 auto;
  width: 300px;
  display: flex;
}

body[dir="ltr"] .login-error-text {
  font-family: Avenir;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  width: 20px;
  height: 18px;
  color: #e33056
}

body[dir="rtl"] .login-error-text {
  font-family: Heebo;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  width: 20px;
  height: 18px;
  color: #e33056
}

body[dir="ltr"] .login-error-text-heavy {
  font-family: Avenir-Heavy;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  width: 20px;
  height: 18px;
  color: #e33056;
  text-transform: uppercase;
}

body[dir="rtl"] .login-error-text-heavy {
  font-family: Heebo-Bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  width: 20px;
  height: 18px;
  color: #e33056;
}

body[dir="ltr"] .login-invalid-credentials {
  margin: auto;
  text-align: left;
  padding-left: 0px;
}

body[dir="rtl"] .login-invalid-credentials {
  margin: auto;
  text-align: right;
  padding-right: 0px;
}

body[dir="ltr"] .password-recovery-text {
  font-family: Avenir-Roman;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #888888;
  text-align: left;
  margin: 0 auto;
  width: 420px;
  padding-top: 5px;
}

body[dir="rtl"] .password-recovery-text {
  font-family: Heebo-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  color: #888888;
  text-align: right;
  margin: 0 auto;
  width: 420px;
  padding-top: 5px;
}

body[dir="ltr"] .password-recovery-message {
  width: 420px;
  height: 57px;
  display: flex;
  border: 1px solid #e3e1ea;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0 2px 16px 0 rgba(227, 48, 86, 0.16);
  background-color: #e3e1ea;
}

body[dir="rtl"] .password-recovery-message {
  width: 420px;
  height: 57px;
  display: flex;
  border: 1px solid #e3e1ea;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0 2px 16px 0 rgba(227, 48, 86, 0.16);
  background-color: #e3e1ea;
}

.password-recovery-icon {
  width: 37px;
  height: 37px;
  border-radius: 20px;
  background: #34d511;
  margin: auto;
}

body[dir="ltr"] .center-password-recovery-icon {
  display: block;
  margin-left: -8px;
  margin-right: auto;
  margin-top: 7px;
}

body[dir="rtl"] .center-password-recovery-icon {
  display: block;
  margin-left: auto;
  margin-top: 7px;
  margin-right: -8px;
}

body[dir="ltr"] .password-recovery-success-text {
  font-family: Avenir-Heavy;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #21a67e;
}

body[dir="rtl"] .password-recovery-success-text {
  font-family: Heebo-Bold;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #21a67e;
}

body[dir="ltr"] .password-recovery-send-reset-password-text {
  font-family: Avenir;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #292f4c;
}

body[dir="rtl"] .password-recovery-send-reset-password-text {
  font-family: Heebo;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #292f4c;
}

body[dir="ltr"] .password-recovery-secure-valid-password-container {
  direction: ltr;
  text-align: center;
  margin: 0 auto;
  width: 422px;
  border-radius: 2px;
  background-color: #e3e1ea;
  box-shadow: 0 2px 16px 0 rgba(41, 47, 76, 0.16);
  display: flex;
}

body[dir="rtl"] .password-recovery-secure-valid-password-container {
  direction: rtl;
  text-align: center;
  margin: 0 auto;
  width: 422px;
  border-radius: 2px;
  background-color: #e3e1ea;
  box-shadow: 0 2px 16px 0 rgba(41, 47, 76, 0.16);
  display: flex;
}

body[dir="ltr"] .password-recovery-secure-valid-password-text-container {
  text-align: left;
  margin-top: 13px;
  margin-bottom: 17px;
  margin-left: 17px;
}

body[dir="rtl"] .password-recovery-secure-valid-password-text-container {
  text-align: right;
  margin-top: 13px;
  margin-bottom: 17px;
  margin-right: 17px;
}

body[dir="ltr"] .password-recovery-secure-valid-password-text {
  font-family: Avenir;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #292f4c;
}

body[dir="rtl"] .password-recovery-secure-valid-password-text {
  font-family: Heebo;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #292f4c;
}

body[dir="ltr"] .otp-message-code-phone {
  font-family: Avenir;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  color: #888888;
  text-align: left;
  margin: 0 auto;
  width: 420px;
  padding-top: 5px;
}

body[dir="rtl"] .otp-message-code-phone {
  font-family: Heebo;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  color: #888888;
  text-align: right;
  margin: 0 auto;
  width: 420px;
  padding-top: 5px;
}

body[dir="ltr"] .otp-send-again {
  font-family: Avenir;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #21a67e;
  cursor: pointer;
}

body[dir="rtl"] .otp-send-again {
  font-family: Heebo;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #21a67e;
  cursor: pointer;
}

body[dir="ltr"] .user-role-welcome {
  height: 33px;
  font-family: Avenir-Heavy;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #6e8098;
  text-align: center;
}

body[dir="rtl"] .user-role-welcome {
  height: 33px;
  font-family: Heebo-Bold;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #6e8098;
  text-align: center;
}

body[dir="ltr"] .user-role-choose-role {
  height: 64px;
  font-family: Avenir;
  font-size: 59px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #292f4c;
  text-align: center;
  margin-bottom: 50px;
}

body[dir="rtl"] .user-role-choose-role {
  height: 64px;
  font-family: Heebo;
  font-size: 59px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #292f4c;
  text-align: center;
  margin-bottom: 50px;
}

.user-role-list {
  width: 50%;
  padding: 30px;
  border-radius: 1px;
  box-shadow: 0 2px 10px 0 rgba(41, 47, 76, 0.09);
  border: solid 1px #e3e1ea;
  background-color: #f7f6fb;
  margin: auto;
}

.user-role-item {
  margin: 20px 0;
  padding: 20px;
  border: solid 1px #e3e1ea;
  background-color: #fff;
}

.user-role-item-selected {
  box-shadow: 0 2px 15px 0 rgba(41, 47, 76, 0.25);
  border: solid 1px #22ae85 !important;
  background-color: #e4faf5 !important;
}

body[dir="ltr"] .user-role-login-message {
  font-family: Avenir;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #e33056;
  text-align: center;
  margin-bottom: 20px;
}

body[dir="rtl"] .user-role-login-message {
  font-family: Heebo;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0px;
  color: #e33056;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }

  .login .content {
    width: 280px;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}
