.img-fixed-size {
  min-height: 100vh;
  position: relative;
  left: -20.7rem;
}

.screen-server {
  width: calc(100% - 330px);
  padding: 0px;
  overflow: hidden;
}

.form-login {
  width: 330px;
  padding: 20px;
  padding-top: 30px;
  padding-left: 0px;
}

@media (max-width: 576px) {
  .screen-server {
    display: none;
  }

  .form-login {
    width: 100%;
  }
}

.btn-circle.btn-xl{
  width:80px;
  height:80px;
  padding:10px 16px;
  border-radius:40px;
  font-size:24px;
  border:2px solid #1e3d72!important;
  background:#1e3d72!important;
  color:#fff;line-height:1.33
}
  
.btn-circle.btn-xl:hover{
  background:#fff!important;
  border:1px solid #1e3d72!important;
  color:#1e3d72
}

.btn-circle.btn-lg{
  width:100px;
  height:100px;
  padding:30px 26px;
  border-radius:55px;
  font-size:24px;
  line-height:1.33
}

.btn-circle{
  width:30px;
  height:30px;
  padding:6px 0;
  border-radius:15px;
  text-align:center;
  font-size:12px;
  line-height:1.42857
}

.stay-right{
  float:right;
}

.stay-right a{
  color:#1e3d72;
  text-decoration: none;
}

.stay-right a:hover{
  color:#ccc;
}

.toggle-password {
  text-decoration: none;
}


/* sweetallert */
.swal2-popup.swal2-toast .swal2-title {
  color: white;
  margin-top: 5px;
  margin-left: 15px;
}
.colored-toast.swal2-icon-success {
  background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

.colored-toast .swal2-title {
  color: white;
}

.colored-toast .swal2-close {
  color: white;
}

.colored-toast .swal2-html-container {
  color: white;
}
/*# sourceMappingURL=login.css.map */