body{
  background: url(../../platform/img/bg_login1.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Montserrat', sans-serif;
}
h3{
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  color: #010101;
}
h1{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 24px;
}
.white-bg{
  background-color: #fff;
  padding-bottom: 20px;

}
.legolden-bg{
  background-color: #cdad00;

}
.golden-bg{
  background-color: #cdad00;
  padding-bottom: 20px;

}
.golden-bg h3{
  padding-right: 20px;

}
.login-logo{
  padding-top: 20px;
  padding-bottom:20px;
}
.passwordreset{
  color: #010101;
  font-size: 13px;
}
.passwordreset:hover{
  text-decoration: none;
}
.btn.btn-primary{
  background-color: #cdad00;
  border-color:#cdad00;
  padding-left: 30px;
  padding-right: 30px;
}
.intro-login{
  color: #fff;
}
.mt-60{
  margin-top: 60px;
}
.mt-80{
    margin-top: 80px;
}
.pt-20{
  padding-top: 20px;
}
.bloack-bg{
  background-color: #010101;
  color: #fff;
  padding: 20px;
}
footer{
  color: #fff;
  padding-bottom:50px;
}
.user-registration{
  padding-top: 40px;
  padding-bottom: 40px;
}
.user-registrationw{
  padding-top: 40px;
  padding-bottom: 40px;
}
.user-registration label{
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
      margin-bottom: .2rem;
      color: #666a6f;
}
.form-check-inline{
  padding-left: 15px;
}
.form-check-inline label{
    font-weight: 400;
}
.checkbox  {
    padding-left: 15px;
}
 
.btn-outline-secondary{
  border-color: #cdad00;
}
.user-registration a.passwordreset{
  color: grey;
  font-family: 'Montserrat', sans-serif;
}
.successs{
  padding: 80px 30px;
}
.successs p{
  font-family: 'Montserrat', sans-serif;
}
.successs img {
  padding-top: 30px;
}
.golden-bg .user-registration a{
  color: #010101;
}

.card{
  border-radius: 15px
}
 .nav-link{
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
 }