
body {
  
    position: relative;
  background-color:#f2f2f2;
  background-repeat: no-repeat;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

.form-control:focus {
    color: #fff;
    border: 1px solid #7a7a7a;
    box-shadow: inset 8px 8px 8px #cbced10a, inset -8px -8px 8px #ffffff33;
}
a{
    color:#01335e;
}
a:hover {
    color: #e9012b;
    text-decoration: underline;
}
button.btn.from-right {
    background: #01335e;
    width: 100%;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 25px;
    transition: all 0.3 ease-in-out;
    border: 6px groove #01335e !important;
    margin-top: 10px;
}

.card {
    background: #f2f2f2 !important;
    box-shadow:13px 13px 20px #cbced1, -13px -13px 20px #ffffff !important;
    border-radius: 10px;
    padding: 20px;
    box-shadow: none;
    margin: 20px 0px;
    z-index: 999;
}
img.logo {
    max-width: 170px;
}

.typing h1 {
    color: #fff;
    text-transform: uppercase;
}
p.add-p {
    color: #ffff;
    font-size: 16px;
}
.text-left h5 {
    color: #2f0559 !important;
}
.form-group.has-feedback {
    text-align: center;
}
.form-logo {
    text-align: center;
}
.form-logo img{
    width: 130px;
    border-radius: 10px;
    
}
i#toggler {
    color: #000;
}
.sub_title h6 {
    font-size: 22px;
    color: #000;
    margin: 15px 0;
    font-weight: 600;
    position: relative;
}
.sub_title h6::after{
    content: '';
    position: absolute;
    left: 0;
    top: 32px;
    margin: auto;
    right: 0;
    background-color: #01335e;
    width: 67px;
    height: 3px;
    border-radius: 50px;
}
h6.sign_in::after {
    width: 60px;
}
h6.forgot::after {
    width:155px;
}
.sub_title p {
    font-size: 14px;
    font-weight: 300;
    color: fff;
    margin:15px 0;
}




body .tgreen {
    color: #01335e !important;
}

.form-wrap.eyeswork {
    position: relative;
}
.form-wrap.eyeswork span img {
    position: absolute;
    max-width: 22px;
    right: 15px;
    top: 15px;
}
.form-control.mt-3.mycheck {
    display: flex;
}
.form-control {
    line-height: 1.5;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    background: #ffffff00 !important;
    border: 0;
    color: #111111 !important;
    box-shadow: none;
    transition: all .3s linear;
    border: none;
    font-size: 14px;
    box-shadow: inset 8px 8px 8px #cbced1, inset -8px -8px 8px #ffffff;
    border-radius: 25px;
    height: 55px;
    padding-left: 45px;
    align-content: center;
}
.form-control::placeholder {
    color: #000 !important;
}




.button-three:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s
}


.eye-btn {
    position: absolute;
    top: 17px;
    right: 10px;
    font-size: 17px;
    cursor: pointer;
  }
  .eye-btn2 {
    color: #000;
    position: absolute;
    right: 12px;
    top: 2px;
    font-size: 18px;
}
  /* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
  /*  */
  
  .button-pulse {
    animation: pulse 1.3s infinite 1s cubic-bezier(0.25, 0, 0, 1);
    box-shadow: 0 0 0 0 white;
    font-size: 18px;
    width: 100%;
    background: #b6b6b6 !important;
    border: 1px solid #b6b6b6;
    color: #191919 !important;
    border-radius: 50px;
    padding: 10px 14px;
    margin-top: 20px;
}
@keyframes pulse {
    to {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0);
   }
}
@media (max-width:767px) {
   
    .form-logo img {
        width: 200px;
    }

}

.top-bar {
    background: #01335e;
    padding: 12px;
    margin-bottom: 30px;
}
.top-bar-logo img {
    max-width: 100px;
}
.input-icon i{
    position: absolute;
    left: 10px;
    color: #161616;
    top: 19px;
    z-index: 9;
    font-size: 20px;
}
   