body{
    width: 100%;
    height: 100%;
}

.login-wrapper{
    background-color: #222e3c;
    width: 400px;
    height: 300px;
    padding: 13px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-wrapper img{
    width: 150px;
    margin-bottom: 20px;
}


.login-wrapper span{
    color: #ffffff;
    line-height: 40px;
}

.login-wrapper input{
    border-radius: 5px;
    border: 0px;
    margin-bottom: 20px;
    outline: none;
    padding: 5px;
    width: 300px;
}

.login-wrapper a{
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    color: #222e3c;
    line-height: 30px;
}