form{
  background:#fff;
  /*box-shadow: 0px 0px 60px #f0f0f0;
  padding: 20px 40px;
  border-radius: 20px;*/
}
form h1{
  color:#000 !important;
}
form hr{
  background:#000 !important;
}
.form-check img{
  height:25px;
  width:auto;
}
.form-check{
  margin-bottom:10px;
}


#form ul {
  list-style-type: none;
  padding-left: 0;
}

.error-msg {
  color: red !important;
}

/**/

html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 550px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/**/

body{
  /*background:#fff;
  background: url("../../pages/assets/img/pattern2.png");
  background-attachment:fixed !important;*/
  /*background: url("../../pages/assets/img/bg6.jpeg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;*/
}
/* start sign in styling  */
.logo{
  margin: auto;
  display: block;
}
/*.signin, .register{
  background: url("../images/bg6.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}*/
h1, p, hr, .copyright{
  text-align: center;
  color: #fff !important;
}
/*.schedule{
  background: url("../images/bg6.jpeg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}*/
.checkbox label{
  color: #fff !important;
}
.form-check{
    color:#fff;
}
/* end sign in styling  */

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* preloader */
.lds-facebook {
  display: none;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}
/* preloader */

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
