:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: 0.75rem;
}

.login,
.image {
  min-height: 100vh;
}

.bg-image {
  background-image: url('/assets/images/index.png?a=b');
  background-size: cover;
  background-position: center;
}



.login-heading {
  font-weight: 300;
}

.btn-login {
  font-size: 0.9rem;
  letter-spacing: 0.05rem;
  padding: 0.75rem 1rem;
  border-radius: 2rem;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
  height: auto;
  border-radius: 2rem;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  cursor: text;
  /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}



.btn-primary:hover {
    background-color: #024997 !important;
}



.swal2-input {
	
	
	text-align : center !important;
	
}

 #modal-custom header{
   background: #eee;
   margin-bottom: 10px;
   overflow: hidden;
   border-radius: 3px 3px 0 0;
   width: 100%;
 }
#modal-custom header a{
  display: block;
  float: left;
  width: 50%;
  padding: 0;
  text-align: center;
  background: #ddd;
  color: #999;
  height: 65px;
  vertical-align: middle;
  line-height: 65px;
  font-family: 'Lato', arial;
  font-size: 15px;
  transition: all 0.3s ease;
}
#modal-custom header a:not(.active):hover{
  box-shadow: inset 0 -10px 20px -10px #aaa
}
#modal-custom header a.active{
  background: #fff;
  color: #777;
}
#modal-custom .sections{
  overflow: hidden;
}
#modal-custom section{
  padding: 30px;
}
#modal-custom section input:not([type="checkbox"]), #modal-custom section button{
  width: 100%;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-bottom: 26px;
  padding: 15px;
  font-size: 14px;
}
#modal-custom section button{
  height: 46px;
  padding: 0;
}
#modal-custom section input:focus{
  border-color:#28CA97;
}
#modal-custom section label[for="check"]{
  margin-bottom: 26px;
  font-size: 14px;
  color: #999;
  display: block;
}
#modal-custom section footer{
  overflow: hidden;
}
#modal-custom section button{
  background: #28CA97;
  color: white;
  margin: 0;
  border: 0;
  cursor: pointer;
  width: 50%;
  float: left;
}
#modal-custom section button:hover{
  opacity: 0.8;
}
#modal-custom section button:nth-child(1){
  border-radius: 3px 0 0 3px;
  background: #aaa;
}
#modal-custom section button:nth-child(2){
  border-radius: 0 3px 3px 0;
}
#modal-custom .icon-close{
  background: #FFF;
  margin-bottom: 10px;
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 0;
  color: #a9a9a9;
  cursor: pointer;
}
#modal-custom .icon-close:hover, #modal-custom .icon-close:focus{
  color: black;
}
#modal-custom.hasScroll .icon-close{
  display: none;
}
.iziModal .iziModal-header-title{
  font-family: 'Lato', arial;
  font-weight: 500;
}


#modal-custom .icon-close{
  background: url(/assets/highslide/graphics/closeX.png) 0px 0px!important;
  margin-bottom: 10px;
  position: absolute;
  right: -8px;
  top: -8px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 0;
  color: #a9a9a9;
  cursor: pointer;
}

#modal-custom .icon-close:hover{
  background: url(/assets/highslide/graphics/closeX.png) 0px -100%!important;;
}
