.bady-bg {
  background-color: #FAFAFA;
}

body {
  font-family: "Roboto", sans-serif !important;
}

a {
  text-decoration: none !important;
  cursor: pointer;
}

.btn.btn-sm {
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  width: 190px;
  padding: 10px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #FD6501;
  border-color: #FD6501;
}

.top-image {
  margin-top: 10px;
}
.top-image img {
  height: 150px;
}

.login-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.login-wrapper .login-left img {
  height: 380px;
  margin-bottom: 80px;
}
.login-wrapper .version {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-316%, 25%);
}
.login-wrapper .common-form.login-form {
  background-image: linear-gradient(180deg, #00ACB1 0%, #5E46AE 100%);
  flex-shrink: 0;
  border-radius: 50px;
  position: relative;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.login-wrapper .common-form .logo-circle {
  margin-top: -1px;
}
.login-wrapper .common-form form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 112px 100px;
}
.login-wrapper .common-form form .btn-sm {
  margin-top: 45px;
}
.login-wrapper .common-form .form-group {
  margin-bottom: 24px;
}
.login-wrapper .common-form .forgot-password {
  color: #FFF;
  font-size: 11px;
  font-weight: 400;
  float: right;
  margin-top: 5px;
  cursor: pointer;
}
.login-wrapper .common-form .form-title {
  font-size: 30px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.login-wrapper .common-form .form-label {
  margin-bottom: 11px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
}
.login-wrapper .common-form .form-control {
  border-radius: 5px;
  border: 1px solid #FFF;
  background-color: transparent;
  color: #fff;
  font-size: 13px;
  padding: 10px 5px;
}
.login-wrapper .common-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.login-wrapper .common-form .form-control:focus {
  box-shadow: none !important;
  outline: none !important;
}

.login-wrapper form .select2-container {
  width: 100% !important;
}
.login-wrapper form .select2-container.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border-radius: 5px;
  border: 1px solid #FFF;
  height: 40px !important;
}
.login-wrapper form .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-size: 12px;
  padding: 7px 7px 12px 7px !important;
}
.login-wrapper form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px !important;
}
.login-wrapper form .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
}
.login-wrapper form .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent !important;
}
.login-wrapper form .select2-dropdown {
  background-color: transparent !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
 /*  background-color: transparent !important; 
  color: white;*/
  font-size: 13px;
}

.select2-dropdown {
  background-color: transparent !important;
}

@media (max-width: 1920px) {
  .login-wrapper .login-left img {
    height: 380px;
  }
  .login-wrapper .common-form.login-form .logo-circle img {
    height: 110px;
  }
  .login-wrapper .common-form.login-form form {
    padding: 40px 100px;
  }
  .login-wrapper .common-form.login-form form .btn-sm {
    margin-top: 20px;
  }
}
@media (max-width: 1440px) {
  .top-image img {
    height: 150px;
    display: block;
    object-fit: contain;
  }
  .login-wrapper .version {
    transform: translate(-316%, -25%);
  }
  .login-wrapper .login-left img {
    height: 300px;
  }
  .login-wrapper .common-form.login-form form {
    padding: 40px;
  }
  .login-wrapper .common-form .form-title {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .top-image img {
    height: 150px;
    display: block;
    object-fit: contain;
  }
  .login-wrapper .version {
    transform: translate(-316%, -30%);
  }
  .login-wrapper .login-left img {
    height: 275px;
  }
  .login-wrapper .common-form.login-form form {
    padding: 30px 40px;
  }
  .login-wrapper .common-form .form-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .top-image img {
    height: 115px;
    display: block;
    object-fit: contain;
  }
  .login-wrapper .version {
    bottom: -22px;
    left: 50%;
    transform: translate(-60%, 25%);
  }
  .login-wrapper .common-form .form-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .login-wrapper .login-left img {
    display: none;
  }
  .login-wrapper .common-form.login-form form {
    padding: 40px 30px;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */