/*  Custom Background Colors */
.bg-blue { background-color: #0C71C3 !important; }
.bg-green { background-color: #7fb685 !important; }
.bg-orange { background-color: #fe7f2d !important; }
.bg-indigo { background-color: #233d4d !important; }
.bg-ant { background-color: #363633 !important; }
.bg-plat { background-color: #eae9e5 !important; }

/*  Custom Text Colors */
.text-cust-new { color: #cfd7c7 !important; }
.text-blue { color: #7fb685 !important; }
.text-green { color: #7fb685 !important; } 
.text-orange { color: #fe7f2d !important; }
.text-indigo { color: #233d4d !important; }
.text-ant { color: #363633 !important; }
.text-plat { color: #eae9e5 !important; }

html,
body {
  font-family: 'Raleway', sans-serif !important;
}

h1, h2, h3, h4, p{font-family: 'Raleway', sans-serif !important ; }

.num{
    font-family: 'Fjalla One', sans-serif;
}

.newnum{
    font-family: 'Varela Round', sans-serif;
}

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

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

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

.form-label-group > input,
.form-label-group > label {
  height: 3.125rem;
  padding: .75rem;
}

.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;
  pointer-events: none;
  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: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

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

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}


/* 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;
  }
}


.card-body {
  background: #FFFFFF;
  border: none !important;
  outline: none !important;
}

body {
  background: #FFFFFF;
  border: 0;
  outline: 0;
}

.form-control {
min-height: 55px;
background: #EEF0F6;
box-shadow: none !important;
  border-radius: 50px;
border: transparent;
}
.form-control:focus {
background: #e2e2e2;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.form-control, .btn {        
  min-height: 55px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.text-indigo {
  color: #5A6DA5;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif !important;
}

.login-form form {
color: #EEF0F6;
border-radius: 3px;
margin-bottom: 15px;
  background: #fff;
}
.login-form .btn {        
  font-size: 16px;
  font-weight: bold;
background: #F15025;
border: none;
  outline: none !important;
} 
.login-form a {
color: #fff;
text-decoration: underline;
}
.login-form a:hover {
text-decoration: none;
}
.login-form form a {
color: #F15025;
text-decoration: none;
}
.login-form form a:hover {
text-decoration: underline;
}

.btn, .btn:hover {
  background: #F15025;
  font-weight: 700;
  font-family: 'Poppins', sans-serif !important;
}
.lead{
  color: #37335A;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif !important;
}
#passForgot {
  color: #5A6DA5;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif !important;
  text-align: center;
}

.text-center .mb-4{
  position: center;

}