body {
    background-color: #2b2b2b;
    margin-bottom: 100px;
    text-align: center;
    align-items: center;
}

.login-logo {
    margin-top: 50px;
    margin-bottom: 0px;
    height: auto;
    width: 400px;
}

.white {
    color: white;
    margin: 0;
    padding: 0;
}

.showuser {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    font-weight: bold;
    border: solid 1px #474a4d;
    background-color: #383c3c;
    height: 40px;
    width: 420px;
    color: #757575;
}

.input-box {
    font-size: 15px;
    margin: 20px;
    padding-left: 20px;
    border-radius: 5px;
    font-weight: bold;
    border: solid 1px #474a4d;
    background-color: #383c3c;
    height: 40px;
    width: 400px;
    color: #757575;
}

.login-button {
    height: 45px;
    width: 420px;
    margin: 20px;
    background-color: #01b0f1;
    border-radius: 5px;
    font-weight: bold;
    border: solid 1px #474a4d;
    font-size: 15px;
    color: white;
}

.login-button:hover {
    opacity: 0.6;
}

.register-hr {
    width: 420px;
    border: solid 1px #474a4d;
    margin: 20px;
}

.register-sentense {
    margin: 20px;
    color: white;
}

.register-button {
    height: 45px;
    width: 420px;
    background-color: #2b2b2b;
    border-radius: 5px;
    font-weight: bold;
    border: solid 1px #01b0f1;
    color: #01b0f1;
    font-size: 15px;
}

.register-button:hover {
    opacity: 0.6;
}