
/* Login  */

body {
  background-image: url(../images/RO-bg.jpg) ;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/dot.png);
}

.account-pages {
  position: relative;
  z-index: 10;
}

.btn-info {
  background-color: #ED1C24 !important;
  border-color: #FE7A7F !important;
}

.card-header {
  background:#ED1C24;
  border-color:#ED1C24;
}

.card-header h3.text-primary, .card-header h1 {
  color:#fff !important;
}

.text-primary {
  color: #ED1C24 !important;
}

.form-check-input:checked {
  background-color: #ED1C24 !important;
  border-color: #ED1C24 !important;
}

.bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0.7;
  background-color: #000;
}
.auth-logo .auth-logo-light {
  display: none;
}
.auth-logo .auth-logo-dark {
  display: block;
}
.auth-logo .auth-logo-dark,
.auth-logo .auth-logo-light {
  margin: 0 auto;
}
.bg-auth {
  position: relative;
  background-image: url(../images/banking-training.png);
  background-position: center;
  background-size: cover;
}
.bg-auth .bg-overlay {
  opacity: 0.2;
  background-color: #ED1C24;
}

.bg-primary {
  background-color: #FE7A7F !important;
}

.auth-cover-card .row {
  display: flex;
  /* flex-flow: column wrap; */
  flex-direction: row-reverse;
}

.auth-cover-card .auth-img {
  height:100%;
  background-image: url(../images/RockOil.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.auth-cover-card .row input[type='email'],
.auth-cover-card .row input[type='password']{
  padding: 5px;
  height:35px;
  line-height: 1;
}

.form-floating>label {
  padding: 5px;
}

.alert ol { margin-bottom: 0; }