* {
    box-sizing: border-box;
}
html {
    height: 100%;
}
body {
    height: 100%;
    padding: 0;
}


.login-wrapper {
    width: 380px;
    height: 100%;
    background-color: #F2F2F2;
    position: relative;
    left:50%;
    transform: translate(-50%,0);
    margin-top: -8px;
}

img{
    width:auto;
    height:auto;
    max-width: 100%;
    max-height: 100%;
}