body.auth {
  background: #f0f5fa;
  background-image: url('/images/auth-bg.png');
  background-position: center;
  background-repeat: no-repeat;
}

.form-body {
  background: transparent !important;
}

.form-items {
  padding: 25px !important;
  border-top: 6px solid var(--primary);
  border-radius: 10px !important;
  box-shadow: 0 0px 7px rgba(0, 0, 0, 0.16) !important;
  -webkit-box-shadow: 0 0px 7px rgba(0, 0, 0, 0.16) !important;
}

.form-items input {
  border: 0.7px solid #0000004d !important;
}

.is-invalid > input {
  border: 1.4px solid red !important;
}

.error-message {
  display: block;
  margin-top: 5px;
  color: red;
  font-size: 12px;
}

.line {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
  font-weight: 300;
}

.line span {
  background: #fff;
  padding: 0 10px;
  font-weight: 300;
}

.form-body.without-side .form-content input,
.form-body.without-side .form-content .dropdown-toggle.btn-default {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .form-content {
    padding: 60px !important;
  }
}

@media screen and (max-width: 768px) {
  body {
    /* background: #1354A6 !important; */
    background: #ffffff !important;
  }

  /*.form-holder .form-content {
		min-height:  0px !important;
	}*/

  /*a {
		color: #fff !important;
	}

	.form-body {
	    background: transparent !important;
	}*/

  .form-holder {
    padding: 1.5rem !important;
  }

  .form-content {
    padding: 0px !important;
  }

  .form-items {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-radius: 0px;
    /*background: transparent !important;*/
    border: 0px !important;
    padding: 0px !important;
  }

  .form-body.without-side h3,
  .form-body.without-side p,
  .form-body.without-side label,
  .form-body.without-side .form-content .form-button a {
    /*color: #fff;*/
  }
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.pointer {
  cursor: pointer;
}

#qr-image {
  width: 100%;
  max-width: 200px;
  margin: auto;
  border: 1.5px solid #ddd;
  box-shadow: rgb(221 221 221) 0px 0px 5px 1px;
}
