input {
    margin-bottom: 15px;
}
.login-window {
    border: 1px solid #1e1e2d;
    max-width: 300px;
    background: #1e1e2d;
    margin: 0 auto;
    margin-top: 320px;
    border-radius: 25px;
    
}
.header-login {
    justify-content: center;
    display: flex;
    border-bottom: 1px solid #3c4659;
    height: 30px;
    align-items: center;
}
.inner {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}
