@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.ff-roboto {
  font-family: 'Roboto', cursive;
}

html,
body {
  height: 100%;
}

a,
a:focus {
  color: #2b366c;
}

a:hover {
  color: #5e6282;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-sm {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-30 {
  font-size: 30px;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.text1-blue {
  color: #313970;
}

.text2-blue {
  color: #2b366c;
}

.text3-blue {
  color: #6878bd;
}

.text1-grey {
  color: #444444;
}

.text1-brown {
  color: #82312e;
}

.border1-grey {
  border-color: #e4e4e4 !important;
}

.border2-grey {
  border-color: #a1a1a1 !important;
}

.border1-blue {
  border-color: #878da8 !important;
}

.box-shadow-0 {
  box-shadow: none !important;
}

.form-control,
.form-select {
  border-color: #aaaaaa;
}

.form-control:focus,
.form-select:focus {
  border-color: #aaaaaa;
  box-shadow: none;
}

.btn-mw {
  min-width: 100px;
}

.btn1-blue,
.btn1-blue:focus {
  border-color: #a0abd9;
  color: #ffffff;
  background: #a0abd9;
  background: -webkit-linear-gradient(to bottom, #a0abd9 0%, #a0abd9 100%);
  background: -moz-linear-gradient(to bottom, #a0abd9 0%, #a0abd9 100%);
  background: linear-gradient(to bottom, #a0abd9 0%, #a0abd9 100%);
}

.btn1-blue:hover {
  border-color: #a0abd9;
  color: #ffffff;
  background: #a0abd9;
  background: -webkit-linear-gradient(to bottom, #545b8a 0%, #a0abd9 100%);
  background: -moz-linear-gradient(to bottom, #545b8a 0%, #a0abd9 100%);
  background: linear-gradient(to bottom, #545b8a 0%, #a0abd9 100%);
}

.btn1-white,
.btn1-white:focus {
  border-color: #dddddd;
  color: #333333;
  background: #ffffff;
  background: -webkit-linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background: -moz-linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}

.btn1-white:hover {
  border-color: #A1ACDA;
  color: #333333;
  background: #ffffff;
  background: -webkit-linear-gradient(to bottom, #A1ACDA 0%, #ffffff 100%);
  background: -moz-linear-gradient(to bottom, #A1ACDA 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #A1ACDA 0%, #ffffff 100%);
}

.btn2-white,
.btn2-white:focus {
  border-color: #dddddd;
  color: #333333;
  background: #ffffff;
  background: -webkit-linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background: -moz-linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}

.btn2-white:hover {
  border-color: #dddddd;
  color: #333333;
  background: #ffffff;
  background: -webkit-linear-gradient(to bottom, #dddddd 0%, #ffffff 100%);
  background: -moz-linear-gradient(to bottom, #dddddd 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #dddddd 0%, #ffffff 100%);
}

.login-box {
  height: 560px;
  font-family: 'Roboto', sans-serif;
  overflow: hidden;
  overflow-y: auto;
  /* box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.5); */
  box-shadow: 1px 2px 10px 1px rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  position: relative;
}

.login-left-box {
  background-image: url('../../../images/login-bg-img.jpg');
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}

.login-left-box .content-box {
  color: #fff;
  padding: 50px 100px 15px 50px;
}

.login-box .login-logo-box {
  background-color: #fff;
  box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 5px 15px;
}

.login-box .login-logo-box img {
  max-width: 300px;
}

.login-box h1 {
  font-size: 30px;
}

.login-box h2 {
  font-size: 36px;
  color: #CD354D;
}

.login-box .text-blue {
  color: #544183;
}

.login-right-box .content-box {
  padding: 15px 50px 15px 15px;
  position: relative;
}

.login-form-box .form-control {
  font-size: 12px;
  color: rgba(116, 116, 116, 1);
  border-radius: 50px;
  padding: 15px 15px;
}

.login-form-box .form-floating>.form-control,
.login-form-box .form-floating>.form-select {
  height: auto;
}

.login-form-box .form-floating>label {
  font-size: 12px;
  color: #aaaaaa;
  padding: 15px 15px;
  margin-top: -1px;
}

.login-form-box .form-floating>.form-control:focus,
.login-form-box .form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 15px;
  padding-bottom: 15px;
}

.login-form-box .form-floating>.form-control:focus~label,
.login-form-box .form-floating>.form-control:not(:placeholder-shown)~label,
.login-form-box .form-floating>.form-select~label {
  margin-top: -5px;
  margin-left: 15px;
  opacity: 1;
  background-color: #fff;
  color: #aaaaaa;
  font-style: italic;
  height: auto;
  padding: 5px;
}

.login-form-box .captcha-box {
  padding-top: 5px;
  padding-bottom: 5px;
}

.login-form-box .captcha-reset-box img {
  cursor: pointer;
}

.login-form-box .btn-outline1 {
  min-width: 120px;
  border-color: #313970;
  color: #000;
  border-radius: 50px;
}

.login-form-box .btn-outline1:hover,
.login-form-box .btn-outline1:focus {
  border-color: #F29109;
  color: #fff;
}

.login-box .copyright-box {
  font-size: 12px;
  color: rgba(116, 116, 116, 1);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -5rem;
}

.login-box .copyright-box img {
  max-width: 16px;
  vertical-align: middle;
  margin-top: -3px;
}

.login-loading-box {
  background-color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  color: #A7AFD3;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}

.login-loading-box .cog-img2 {
  margin-top: -10px;
}

.login-loading-box .animate-loading-cog {
  -webkit-animation: rotate-loader 1.5s forwards;
  -moz-animation: rotate-loader 1.5s forwards;
  -ms-animation: rotate-loader 1.5s forwards;
  animation: rotate-loader 1.5s forwards;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  animation-timing-function: linear
}

@keyframes rotate-loader {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(180deg);
  }
}

.login-loading-box1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  height: 0 !important;
}

.sh-login-loading-box {
  opacity: 1;
  height: 100% !important;
}

.loader {
  width: 100px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.loader .image {
  width: 100px;
  height: 160px;
  font-size: 40px;
  text-align: center;
  transform-origin: bottom center;
  animation: 2s rotate infinite;
  opacity: 0;
}

.loader .image img {
  width: 40px;
}

.loader span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}

@keyframes rotate {
  0% {
    transform: rotate(90deg);
  }

  10% {
    opacity: 0;
  }

  35% {
    transform: rotate(0deg);
    opacity: 1;
  }

  65% {
    transform: rotate(0deg);
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    transform: rotate(-90deg);
  }
}

.modal .mbtn-close {
  color: #333;
  right: 0;
  top: 0;
  margin-top: -5px;
}

.modal .mbtn-close:hover,
.modal .mbtn-close:focus {
  color: #333;
  opacity: 0.7;
}

.text5-light-grey {
  color: #BDBDBD;
}

.bi-fs-lg {
  font-size: 65px;
}

.border-md-red1 {
  border-color: #e69aa6 !important;
}

.gradient-light-red {
  background: #FFFFFF;
  background: -webkit-linear-gradient(to bottom, #FFFFFF 70%, #f8d9dc 100%);
  background: -moz-linear-gradient(to bottom, #FFFFFF 70%, #f8d9dc 100%);
  background: linear-gradient(to bottom, #FFFFFF 70%, #f8d9dc 100%);
}

.login-box .text-blue {
  color: #313970;
}

.login-form-box .form-select,
.login-form-box .form-control {
  color: #444444;
  border-radius: 50px;
  padding: 10px 15px;
}

.login-form-box .form-floating>label {
  padding: 10px 15px;
}

.login-form-box .form-floating>.form-control:focus,
.login-form-box .form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 10px;
  padding-bottom: 10px;
}

.login-form-box .captcha-box {
  padding-top: 5px;
  padding-bottom: 5px;
}

.login-form-box .form-select,
.login-form-box .form-control,
.login-form-box .form-floating>label {
  font-size: 14px;
}

.login-form-box .form-floating>.form-control:focus~label,
.login-form-box .form-floating>.form-control:not(:placeholder-shown)~label,
.login-form-box .form-floating>.form-select~label {
  font-style: normal;
}

.login-box .login-logo-box img {
  max-height: 110px;
}

.login-box .btn {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.login-box .btn-reset:hover,
.login-box .btn-reset:focus {
  border-color: #313970;
  background-color: #F1F1F1;
  color: #000000;
}

.login-box .captcha-box img {
  max-height: 40px;
}

.login-box .login-logo-box {
  padding: 15px 20px;
}

.login-form-box .form-floating>.form-control:focus~label,
.login-form-box .form-floating>.form-control:not(:placeholder-shown)~label,
.login-form-box .form-floating>.form-select~label {
  margin-top: -2px;
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 1600px) {
  .fs-10 {
    font-size: 14px;
  }

  .fs-11 {
    font-size: 15px;
  }

  .fs-sm {
    font-size: 16px;
  }

  .fs-13 {
    font-size: 17px;
  }

  .fs-14 {
    font-size: 18px;
  }

  .fs-15 {
    font-size: 19px;
  }

  .fs-16 {
    font-size: 20px;
  }

  .fs-18 {
    font-size: 22px;
  }

  .fs-20 {
    font-size: 24px;
  }

  .fs-22 {
    font-size: 26px;
  }

  .fs-30 {
    font-size: 34px;
  }

  .loader {
    height: 100px;
  }

  .loader .image img {
    width: 60px;
  }

  .loader span {
    font-size: 20px;
  }

  body {
    font-size: 18px;
  }

  .login-box {
    height: 660px;
  }

  .fs-20 {
    font-size: 24px;
  }

  .login-form-box .btn {
    min-width: 174px;
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .login-form-box .form-select,
  .login-form-box .form-control,
  .login-form-box .form-floating>label,
  .login-form-box .form-floating>.form-control:focus,
  .login-form-box .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .login-form-box .captcha-box {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .login-form-box .form-select,
  .login-form-box .form-control,
  .login-form-box .form-floating>label {
    font-size: 18px;
  }

  .form-floating>.form-control:focus~label,
  .form-floating>.form-control:not(:placeholder-shown)~label,
  .form-floating>.form-select~label {
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
  }

  .login-form-box .form-floating>.form-control:focus~label,
  .login-form-box .form-floating>.form-control:not(:placeholder-shown)~label,
  .login-form-box .form-floating>.form-select~label {
    margin-top: -5px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .login-box .copyright-box {
    font-size: 14px;
  }

  .fs-xxl-16 {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  .login-box-h-auto .h-100 {
    height: auto !important;
  }

  .login-box {
    height: auto;
  }

  .login-right-box .content-box,
  .login-box .login-loading-box,
  .login-box .login-loading-box .h-100 {
    height: 100% !important;
  }

  .login-box .login-logo-box img {
    max-width: 100%;
  }

  .login-box-h-auto .login-loading-box1.h-100 {
    height: 0 !important;
  }

  .login-box-h-auto .sh-login-loading-box.h-100 {
    height: 100% !important;
  }

  .login-box .copyright-box {
    position: relative;
  }

}

@media (max-width: 767.98px) {
  .login-left-box {
    background-color: #2b366d;
    background-image: none;
  }

  .login-left-box .content-box,
  .login-right-box .content-box {
    padding: 30px;
  }

  .login-box .copyright-box {
    position: relative;
    margin: 30px auto 0;
  }

  .login-box {
    border-radius: 10px;
  }

  .login-box .login-logo-box {
    display: inline-block;
    margin: 0 auto;
  }

  .login-box .login-logo-box img {
    max-width: 230px;
  }

  .login-left-box .content-box,
  .login-right-box .content-box {
    padding: 15px;
  }

  .login-box h1 {
    font-size: 14px;
    display: inline-block;
  }

  .login-box .img-clogo-box {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }

  .login-box .img-clogo-box img {
    max-width: 40px;
  }

  .login-box h2 {
    font-size: 24px;
    margin-bottom: 10px !important;
  }

  .login-box .content-box p {
    margin-bottom: 10px !important;
  }

  .login-box .copyright-box {
    margin-top: 10px;
  }

  .login-box .copyright-box p {
    margin-bottom: 0 !important;
  }

  .login-box .img-clogo-box {
    margin-left: 0;
  }

  .login-box .captcha-box img {
    max-height: 28px;
  }
}