.login-sec {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-left {
    width: 45%;
}

.login-right {
    width: 53%;
    padding: 20px;
}

.login-main {
    border-radius: 25px;
    overflow: hidden;
    /* background: url("../images/bg-2.png"); */
    background-position: top center;
    background-size: cover;
    background: linear-gradient(132deg, rgb(123 4 171) 0%, rgb(61 3 150) 100%);
}

.input-icon {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 25px;
}

.text-small {
    font-size: 0.9rem;
}

.login-input {
    padding: 15px 48px 15px 15px;
   background: #25015b;
    border-radius: 10px;
    border: 1px solid #25015b;
    font-size: 18px;
    color: white;
}

.form-control:focus {
    border: 1px solid rgb(201, 201, 201);
    background: transparent;
    color: white !important;
}

::placeholder {
    color: rgb(184, 184, 184) !important;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: rgb(184, 184, 184) !important;
}

.btn-login {
    color: #ffffff;
    border: 0px solid;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 10px;
    background: rgb(120 7 254);
    background: linear-gradient(180deg, rgb(120 7 254) 0%, rgb(203 35 253) 100%);
    border-radius: 10px;
}

.btn-login:hover {
    background: linear-gradient(180deg, rgb(102, 7, 219) 0%, rgb(175, 29, 219) 100%);
    color: #ffffff;
}

.bg-login {
    background: url("../../images/newcallsi/bg-1.jpg");
    background-size: cover;
    background-position: top center;
}

@media (max-width:992px) {
    .login-left {
        width: 100% !important;
        display: none !important;
    }

    .login-right {
        width: 100% !important;
        padding: 20px;
    }
}

.login-mid {
    width: 3px;
}

.divider-login {
    width: 2px;
    background: rgb(9 79 110);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 50%) 40%, rgb(255 255 255 / 44%) 66%, rgba(32, 17, 47, 0) 100%);
    height: 100%;
}

.rem-chk {
    position: relative;
    top: 2px;
}

.fw-600 {
    font-weight: 600;
}

.login-heading {
    font-size: 17px;
}