body {
    background-color: #efefef;
}

.login-box-body_custom {
     background-color: white !important; 
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    /* color: #FFF !important; */
}

.login-box-msg {
    padding: 1.5rem;
}

.form-elem {
    padding: 1.5rem;
}

.left-sect {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: linear-gradient(92deg, white, #ffffff9e);
    border-bottom-right-radius: 25%;
    /* border-bottom-right-radius: 50%; */
}

.login-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://4f87d4cd.spke.pages.dev/woman1.jpg), url(../img/woman1.jpg);
    background-size: cover;
    background-color: #100603;
    background-repeat: no-repeat;
    background-position-x: right;
  
}

.col-sm-5,
.col-sm-7 {
    padding-left: 0% !important;
    padding-right: 0% !important;
}

@media screen and (max-width: 768px) {
    .col-sm-7 {
        display: none !important;
    }
}