.hour-modal {
    position: relative;
    bottom: -5px;
    width: 100%;
    height: 200px;
    background-color: #CF6428;
    border-radius: 5px;
    padding: 10px;
    overflow-y: scroll;
}

.hour-modal .hour-option {
    padding: 5px;
    border: none;
    width: 100%;
    text-align: center;
    background-color: #003A4F;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}

.container.container-login {
    display: flex;
    justify-content: center;
}

.form-box {
    width: 700px;
    padding: 15px;
    border-radius: 3px;
}

.form-box.register {
    width: 100%;
}

.error-message {
    color: #bd0000;
}