@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

 * {
     scroll-behavior: smooth;
}
 body {
     font-family: 'Roboto', sans-serif;
     font-size: 30px;
     font-weight: 400;
     color: #424141;
     letter-spacing: 0.05px;
}
 a, img {
     text-decoration: none;
     outline: none;
     border: none;
     max-width: 100%;
     color: inherit;
}
 a:hover {
     color:;
}
 a, .btn, .block-hover {
     -webkit-transition: all 300ms ease;
     -moz-transition: all 300ms ease;
     transition: all 300ms ease;
}
 .btn:focus, .form-control:focus {
     box-shadow: none;
}
 :focus {
     outline: 0 !important;
}
 a, a:hover, a:focus, a:active {
     text-decoration: none;
     outline: 0px;
     word-wrap: break-word;
}
 ul, li {
     list-style: none;
     margin: 0;
     padding: 0;
}
 h1, h2, h3, h4, h5, h6 {
     margin: 0;
     padding: 0;
}
 h1 {
     font-size: 112px;
     font-weight: 900;
}
 h2 {
     font-size: 72px;
}
 h3 {
     font-size: 30px;
}
 h4 {
     font-size: 25px;
}
 h5 {
     font-size: 22px;
}
 h6 {
     font-size: 18px;
}
 p:last-child {
     margin-bottom: 0 !important;
}
 figure {
     margin: 0;
}
/* custom class */
 .main-bg{
     background-size: cover;
     background-repeat: no-repeat;
     height: 100vh;
     background: #fff;
     -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
     position: relative;
}
.main-bg:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #044057;
    height: 100%;
    width: 380px;
    z-index: -1;
}
.inner-bg{
     height: 100vh;
     background: #0183A7;
     position: relative;
}
 header.login-header {
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px;
}
.login-img{
    height: calc(100vh - 100px);
    background: url(../images/form-img.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
}

.login-img img{
    height: 100%;
}

.head-logo{
    display: flex;
    justify-content: right;
}
.logo-head ul{
    display: flex;
    align-items: center;
}

.logo-head ul li h2{
    color: #FFF;
    font-family: Inter;
    font-size: 25px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
}
.logo-head ul li p{
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.logo-head ul li:first-child{
    margin-right: 15px;
}
.inner-header{
    background-color: #1990B0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    position: fixed;
    z-index: 1;
    width: 100%;
}
.logo-head {
    padding: 15px 0px;
}
.head-logo img{
    width: 100px;
}

.user-head a{
    color: #FFF;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sml-name{
    border-radius: 100px;
    border: 2px solid #FFF;
    background: #BA1F03;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding: 11px 10px;
}
.user-head {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    top: 40%;
}

.menu-box{
    background: #1990B0;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    height: 100%;
    position: fixed;
    z-index: 0;
    width: 215px;
    top: 110px;
}

.menu-box a{
    color: #FFF;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    border-bottom: 1px solid #0C7AA6;
    padding: 20px 10px;
    display: flex;
    align-items: center;
}
.menu-box a:hover{
    background: #ED1B24 !important; 
}

.menu-box a span{
    margin-right: 15px;
}
.login-box h2{
    color: #044057;
    font-family: Inter;
    font-size: 40px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
}

.login-box p{
    color: #6B6969;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 40px;
}

.f-bx{
    position: relative;
    margin-bottom: 10px;
}

.f-bx img{
    position: absolute;
    right: 0;
    z-index: 10;
    top: 24px;
    right: 10px;
}
 .primary-btn {
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.7px;
    text-transform: uppercase;
     border-radius: 50px;
     background: #ED1B24;
     box-shadow: 0 2px 7px rgba(91, 91, 91, 0.04);
     border: 1px solid #ED1B24;
     width: fit-content;
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: space-between;
     padding: 3px 3px 3px 20px;
     cursor: pointer;
     min-width: 180px;
}
.primary-btn span{
    padding: 13px 14px;
    border: 2px solid #fff;
    border-radius: 50px;
    background: #ED1B24;
}



 .btn-pos{
    position: relative;
     top: 30px;
     left: 15px;
}

 .form-box {
     margin-bottom: 15px;
}
 .form-box .form-label{
    font-size: 14px;
     color: #1ca08c;
     text-align: left;
     display: block;
     margin-top: 40px;
}
 .form-box .form-control {
    align-self: stretch;
    border: transparent;
     position: relative;
     border-radius: 0px;
     background: #EBF5F5;
     box-sizing: border-box;
     height: 60px;
     overflow: hidden;
     flex-shrink: 0;
     color: #666565;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
 .form-box ul{
    display: flex;
     justify-content: space-between;
     align-items: center;
     margin-bottom: 20px;
}
 .form-box ul li{
    position: relative;
}
 .form-box ul li a{
    color: #FF0404;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.form-box ul li a:hover{
    color: #044057;
}
.form-footer{
    border-top: 1px solid #EBF5F5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0px 0px 0px;
}
 .form-footer a {
    color: #044057;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.7px;  
}
 .form-group {
    display: block
}
 .form-group input {
    padding: 0;
     height: initial;
     width: initial;
     margin-bottom: 0;
     display: none;
     cursor: pointer;
}
 .form-group label {
    position: relative;
     cursor: pointer;
     color: #666;
     font-size: 13px;
     line-height: 0;
     margin-bottom: 0;
}
 .form-group label:before {
    content:'';
     -webkit-appearance: none;
     background-color: transparent;
     border: 1px solid #1ca08c;
     box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
     padding: 11px;
     display: inline-block;
     position: relative;
     vertical-align: middle;
     cursor: pointer;
     margin-right: 5px;
     border-radius: 5px;
}
 .form-group input:checked + label:after {
    content: '';
     display: block;
     position: absolute;
     top: 2px;
     left: 9px;
     width: 6px;
     height: 14px;
     border: solid #1ca08c;
     border-width: 0 2px 2px 0;
     transform: rotate(45deg);
}
 .center{
    text-align: center;
     margin:0 auto;
}
 .form-footer ul {
    position: relative;
     padding: 0 80px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin-top: 20px;
     margin-bottom: 20px;
}
 .form-footer ul li{
    position: relative;
}
 .form-footer ul li:first-child:after {
     content: '';
     position: absolute;
     width: 1px;
     height: 10px;
     background-color: #666;
     right: -6px;
     top: 4px;
}

 a.btn-pos span{
     position: relative;
     left: -20px;
     top: -2px;
}
 .mob-bx-center{
     text-align: center;
     margin: 0 auto;
     width: auto;
}

.breadcum {
    padding: 15px 10px 10px 5px;
    margin-bottom: 20px;
}
.breadcum h2{
    color: #FFE0A2;
    font-family: Inter;
    font-size: 25px;
    font-style: italic;
    font-weight: 900;
    line-height: normal;
}

.breadcum ul{
    display: flex;
    align-items: center;
}
.breadcum ul li{
    margin-right: 5px;
}
.breadcum ul li, .breadcum ul li a{
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.m-frm label {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 0;
    margin-bottom: 12px;
    display: block;
}
.m-frm .form-control, .m-frm select{
    border-radius: 5px;
    background: #FFF;
    height: 45px;
    color: #666565;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.m-frm{
    margin-bottom: 20px;
}
.sub-title h4{
    color: #FFE0A2;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    position: relative;
    padding: 0 25px;
    margin-bottom: 20px;
}
.sub-title h4:after{
    content: '';
    position: absolute;
    left: 0;
    height: 15px;
    width: 15px;
    background: #FFE0A2;
    border-radius: 5px;
    top: 4px;
}

.red-btn{
    border-radius: 100px;
    background: #ED1B24;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.7px;
    padding: 10px 30px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ED1B24;
    text-transform: uppercase;
}
.white-btn{
    border-radius: 100px;
    background: #FFF;
    color: #343434;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 0.7px;
    padding: 10px 30px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    text-transform: uppercase;
}
.inner-footer {
    border-top: 1px solid #8ECBE3;
    padding: 10px 0px 0px 0px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.red-btn:hover, .white-btn:hover {
    background: #0183a7;
    color: #FFF;
    border: 1px solid #fff;
}

.errorlist{
    font-size: 14px; 
    color: #dc3545 !important;
}


.company-login .login-box img  {
    width: auto;
}