
.login-wrap {
    width: 100%;
    min-height: 100vh;
    display: flex;
}


.login-left {
    width: 50%;
    height: 100%;
    background-image: url(../images/diya-cover-page.jpg), 
    linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.8));
    background-size: cover;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: left center;

}

.login-logo-wrap {
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-logo {
    width: 280px;
    height: auto;
    margin: 0 auto;
}

.login-logo img {
    width: 100%;
}

.logo-txt {
    text-align: center;
    color: #fff;
    font-weight: 900;
    font-size: 4rem;
}

.login-right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-form {
    width: 50%;
}
