
@font-face {
    font-family: ChangaBold;
    src: url(./../fonts/changa/Changa-Bold.ttf);
  }
  @font-face {
    font-family: ChangaExtraBold;
    src: url(./../fonts/changa/Changa-ExtraBold.ttf);
  }
  @font-face {
    font-family: ChangaExtraLight;
    src: url(./../fonts/changa/Changa-ExtraLight.ttf);
  }
  @font-face {
    font-family: ChangaLight;
    src: url(./../fonts/changa/Changa-Light.ttf);
  }
  @font-face {
    font-family: ChangaMedium;
    src: url(./../fonts/changa/Changa-Medium.ttf);
  }
  @font-face {
    font-family: ChangaRegular;
    src: url(./../fonts/changa/Changa-Regular.ttf);
  }
  body {
    font-family: ChangaRegular;
  }
  .TopHeader, body {
    margin-right: 0;
}
  .login-page-new {
    height: 100vh;

  }
  .login-page-new .section-center-image{
   background-color:  #F6F6F6;
  }
  .login-page-new .login-page {
    height: 100%;

  }
  .login-page-new .login-page .grid-center-image {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
  .login-page-new .login-page .grid-center-image .brand-logo {
    width: 100%;
    text-align: center;
  }
  .login-page-new .login-page .grid-center-image .brand-logo img {
    display: block;
    margin: auto;
    margin: 30px auto;
  }
  .login-page-new .login-page .grid-center-image h4{
    color: #264653;
    font-size: 26px;
    font-weight: 600;
  }
  .login-page-new .login-page .grid-center-image h5{
    color: #2C3E50;
    font-size: 20px;
  }
  .login-page-new .login-page .grid-center-image h6{
    color: #2C3E50;
    font-size: 15px;
  }
  .login-page-new .login-page .grid-center-image .brand-logo img.logo-img{
    width: 122px;
    margin: 0px auto  30px;
    position: relative;
    top: -15px;
  }
  .login-page-new .login-account-form {
    display: flex;
      width: 100%;
      justify-content: center;
      align-items: center;
      height: 100%;
      background-color: #fff;
      position: relative;
  }
  .login-page-new .login-account-form .grid-center {
    width: 350px;
    max-width: 95%;
  }
  .login-page-new .login-account-form .grid-center h5 {
    color: #2C3E50;
    font-size: 15px;
    font-weight: 900;
    margin-bottom: 15px;
    text-align: center;
    font-family: ChangaExtraBold;
  }
  .login-page-new .login-account-form .grid-center h6 {
    margin-bottom: 100px;
    text-align: center;
    color: #A4AFB7;
    font-size: 13px;
    width: 265px;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    line-height: 20px;
  }
  .login-page-new .login-account-form .version {
    position: absolute;
    bottom: 15px;
    right: 15px;
    margin-bottom: 0;
  }
  .login-page-new .input-group{
    margin-bottom: 30px;
  }
  .login-page-new .input-group .form-control {
    height: 45px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    box-shadow: none;
    font-size: 15px;
    padding: 10px 15px;
    border: none !important;
    border-bottom: 2px solid #ccc !important;

  }
  .login-page-new .input-group .show-pass {
    position: absolute;
    left: 5px;
    display: inline-block;
    top: 10px;
    cursor: pointer;
    z-index: 9;
  }
  .login-page-new .input-group .show-pass img {
    width: 19px;
    cursor: pointer;
  }
  .login-page-new .input-group .form-control ~ label, .login-page-new .input-group .form-control ~ label {
    font-size: 13px;
    position: relative;
    top: -23px;
    padding: 0 10px;
    display: inline;
    background-color: #fff;
    width: calc(100% - 20px);
    margin: 0px 5px;
    transition: all 0.3s;
    line-height: 0px;
    z-index: 0;
  }
  .login-page-new .input-group .form-control:focus ~ label,
   .login-page-new .input-group input.form-control:not(:placeholder-shown) ~ label {
    transition: all 0.3s;
    top: -50px;
    display: inline-block;
    z-index: 2;
   }
   .login-page-new .input-group .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999;
    opacity: 0; /* Firefox */
    font-size: 11px;
  }

  .login-page-new .input-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
    opacity: 0;
    font-size: 11px;
  }

  .login-page-new .input-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
    opacity: 0;
    font-size: 11px;
  }
  .login-page-new .input-group .form-control:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 1; /* Firefox */
  }

  .login-page-new .input-group .form-control:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity: 1;
  }

  .login-page-new .input-group .form-control:focus::-ms-input-placeholder { /* Microsoft Edge */
    opacity: 1;
  }
  .login-page-new .input-group input:-webkit-autofill,
  .login-page-new .input-group input:-webkit-autofill:hover,
  .login-page-new .input-group input:-webkit-autofill:focus,
  .login-page-new .input-group input:-webkit-autofill:active {
      transition: background-color 5000s ease-in-out 0s;
  }
  .login-page-new .form-btn {
    padding: 10px;
    height: 50px;
    border-radius: 5px !important;
    background-color: #FF5929;
    display: block;
    width: 100%;
    color: #fff;
    margin: 50px 0px 5px;
    position: relative;
  }
  .login-page-new .form-btn img {
    position: absolute;
    left: 10px;
    top: 13px;
  }
  .login-page-new .form-check {
    margin-top: 10px;
    padding: 0;
  }
  .login-page-new .form-check .form-check-input {
    float: right;
    width: 20px !important;
    height: 20px !important;
    border: 2px solid #555;
    margin: 3px;
  }
  .login-page-new .form-check span {
    margin: 0 5px;
      font-size: 13px;
  }
  .login-page-new .form-check .form-check-input:checked {
    background-color: #00A1AB;
    border-color: #00A1AB !important;
  }
  .login-page-new .form-check .form-check-input:hover,
  .login-page-new .form-check .form-check-input:focus {
    box-shadow: none !important;
    outline: none !important;
  }
  .logo-img-form {
    display: none;
    width: 125px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: -30px;
  }
  .form-control {
    border-radius: 0 !important;
  }
  .error {
    position: static !important;
    font-size: 12px !important;
    color: #f00;
    margin-top: 10px !important;
  }
  .is-invalid {
    padding: 0 30px !important;
  }
  .is-invalid + label {
    padding: 0 30px !important;
  }
  @media (max-width: 767.98px) {
  .logo-img-form {
    display: block;
  }
    .login-page-new .login-account-form .grid-center h6 {
      margin-bottom: 40px;
  }
  .no-mobile {
    display: none;
  }
  }

/*Start login forgot-password*/
.login-forgot-btn {
  font-size: 12px;
  color: #00A1AB !important;
  font-family: 'ChangaRegular';
  float: left;
}

.forget-password {
  position: relative;

}
.forget-password .grid-center {
  box-shadow: 1px 1px 20px #cccccc5c;
  margin-bottom: 50px;
}

.forget-password .login-account-form .grid-center {
  margin-top: 150px;
  z-index: 5;
}
.forget-password:before {
  content: "";
  width: calc(100% - 30px);
  height: 290px;
  top: 30px;
  border-radius: 20px;
  background: #FF5929;
  position: absolute;
  left: 15px;
  z-index: 1;
}


.forget-password .login-account-form {
  align-items: self-start;
}
.forget-password .login-page .grid-center-image {
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.forget-password .login-page .grid-center-image .brand-logo {
  width: 100%;
  text-align: center;
}
.forget-password .login-page .grid-center-image .brand-logo img {
  display: block;
  margin: auto;
  margin: 30px auto;
}
.forget-password .login-page .grid-center-image .brand-logo img.logo-img {
  width: 122px;
  margin: 0px auto 30px;
  position: relative;
  top: -15px;
}

.forget-password .login-page .grid-center-image h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}
.forget-password .login-page .grid-center-image h5 {
  color: #2C3E50;
  font-size: 20px;
}
.forget-password .login-account-form .grid-center {
  width: 469px;
  background: #fff;
  max-width: 95%;
  padding: 40px;
  border-radius: 15px;
}
.forget-password .login-account-form .version {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin-bottom: 0;
  color: #fff;
}
.logo-img-form {
  display: none;
  width: 125px;
  margin: auto;
  margin-bottom: 50px;
  margin-top: -30px;
}
.forget-password .input-group .form-control {
  height: 45px;
  position: relative;
  z-index: 1;
  background-color: transparent;
  box-shadow: none;
  font-size: 12px;
  padding: 10px 15px;
  border: none !important;
  border-bottom: 2px solid #ccc !important;
}
.input-group .form-control.is-valid + label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/check.svg) no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  width: 50px;
  height: 50px;
}
.forget-password .input-group .form-control.is-valid {
  background: transparent;
}
.forget-password .login-account-form .grid-center h5 {
  color: #2C3E50;
  font-size: 15px;
  font-weight: 900;
  margin-bottom: 15px;
  text-align: center;
  font-family: ChangaExtraBold;
}
.forget-password .login-account-form .grid-center h6 {
  margin-bottom: 100px;
  text-align: center;
  color: #A4AFB7;
  font-size: 13px;
  width: 265px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
}
.login-page-new .input-group {
  margin-bottom: 30px;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: .875em;
  color: #dc3545;
}
.forget-password .form-check {
  margin-top: 10px;
}
.forget-password .form-btn {
  padding: 10px;
  height: 50px;
  border-radius: 5px !important;
  background-color: #FF5929;
  display: block;
  width: 100%;
  color: #fff;
  margin: 50px 0px 5px;
  position: relative;
}
.forget-password .form-btn img {
  position: absolute;
  left: 10px;
  top: 13px;
}
.forget-password .input-group .form-control ~ label, .forget-password .input-group .form-control ~ label {
  font-size: 13px;
  position: relative;
  top: -23px;
  padding: 0 10px;
  display: inline;
  background-color: #fff;
  width: calc(100% - 20px);
  margin: 0px 5px;
  transition: all 0.3s;
  line-height: 0px;
  z-index: 0;
}
.forget-password .input-group .form-control:focus ~ label, .forget-password .input-group input.form-control:not(:placeholder-shown) ~ label {
  transition: all 0.3s;
  top: -50px;
  display: inline-block;
  z-index: 2;
}
.forget-password .input-group .show-pass {
  position: absolute;
  left: 5px;
  display: inline-block;
  top: 10px;
  cursor: pointer;
  z-index: 9;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-right: -1px;
  margin-left: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.forget-password .form-check .form-check-input {
  float: right;
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #555;
  margin: 3px;
}
.forget-password .form-check span {
  margin: 0 5px;
  font-size: 13px;
}
.login-forgot-btn {
  font-size: 12px;
  color: #3275B9;
  font-family: 'ChangaRegular';
  float: left;
}
.forget-password .input-group input:-webkit-autofill, .forget-password .input-group input:-webkit-autofill:hover, .forget-password .input-group input:-webkit-autofill:focus, .login-page-new .input-group input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
}
.form-control::-webkit-input-placeholder {
  opacity: 0;
}
.form-control:-ms-input-placeholder {
  opacity: 0;
}
.form-control::placeholder {
  opacity: 0;
}
.form-control:focus::-webkit-input-placeholder {
  opacity: 1;
}
.form-control:focus:-ms-input-placeholder {
  opacity: 1;
}
.form-control:focus::placeholder {
  opacity: 1;
}

#forgotPasswordForm .input-group {
  margin-bottom: 200px;
}
.error {
  position: static !important;
  font-size: 12px !important;
  color: #f00;
  margin-top: 10px !important;
}
.is-invalid {
  padding: 0 30px !important;
}
.is-valid {
  padding: 0 30px !important;
}
.is-invalid + label {
  padding: 0 30px !important;
}
.language-link {
  width: 469px;
  margin: 20px auto 0;
  color: #fff !important;
  display: block;
}

.confirmation-code {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.confirmation-code .input {
  height: 2.3em;
  width: 2.3em;
  border: 1px solid #bbd2f1;
  outline: none;
  text-align: center;
  font-size: 1.5em;
  border-radius: 0.3em;
  background-color: #ffffff;
  outline: none;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  color: #3275B9;
}
/*Start Countdown-Template*/
@keyframes progress {
  100% {
    stroke-dashoffset: 1256.12939453125;
  }
}

.fa-solid {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.countdown-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*End Countdown-Template*/

.confirmation-p {
  text-align: center;
  color: #3275B9;
  font-size: 12px;
  font-family: ChangaMedium;
  text-decoration: underline;
}
.resend-btn {
  color: #3275B9 !important;
  margin: auto;
  font-size: 12px;
  text-decoration: underline;
  font-family: 'ChangaMedium';
  display: none;
}
.finance-admin-model-head {
  font-size: 16px;
  color: #2C3E50;
  font-weight: 600;
  margin: 20px;
}
.finance-admin-model-head2 {
  font-size: 12px;
  color: #000000;
  font-weight: 600;
  margin: 20px;
}

.finance-admin-model .form-group {
  width: 80%;
  text-align: right;
  margin: auto;
}
.finance-admin-model-label {
  font-size: 12px;
  color: #18181B;
  font-weight: 700;
  margin-bottom: 6px;
}
.finance-admin-model-label-hide {
  position: absolute;
  left: 20px;
  top: 43px;
  cursor: pointer;
}

.finance-admin-model-label-hide {
  background: url(../img/hide-password.png) no-repeat;
  width: 30px;
  height: 30px;
}
.finance-admin-model-label-hide.show {
  background: url(../img/show-password.png) no-repeat;
}
.finance-admin-model-input {
  display: block;
  width: 100%;
  border: 1px solid #E0E3EB;
  margin-bottom: 10px;
  background: #FAFAFA;
  height: 53px;
  border-radius: 3px;
}
.formMessagesContainer {
  position: absolute;
  box-shadow: 1px 1px 20px #ccc;
  z-index: 55;
  background: #fff;
  width: 100%;
  border-radius: 5px;
  padding: 15px 0;
  border: 1px solid #e1e4ec;
}
.formMessagesContainer2 {
  font-size: 12px !important;
  color: #f00;
  margin-top: 10px !important;
}
.formMessagesContainer .form-messages {
  font-size: 12px;
  color: #1db9c3;
  margin-right: 13px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.formMessagesContainer .form-messages.fail {
  color: #f54b5f;
}
#formMessagesContainer {
  z-index: 555555;
}
.finance-admin-model-label-submit {
  background: #FF5929;
  color: #fff !important;
  font-size: 13px;
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 35px auto;
  padding-bottom: 0;
  position: relative;
}
.finance-admin-model-label-submit img {
  position: absolute;
  left: 10px;
  top: 13px;
}
#changePasswordForm .form-group {
  width: 100%;
  text-align: right;
  margin: auto;
}

.back-to-login {
  position: absolute;
  top: 20px;
  color: #000;
  right: 20px;
}
.login-account-form #validationRequest {
    font-size: 13px;
}
@media (max-width: 767.98px) {
  .forget-password:before {
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 0;
  }
  .confirmation-code .input {
    height: 2em;
    width: 1.6em;
  }
}
.spinner-loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(100, 98, 98, 0.8784313725);
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    z-index: 999999999999;
}
.spinner-loader.active-ajax,
.spinner-loader.active {
    display: flex;
}
