body{
    font-family: "Inter", sans-serif !important;
    background: #1d1d1d;

}
.login-sec {
    min-height: 100vh;
    width: 100%;
    display: flex;
    position: relative;
}

.login-left {
    width: 50%;
    background: #1f1f1f;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    flex-direction: column;
}

.login-right {
    width: 50%;
    background: #e70d15;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    flex-direction: column;
}
.logo-img{
    width: 350px;
    max-width: 100%;
}
ul.con-ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    color: #e3e3e3;
    font-size: 1.3rem;
}

ul.con-ul li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 10px;
}

ul.con-ul li img {
    width: 20px;
    position: relative;
}

h1.title-sec {
    color: #f5151d;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 3em;
}
button.btn.btn-sub {
    background: black;
    background: linear-gradient(89deg, rgb(41 39 40) 0%, rgb(11 14 13) 100%);
    color: white;
    border: 0px solid;
    width: 100%;
    margin-top: 10px;
    font-size: 1.3rem;
    height: 50px;
}
button.btn.btn-sub:hover {
    background: black;
    background: linear-gradient(89deg, rgb(28, 26, 27) 0%, rgb(0, 0, 0) 100%);
    color: white;
}
.cust-form-control{
  font-size: 1.3rem;
    height: 50px;
    width: 100%;
    max-width: 100%;
}
.cust-label{
    font-size: 1.2rem;
    color: white;
    display: flex;
    align-items: center;
}
.cust-label img{
    position: relative;
    top: -1px;
}
@media (max-width:767px){
.mid-sec {
    display: none;
}
.mxw-100 {
    padding: 0px 0px !important;
}
    h1.title-sec {
        font-size: 2em;
    }
    ul.con-ul {
        font-size: 1.1rem;
    }
    .cust-form-control{
        font-size: 1.1rem;
    }

    .login-sec {
        display: flex;
        flex-direction: column;
    }
    
    .login-left {
        width: 100%;
    }
    
    .login-right {
        width: 100%;
        min-height: 50vh;
        
    }
    .cust-label {
    font-size: 1.1rem;
}

button.btn.btn-sub{
    font-size: 1.1rem !important;
}
}
.mxw-100{
       max-width: 100%;
    width: 650px;
    padding: 0px 30px;
}

.login-left-inner{
    width: 650px;
    max-width: 100%;
}
.mid-sec {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 2px;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(190 143 158) 50%, rgb(178 168 188) 50%, rgba(255, 255, 255, 0) 100%);
}
.err-msg{
    font-size : 1.1rem !important
}

.btn-link {
    text-decoration: none !important;
    cursor:pointer
}