/*==== Start Common Css ====*/
body{
    font-family: 'Nunito', sans-serif;
}
a{
    text-decoration: none;
}
.noPadding{
    padding:0;
}
h3 {
    color: #253266;
    font-weight: 800;
    font-size: 30px;
    margin: 0;
}
p {
color: #9198B2;
font-size: 14px;
}
.btnTheme {
    background: #0088FF;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    max-width: 180px;
    width: 100%;
    height: 50px;
    transition: all 0.3s;
    border: none;
}

li{
    list-style-type: none;
}
.validation {
    color: #ff0000;
    font-size: 14px;
}
.form-control:focus{
    outline:none;
    box-shadow:none;
}
.loginForm form .form-control:focus {
    border: none;
    box-shadow: none;
}
.toggle_password_ {
    position: absolute;
    top: 25px;
    right: 4%;
    cursor: pointer;
    transform: translate(-50% , -50%);
    bottom: auto;
  }
  .show-icon {
    background-image: url(../img/Show.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 4;
    height: 23px;
    width: 23px;
    position: absolute;
    top:10px;
    right: 0px;
    background-size: 91%;
}
.hide-icon.hide-icon {
	background-image: url('../img/Hide.png');
	background-repeat: no-repeat;
	background-position: center;
	z-index: -14px;
	height: 23px;
	width: 23px;
	position: absolute;
    top:10px;
	right: 0px;
	background-size: 91%;
}
.loginForm p {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}
/*Start Input field after fill background color css */
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px #F3F3F5 inset !important;
    -webkit-text-fill-color: #023664;
}
/*End Input field after fill background color css */
/*==== End Common Css ====*/

/* Start Main Css */
.loginImage {
    background-image: url(../img/loginbg.png);
    background-size: cover;
    height: 100vh;
    background-repeat: no-repeat;
    padding: 50px 50px;
    position: relative;
}
.innerContent {
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 4rem;
}
.footerRight {
    position: absolute;
    bottom: 10px;
    width: 92%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.logo img {
	max-width: 108px;
	width: 100%;
}
.loginForm {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 40px;
}
.loginForm form, .leftFooter {
	max-width: 407px;
	width: 100%;
}
.loginForm form .form-control {
    font-size: 16px;
    color: #023664;
    padding-left: 0;
    background: transparent;
    border: none;
    font-weight: 600;
}
.forget-link {
    text-align: right;
}
.loginbtn {
	display: flex;
	width: 100%;
	justify-content: center;
}

.loginIcon img {
	width: 31px;
}
.forget-link a {
    color: #FF9101;
    font-size: 16px;
    font-weight: 700;
}
.groupInputs_ {
    position: relative;
    background-color: #F3F3F5;
    font-size: 14px;
    color: #253266;
    border-radius: 10px;
    padding: 8px 0 0 12px;
}
.loginIcon {
    width: 100%;
    color: #898989;
}

.loginContent {
    position: relative;
    height: 100vh;
}
.leftFooter{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.leftFooter {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 0;
}
/* End Main Css */

.logoMobile_ {
    display: none;
}

.eyeIcon {
	position: absolute;
	right: 17px;
	top: 16px;
	color: #7697b7;
}

/* Start Admin Home */
.profile_icon{
    width: 100%;
    height: 100%;
    max-width: 50px;
    max-height: 50px;
}
.profile_img{
    width: 100%;
}
/* Contact us */
.id_message{
    resize: none;
}
.leftFooter a{
    color: #9198B2;
    font-size: 14px;
}
.backbtn i{
    margin-right: 10px;
}
.backbtn a{
    color: #0088FF;
}
.otherpage_links {
    display: flex;
    justify-content: space-between;
}
.otherpage_links a{
    width: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    font-weight: 600;
}

/* Start Navbar */
.navbar_main {
    background: #ffc53f;
}
.navbar_main .bg-light {
    background-color: #ffc53f!important;
}
.navbar_main .navbar-expand-lg .navbar-collapse {
    justify-content: end;
}
.logo_nav{
	width: 80px
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    margin: 0 10px;
}
.privacy_details p {
    color: #000000 !important;
    font-size: 16px;
}
.privacy_details strong {
    font-size: 22px;
}
.nav-link.active {
	position:relative;
}
.nav-link.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 0;
    left: 0;
}










