﻿* {
    font-family: 'Roboto', sans-serif;
}
.row{
    margin-left:0;
    margin-right:0;
}
.mb-0 {
    margin-bottom: 0px
}
.mb-05 {
    margin-bottom: 5px
}
.mb-10 {
    margin-bottom: 10px
}
.mb-15 {
    margin-bottom: 15px
}
.mb-20 {
    margin-bottom: 20px
}
.mb-25 {
    margin-bottom: 25px
}
.mb-30 {
    margin-bottom: 30px
}

.mt-0 {
    margin-top: 0px
}
.mt-05 {
    margin-top: 5px
}
.mt-10 {
    margin-top: 10px
}
.mt-15 {
    margin-top: 15px
}
.mt-20 {
    margin-top: 20px
}
.mt-25 {
    margin-top: 25px
}
.mt-30 {
    margin-top: 30px
}
/*------------loader-------------*/
.page-loaderdiv {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 9999;
    top: 0;
    left: 0;
}

.page-loader {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
/*-------------------loader End-------------------*/
body {
    background-color: #f9f9f9;
    /*background-image: url("/images/BG_V2.png");*/
    background-repeat:no-repeat;
}
.log-formbg {
    background: #094365;
    padding: 30px 40px 50px 40px;
    border-radius: 50px;
    border: 1px solid #326888;
    width: 480px;
    margin: 0 auto;
}

.height-width100 {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.user-inputdiv .custon-inputclass {
    padding: 10px 16px !important;
    height: auto !important;
    border-radius: 3px;
}
.custon-inputclass:focus {
    box-shadow: 0 0 5px #ee2028 !important;
    border-color:transparent !important;
}
.loginbox-logo {
    height: 110px;
    width: 100%;
    object-fit: contain;
}
.primary-login-button {
    background-color: #ee2028 !important;
    border:none !important;
    outline:none !important;
}
.log-buttondiv{
    margin-bottom:15px;
    border-radius:5px !important;
    margin-top:30px;
}
.cus-chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #868686;
    border-radius: 2px;
}
.cus-chk-container input:checked ~ .checkmark:after {
    display: block;
}
.cus-chk-container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cus-chk-container input:checked ~ .checkmark {
    background-color: #868686 !important;
}
.user-password-label {
    margin-bottom: 5px;
    color: #cdcdcd;
    font-size: 15px;
}
.user-inputdiv .input-group-addon {
    background-color: #f9f9f9;
}
.password-svg{
    width:20px;
    height:20px;
}
.user-svg {
    width: 20px;
    height: 20px;
}
.omb_authTitle {
    margin: 40px 0 10px 0;
    color: #897d7d;
}
.eye-show {
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 99;
    font-size: 19px !important;
    color: #898989;
    cursor:pointer;
}
.eye-hide {
    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 99;
    font-size: 19px !important;
    color: #898989;
    cursor: pointer;
}
.ams {
    margin: -10px 0 30px 40px;
    text-align: center;
    font-size: 28px;
    color: #dfdfdf;
}

.top-fix-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.03;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

body {
 background-color:#003352;
}

.text-light-rem-pass {
    color: #cdcdcd;
    font-size: 15px;
}