:root {
    --main: #054176;
    /*--main: #3c3e94;*/
    --radius1: 10px;
}

html {
    font-size: 14px;
    min-width: 270px;
}

small {
    font-size: 90%;
}

small input[type=checkbox] {
    margin: 2px 0 0;
}

body,
.btn-primary {
    background-color: var(--main);
}
.swal2-styled.swal2-confirm {
    background-color: #007cba;
}
.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgb(0 124 186 / 50%);
}

.btn-multiline {
  white-space: normal !important;
}

.autologin-chk.checkbox {
  margin-bottom: 0;
  margin-top: 20px;
}

#wrapper {
    width: 100%;
    max-width: 340px;
    margin: auto;
    position: relative;
    overflow: hidden;
}

#wrapper > header h1 {
    margin: 0;
    font-size: 20px;
    color: #FFF;
    padding: 20px;
}

#wrapper > header .close-btn {
    position: absolute;
    top: 0;
    height: 32px;
    width: 32px;
    font-size: 32px;
    line-height: 32px;
    color: #FFF;
    background: transparent;
    border: none;
    right: 0;
}

#wrapper > main {
    background: #FFF;
    border-radius: 10px;
    padding: 15px 20px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#wrapper > main .loading {
    position: absolute;
    background-color: #FFFFFFAA;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 1000;
}

#wrapper > main .loading .lds-spinner {
    color: official;
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
  }
  .lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: var(--main);
  }
  .lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
  }
  @keyframes lds-spinner {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  
  

@media (max-width: 350px) {
    #wrapper > main {
        border-radius: 0;
    }
}

#app {
  position: relative;
}

.login-form .form-group {
    display: flex;
    margin-bottom: 5px;
}
.login-form label {
    white-space: nowrap;
    margin-left: 15px;
    line-height: 34px;
    font-weight: normal;
}
.login-form .form-control {
    margin: 0 15px;
}

.enter-password-form {
    /*background-color: #c4e2f3;*/
    background-color: #eee;
    padding: 5px 10px;
    border-radius: 5px;
}

.enter-password-form .user-icon {
    font-weight: bold;
    float: left;
    margin-bottom: -35px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}
.enter-password-form .user-icon img {
    margin-right: 5px;
}
.enter-password-form .forgot-password {
    margin-bottom: 5px;
    margin-top: 30px;
    float: right;
}
.enter-password-form .form-group {
    display: flex;
    clear: both;
    margin-bottom: 0;
}
.enter-password-form .label-nowrap {
    white-space: nowrap;
    margin-right: 15px;
    line-height: 34px;
    font-weight: normal;
}

.reset-email {
    text-align: center;
    margin-top: 20px;
}
.reset-email a {
    text-decoration: underline;
}

.login-btn-container {
    text-align: center;
    margin-bottom: 10px;
}

.guest-icon {
  float: left;
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
}
.guest-icon img {
  margin-right: 5px;
}

.gotoreg-btn-container {
  text-align: center;
  margin-bottom: 10px;
}

.register-btn-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.register-cancel {
  text-align: center;
  margin-top: 20px;
}
.register-cancel .btn-link {
  text-decoration: underline;
}

.login-other {
    text-align: center;
}

.login-other h2 {
    color: var(--main);
    font-size: 16px;
}

#wrapper > footer {
    color: #FFF;
    text-align: center;
    padding: 20px;
}

#wrapper > footer a {
    color: #FFF;
    text-decoration: underline;
}

.animate_slide-leave-to {
  position: absolute; top:0;
}

.autologin-chk {
  text-align: center;
}

::-ms-reveal {
  display: none;
}