﻿
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a{color:#fff }
a:hover{color:#000}

.navbar-light .navbar-toggler {
    color: rgb(255, 255, 255);
    border-color: transparent;
}
.btn-primary{
	background:#113075 ;
	border:#497ef2;
}
.btn-primary:hover, .btn-primary:active{background:unset; border:unset}
.btn:focus, .btn-primary:focus{box-shadow:unset; background:unset}
.bg-primary{
	background-color: #113075  !important;
}
.navbar .navbar-nav .nav-item .nav-link {
    color: #888888;
    padding: 10px 15px;
    margin: 10px 3px;
    position: relative;
    display: inline-flex;
    line-height: 40px;
}
.notification {
    position: absolute;
    background-color: #FB404B;
    text-align: center;
    border-radius: 10px;
    min-width: 18px;
    padding: 0 5px;
    height: 18px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 18px;
    top: 0px;
    left: 4px;
}
.user_profile img {
    width: 30px;
}


.btn.focus, .btn:focus{box-shadow: unset}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus,
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus{
  box-shadow: unset;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid{
  border-color: #e60551;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #e60551;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../images/right_icon.svg);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url(../images/wrong_icon.svg);
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.ft-13{font-size:13px}
/*==============Predefine Class==============================*/
.wave-content{background: url(../adminimages/texture2.svg) no-repeat center/cover;
    height: 360px;
    width: 100%;
    position: absolute;
    top: 40%;
  }
.login-sec .first-section {
      display: flex;
      flex-direction: column;
      min-height: 83vh;
      color: #fff;
      padding-top: 60px;
      padding-bottom: 25px;
      position: relative;
  }

.login-sec  .main-topheader {
      position: fixed;
      top: 0;
      padding-top: 30px;
      width: 100%;
      z-index: 9;
      transition: all 0.3s ease;
      color: #fff;
      background: none;
  }
.login-sec .first-section h3 {
    color: #3abc9c;
    line-height: 0.95;
    margin: 0 10%;
    padding-top: 25px;
    padding-bottom: 40px;
    word-break: break-word;
}
.login-sec .first-section .form-box.landing-form-box {
    padding-top: 40px;
    padding-bottom: 40px;
}
.login-sec  .first-section .form-box {
    border-radius: 10px;
    color: #7b7b7b;
    box-shadow: 0px 12px 80px #ccc;
    background-color: #fff;
    width: 40%;
    margin: 0 auto;
    padding: 45px 7% 45px;
}
.login-sec  .form-control {
    border-top: none;
    border-right: none;
    border-left: none;
    padding-left: 0;
    transition: all ease-in-out 300ms;
    background: none;
    color: #454545;
    font-family: 'latoregular', sans-serif;
    font-size: 16px;
    border-radius: unset;
}
.login-sec  .form-control:focus {
    box-shadow: none;
    border-color: #838383;
}
.dflt-btn {
  border-radius: 100px;
  background-color: #e60552;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.9px;
  line-height: 42px;
  text-transform: uppercase;
  padding: 0 50px;
  text-align: center;
  border: none;
  transition: all 400ms ease-in-out;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  box-shadow: rgba(232, 21, 94, 0.56) 0px 21px 35px -17px;
}
.dflt-btn:active {
    background-color: #00deb1;
    box-shadow: #4bc5ac 0px 0px 0px 0px;
}
.dflt-btn:hover {
    text-decoration: none;
    background-color: #ec3a7c;
    box-shadow: unset;
    color: #fff;
}
.login-sec #forgot_password, #resend_otp {
    position: absolute;
    right: -14px;
    font-size: 13px;
    bottom: 0;
}
.login-sec .otp_input, .login-sec .pass_input{
	padding-right:8rem;
}
.login-sec .navbar-brand img {
    filter: grayscale(1);
}
.login-sec .navbar-brand img {
    max-width: 110px;
}
@media(max-width: 767px){
.login-sec  .first-section .form-box {
    width: 100%;
}
    /* .hit_counter{ */
        /* position: relative; */
    /* } */
}
