.login-container {
    width: 100%;
    height: 100vh;
    background: url(../images/login.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: end;
}

.login-box {
    position: absolute;
    top: 60px;
    left: 160px;
    font-size: 40px;
}
.login-box-form{
    /* padding-right:160px; */
}