body {
    padding-top: 40px;
    padding-bottom: 30px;
    font-family: 'Segoe UI';
    font-size: 12px;
    background-color: #EDEEFF;
    background-image: url("../images/login_locks.svg");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size:cover;
    height: 98vh;
    min-width: 375px;
    /*min-height: 89.3vh;*/
}

.logo{
    padding-left:60px;
}

.login-content {
    padding-top: 200px;
}

@media screen and (max-width:430px) {
    body {
        padding-top: 20px;
        padding-bottom: 30px;
        font-family: 'Segoe UI';
        font-size: 12px;
        background-color: #EDEEFF;
        overflow-y: scroll;
        min-width: 375px;
        background-size: 767px;
        background-position-y: top;
    }

    .logo {
        padding-left: 20px;
    }
    .login-content {
        padding-top: 200px;
    }
}
