.login-box {
    width: 300px;
    margin: 0 auto;
    padding: 20px;
    border: 0px solid #06005e;
    border-radius: 8px;
    background: rgba(37, 37, 37, 0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}

.login-box h2 {
    text-align: center;
    margin-bottom: 20px;
}

input {
    position:relative;
    right: 5px;
    width: 100%;
}

.login-box button {
    position: relative;
    right: 5px;
    top: 10px;
    width: 100%;
}

.register-box {
    width: 500px;
    margin: 0 auto;
    padding: 20px;
    border: 0px solid #06005e;
    border-radius: 8px;
    background: rgba(37, 37, 37, 0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}

.register-box button {
    position: relative;
    right: 5px;
    top: 10px;
    width: 100%;
}

.settings-box {
    width: 500px;
    margin: 0 auto;
    padding: 20px;
    border: 0px solid #06005e;
    border-radius: 8px;
    background: rgba(37, 37, 37, 0.5);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
}