.ac_footer {
    position: relative;
    top: 10px;
    height: 0;
    text-align: center;
    margin-bottom: 70px;
    color: #A12000;
}

.ac_footer a {
    color: #A12000;
}

.ac_footer p {
    text-align: center;
}

img[height="1"], img[width="1"] {
    display: none !important;
}

.button {
    display: inline-block;
    padding: 15px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #000000;
    background-color: #f5dd11;
    border: none;
    border-radius: 15px;
    box-shadow: 0 12px #ffb108;
}

.button:hover {
    background-color: #FFA52D
}

.button {
    width: 100%;
}

.button:active {
    background-color: #FFA52D;
    box-shadow: 0 8px #666;
    transform: translateY(5px);
}

.register-form {
    margin-top: 30px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 20px;
}

.register-form-wrapper {
    margin-top: 20px;
}

.register-form-wrapper h2 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 0;
    text-transform: uppercase;
}

.register-form input {
    border: 1px solid #e0e0e0;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 10px;
    width: 100%;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
}

.register-form label {
    font-size: 16px !important;
}

.register-form .button {
    padding: 10px;
    font-size: 18px;
    box-shadow: 3px 3px 10px #e0e0e0;
    border-radius: 5px;
    background-color: #FFA500;
    color: white;
}

.register-form .button:hover {
    background-color: #ffb108;
}

.register-form .register-message .error-msg,
.register-form .register-message .success-msg {
    font-size: 12px;
    color: #000;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid transparent;
}

.register-form .register-message .error-msg {
    background-color: #dc3545;
    border-color: #d32535;
}

.register-form .register-message .success-msg {
    background-color: #28a745;
    border-color: #23923d;
}

