* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "open sans", "segoe ui";
    font-size: 14px;
    margin: 0;
    padding: 0;
}

body div {
    scrollbar-width: none;
}

a {
    transition: background 0.3s;
}

/* GLOBAL */
.mrb30px {
    margin-bottom: 1.875rem !important;
}

.padb30px {
    padding-bottom: 1.875rem !important;
}

.fs13px {
    font-size: 0.813rem !important;
}

.fs15px {
    font-size: 0.938rem !important;
}

.wd100persen {
    width: 100%;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.loader-body {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    background-image: url("/dist/img/loader-black.gif");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 50% 50%;
}

.background,
.backdrop {
    background: rgba(255, 255, 255, 0.01);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    opacity: 1 !important;
}

/* Login */
/* Notification */
.icon-success i {
    font-size: 13px !important;
    margin: 0 !important;
    position: relative !important;
    top: -7px;
    color: #07827c !important;
}

/*------------------------------------------------------------------
  [ Alert validate ]*/
.alert-danger {
    color: #9c0707 !important;
    background-color: #ffbec5 !important;
    border-color: #9c0707 !important;
    margin-bottom: 35px !important;
    font-size: 13px;
    box-shadow: none;
}

.alert-danger .close {
    font-size: 12px;
    color: #9c0605;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 15px;
}

.alert-danger .close:hover {
    color: #fff;
    opacity: 0.8;
    outline: none;
}

.alert-success {
    color: #4287f5 !important;
    background-color: #7dabf5 !important;
    border-color: #4287f5 !important;
    margin-bottom: 35px !important;
    font-size: 13px;
    box-shadow: none;
}

.alert-success .close {
    font-size: 12px;
    color: #4287f5;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 15px;
}

.alert-success .close:hover {
    color: #fff;
    opacity: 0.8;
    outline: none;
}

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0px;
    pointer-events: none;
    font-family: Poppins-Regular;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;

    visibility: hidden;
    opacity: 0;

    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f06a";
    font-family: FontAwesome;
    font-size: 16px;
    color: #c80000;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}


.login-form-logo {
    position: relative;
    margin: auto;
    text-align: center;
}

.login-form-logo img {
    margin: 1rem 0 0 0;
}

.login-content-version {
    text-align: right;
    color: #4a89dc;
    margin: 0.62rem;
    font-size: 0.87rem;
}

/* CONTAINER */
.login-form-container {
    max-width: 400px;
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -280px;
}

.login-form {
  width: 100%;
}

.login-form-container a {
    text-decoration: none;
}

/* CONTENT */
.login-form-content {
    padding: 20px 25px;
    border-radius: 12px;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 80px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.login-form-content.login-form-sso-content {
    min-width: 30rem;
}

.login-form-content.disabled:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.8);
}

.login-form-content i {
    width: 30px;
    text-align: center;
    vertical-align: bottom;
}

.login-form-content .separator {
    margin: 10px 0;
    border-top: 1px solid #cccccc;
    position: relative;
}

.login-form-content .separator-text {
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -22px;
    padding: 0px 10px;
    background: #ffffff;
    color: #8a8a8a;
}

/* HEADER */
.login-form-header {
    text-align: center;
}

.login-form-header img {
    padding: 0px;
}

.login-form-header .login-form-text-title {
    font-weight: bold;
    font-size: 30px;
    color: #10569c;
}

.login-form-header .login-form-text-subtitle {
    color: #474747;
    font-size: 16px;
    font-weight: 400;
}

.login-form-container .login-form-message-description {
  color: #10569c;
  text-align: center;
  font-weight: 600;
}

.login-form-container .loader-icon {
  width: 4.5rem;
  transform: scaleX(-1);
}

.login-form-container .approved-icon {
  width: 3.7rem;
}

.login-form-container .rejected-icon {
  width: 3.7rem;
}

/* FROM INPUT */
.login-form .input-container {
    margin-top: 20px;
    padding-bottom: 0px;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    min-height: 1000px;
}

.login-form .forgot-password {
    text-align: right;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 0;
    color: #000;
    opacity: 1;
    margin-top: 0;
    font-size: 0.875rem;
    float: right;
}

.login-form .forgot-password:hover {
    text-decoration: none;
}

.login-form .rememberme-container {
    margin-top: 15px;
    padding: 0;
}

.login-form .rememberme-container input {
    margin-left: 0;
}

.login-form .rememberme span {
    vertical-align: top;
}

.login-form .button {
    margin-top: 5px;
    width: 100%;
    background: #05827c 0% 0% no-repeat padding-box;
    border: 1px solid #000;
    border-radius: 0px;
    opacity: 1;
    padding: 10px 10px;
    font-size: 15px;
    cursor: pointer;
    font: Regular 16px/23px Source Sans Pro;
    letter-spacing: 0;
    color: #fff;
    opacity: 1;
    transition: background 0.3s;
}

.login-form .button:hover {
    background: #fff;
    color: #10569c;
}

.login-form .button:focus {
    outline: none;
}

.btn-login {
    float: right;
    margin-bottom: 0px;
}

.btn-login:disabled {
    opacity: 0.4;
    cursor: not-allowed;
    border-color: #f2f2f2;
    background-color: #fcfcfc;
}

.login-form .btn-login:disabled:hover {
    background: #413f42 0% 0% no-repeat padding-box;
    color: #fff;
}

.login-form .register {
    margin-top: 5px;
    background: #cccccc;
    border: 0;
    color: #676464;
    padding: 9px;
    font-size: 15px;
    display: block;
    text-align: center;
}

.login-form .register:hover {
    background: #b7b7b7;
}

#submit-login {
    background-color: #fcfcfc;
    border-radius: 4px;
    border-color: #f2f2f2;
    color: #d1d1d1;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    font-size: 16px;
}

.wrap-input100 {
    width: 100%;
    position: relative;
    margin-bottom: 25px;
    background-color: #f2f2f2;
    border-radius: 4px;
}

.input100:focus {
    outline: none;
    font-size: 15px;
    font-family: "Source Sans Pro", sans-serif;
    color: #10569c;
    vertical-align: middle;
}

.input100 {
    display: block;
    width: 100%;
    background: #f2f2f2;
    border: none;
    border-radius: 4px;
    opacity: 1;
    padding: 0.5rem 0.625rem 0.5rem 0.625rem;
    font-size: 15px;
    font-family: "Source Sans Pro", sans-serif;
    color: #10569c;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13pt;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13pt;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13pt;
}

:-moz-placeholder {
    /* Firefox 18- */
    font-size: 13pt;
}

.user-icon {
    font-family: "Source Sans Pro", sans-serif;
    --icon: url("/dist/img/hso/logo/user.svg");
}

.user-password {
    font-family: "Source Sans Pro", sans-serif;
    --icon: url("/dist/img/hso/logo/lock.svg");
}

.remember-me-text {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.875rem;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
    gap: 5px;
}

.input100:focus {
    border: 1px solid #10569c;
    border-radius: 4px;
    vertical-align: middle;
}

.display-flex-beetween {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

/*---------------------------------------------*/
.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    border-radius: 4px;
}

.focus-input100::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
}

.focus-input100::after {
    font-size: 14px;
    color: #10569c;
    line-height: 1;
    content: var(--icon) " " attr(data-placeholder);
    display: block;
    width: 100%;
    position: absolute;
    top: 12px;
    left: 15px;
    padding-left: 0px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100:focus+.focus-input100::after {
    top: -20px;
    left: 0px;
    font-size: 12px;
}

.input100:focus+.focus-input100::before {
    width: 100%;
}

.input100.error {
    border: 1px solid red;
}

label.error {
    font-size: 13px;
    color: red;
}

.has-val.input100+.focus-input100::after,
.error+.focus-input100::after,
.valid+.focus-input100::after {
    top: -18px;
    left: 0px;
    font-size: 11px;
}

.has-val.input100+.focus-input100::before,
.error+.focus-input100::before,
.valid+.focus-input100::before {
    width: 100%;
}

input[type="checkbox"]:first-child {
    visibility: visible;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

input[type="checkbox"]:checked+label .checkbox-custom-square {
    border-color: #10569c;
    background: #10569c;
    border-radius: 6px;
}

input[type="checkbox"]:checked+label .checkbox-custom-square::after {
    visibility: visible;
    border-radius: 6px;
}

.checkbox-custom-square {
    width: 18px;
    height: 18px;
    display: inline-block;
    position: relative;
    background-color: transparent;
    border: 1px solid #10569c;
    border-radius: 6px;
    vertical-align: middle;
}

.checkbox-custom-square:after {
    content: "";
    position: absolute;
    left: 2px;
    top: -2px;
    content: "✓";
    color: #fff;
    visibility: hidden;
}

.attibution {
    text-align: center;
    bottom: 0;
    color: #10569c;
    font-size: 10px;
    position: relative;
    z-index: 99;
    position: fixed;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    left: 0;
    right: 0;
}

.attibution .copyright {
    text-align: center;
    margin-bottom: 25px;
}

.attibution .logo-footer img {
    width: 245px;
    margin-bottom: 5px;
}

.attibution a.disabled {
    pointer-events: none;
    cursor: default;
}

/* BTN SHOW */
.btn-show-pass {
    font-size: 15px;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    height: auto;
    top: 15px;
    right: 8px;
    padding-right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.btn-show-pass:hover {
    color: #000;
    opacity: 0.5;
    color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
    color: -o-linear-gradient(left, #21d4fd, #b721ff);
    color: -moz-linear-gradient(left, #21d4fd, #b721ff);
    color: linear-gradient(left, #21d4fd, #b721ff);
}

.btn-show-pass.active {
    color: #fff;
    color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
    color: -o-linear-gradient(left, #21d4fd, #b721ff);
    color: -moz-linear-gradient(left, #21d4fd, #b721ff);
    color: linear-gradient(left, #21d4fd, #b721ff);
}

.blob-login-page path {
  animation: movingBlob 10s infinite alternate forwards;
  transform: translate(40px, 100px);
}

@keyframes movingBlob {
  0%, 100% {
    transform: translate(40px, 100px) rotate(30deg);
  }
  /* 20% {
    transform: translate(60px, 80px)
  }
  40% {
    transform: translate(100px, 60px);
  } */
  66% {
    transform: translate(120px, 10px) rotate(70deg);;
  }
  33% {
    transform: translate(120px, 140px) rotate(90deg);;
  }
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

@media screen and (max-height: 600px) {
    .login-form-container {
        margin-top: 0 !important;
        top: 10px !important;
    }
}

@media screen and (max-width: 400px) {
    .login-form-container {
        left: 5px;
        margin-left: 5px;
        min-width: 300px;
        right: 5px;
        margin-right: 5px;
        margin-bottom: 10px;
        width: auto;
    }

    .login-form-content {
        background: none;
        padding: 0 1.875rem 5rem 1.875rem;
        border-radius: 5px;
        background: #fff;
        position: relative;
    }
}