html, body{
    height: 100%;
    overflow: hidden;
}
body{
    background: linear-gradient(to bottom,  rgb(95, 118, 151), black);
}
#app{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-logo{
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}
.login-wrapper{
    width: 460px;
    height: 480px;
}
.form-wrapper{
    display: inline-flex;
    font-size: 14px;
    justify-content: center;
    width: 100%;
}