/* Font family */
@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf);
}

html,
body {
    background: rgba(0, 51, 153, .05) !important;
}

html {
    margin-top: 0px !important;
}

.x-main.full {
    padding-top: 0px;
    background: rgba(0, 51, 153, .05) !important;
    overflow: hidden !important;
}

.b-10-radius {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.b-10-radius-bottom {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.shadow-updated {
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 51, 153, .1) !important;
    box-shadow: 0px 0px 20px 1px rgba(0, 51, 153, .1) !important;
}


/* Main css content */

.login-page-wrapper {
    height: 70vh;
    overflow: hidden;
    overflow-y: auto;
    padding-bottom: 10px;
    width: 100%;
    margin-top: 29px;
}



.text-color-blue-font-bold {
    font-family: Poppins-SemiBold ;
    color: #003399 ;
    text-transform: none ;
    font-size: 20px ;
}

.text-color-blue-font-bold-2 {
    font-family: Poppins-Regular !important;
    color: #003399 !important;
    text-transform: none !important;
    font-size: 14px;
    font-weight: bold;
}

.text-color-blue-font-bold-sub {
    font-family: Poppins-Regular !important;
    color: #3398cc !important;
    text-transform: none !important;
    font-weight: bold;
    font-size: 14px;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.b-bottom {
    border: none;
    border-bottom: 1px solid #697cc4 !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.b-bottom:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Loginform css */
.login-img-wrapper {
    position: relative;
    /* height: 39vh; */
}

.login-img-wrapper img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -78px;
}

.form-control {
    font-family: Poppins-SemiBold !important;
    color: #003399 !important;
    background: none !important;
}

.form-control::-webkit-input-placeholder {
    font-family: Poppins-SemiBold !important;
    color: #003399 !important;
    font-size: 18px !important;
}

::-moz-placeholder {
    opacity: 1;
}

.effect~label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: text;
    letter-spacing: 0.5px;
}

.effect2~label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: text;
    letter-spacing: 0.5px;
}

.effect:focus~label {
    top: -5px;
    font-size: 12px;
    color: #3399FF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.effect2:focus~label {
    top: -5px;
    font-size: 12px;
    color: #3399FF;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.form-group {
    position: relative;
}


input[type="text"],
input[type="password"] {
    font-size: 14px;
    background: none !important;
    font-weight: 400;
}

input[type="password"] {
    background: none !important;
}

::-webkit-input-placeholder {
    font-size: 13px;
}

::-moz-placeholder {
    font-size: 13px;
}

:-ms-input-placeholder {
    font-size: 13px;
}

::-ms-input-placeholder {
    font-size: 13px;
}

::placeholder {
    font-size: 13px;
}

.ihc-login-success {
    position: absolute;
    top: -36px;
    left: 0;
    width: 97%;
    text-align: center;
    z-index: 1050;
    left: 1.3%;
    border-radius: 4px;
}

.btn-login {
    font-size: 12px !important;
    margin: 0px;
    border-radius: 6px !important;
    font-family: Poppins-Regular;
    letter-spacing: 1.7px !important;
    color: #fff;
    background: #05249d !important;
    border-width: auto !important;
    border: 0px !important;
    border-width: 0px !important;
    text-transform: capitalize !important;
}

@media (max-width: 768px) {
    .login-img-wrapper {
        height: 23vh;
    }

    .form-row {
        margin-top:0 !important ;
    }

    .form-group {
        margin-bottom: .5rem !important;
    }

    .text-color-blue-font-bold {  
        display: none;
    }
    .form-check-input {
       width: 10px !important;
    }
    
    .form-row h6{
        font-size: 10px !important;
    }

    .btn-login {
        padding: 0.5rem 1.5rem !important;
    }
    .form-check-inline label{
        font-size: 10px !important;
    }
    .login-img-wrapper .login_image img {
        width: 55% !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        max-width: 87% !important;
    }

    .login-form-container{
        margin-top: -10px !important;
    }

    input[type="text"] {
        font-size: 14px !important;
    }
    .text-color-blue-font-bold-sub {
        font-size: 10px !important;
    }

    #ihc_login_form{
        margin-top: .5rem !important;
    }

    .ihc-sm-wrapp-fe {
        margin: 2px 0 !important;      
    }

    .ihc-sm-item-label {
        font-size: 10px !important;
    }

    .fa-ihc-sm{
        font-size: 14px !important;
    }
    .x-section {
        padding: 0px !important;
    }

    .login-page-wrapper {
        padding-bottom: 31px;
        margin-top: 13px;
    }
}

.elementor-nav-menu li a {
    text-decoration: none;
}

.menu-item-4825 .elementor-item-active:after {
    height: 0px !important;
}

hr {
    border: none;
    border-top: 3px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
    background-color: #fff !important;
}

hr:after {
    background: #fff;
    content: 'OR';
    padding: 0 4px;
    position: relative;
    top: -13px;
    font-weight: bold;
}

.ihc-sm-item-label {
    display: none;
}

.login-img-wrapper .login_image img {
    width: 97%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ihc-sm-item.ihc-fb,
.ihc-fb {
    background: #05249d !important;
}

.ihc-sm-item {
    border-radius: 5px;
    padding: 3px 11px 3px 5px;
    -webkit-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, .24);
    -moz-box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, .24);
    box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, .24);
}

.ihc-top-social-login {
    display: none
}

.ihc-sm-wrapp-fe {
    width: 100%;
}

#iump_login_password{
    border-bottom: 1px solid blue !important;
}

#iump_login_username{
    border-bottom: 1px solid blue !important;
}