.login-top {
    height: 50vh;
    width: 100%;
}
.login-bottom {
    background-color: #ebe8e8;
    height: 50vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: relative;
}
.login-bottom h3 {
    position: absolute;
    bottom: 0;
    left: 15;
}