button {
    color: white !important;
}

#login-form {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -220px;
}

#login-content {
    padding-top: 5px;
    width: 500px;
    background-color: white;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

#registration-form {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -380px;
}


#registration-content {
    padding-top: 1px;
    width: 500px;
    background-color: white;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

#registration-content input, #registration-content select {
    font-size: 13px !important;
}

.form-group {
    margin-bottom: 5px;
}

#login-form h2, #registration-form h2 {
    margin-top: 20px;
    margin-left: 20px;
    margin-bottom: 0px;
}

#login-form input, #login-form select, #registration-form input, #registration-form select {
    font-size: 15px;
}

#registration-form .button-container {
    margin-top: 5px;
    text-align: center !important;
}

#login-form .button-container {
    margin-top: 15px;
    text-align: center !important;
}


#getBack {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
}

.incorrect-field {
    border: 1px solid red;
}

.error-message {
    color: red;
    font-size: 11px;
}

.login-logo-image {
    height: 80px;
    width: 230px;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
}

body {
    background-color: white !important;
}

.documents {
    position: fixed;
    background-color: white;
    z-index: 12;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-top: 50px;
    padding-left: 200px;
    padding-right: 200px;
    text-align: justify;
}

.documents h1 {
    font-weight: bold;
    text-align: center;
    font-size: 25px;
}

.documents p {
    text-indent: 30px;
}

.close-button {
    position: fixed;
    right: 40px;
    top: 20px;
    background-color: #f1f1f1;
    padding: 10px;
    padding-right: 17px;
    padding-left: 17px;
    color: #636363;
    border-radius: 20px;
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
    transition-duration: 0.1s;
    transition-property: background-color;
}

.close-button:hover {
    background-color: #e7e7e7;
}
.close-button:active {
    background-color: #dfdfdf;
}

#privacy-policy, #user-agreement, #offer {
    display: none;
}

.form-check a {
    color: #c7933f;
}


.message-window {
    font-family: Open Sans;
    background-color: white;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
}

.message-window h1 {
    font-size: 30px;
    font-weight: bold;
}

.message-window a {
    background-color: #E5B76C;
    color: white;
    border: none;
}
.message-window a:hover {
    background-color: #d6ab65;
    color: white;
}
.message-window a:active {
    background-color: #cfa562;
    color: white;
}
