﻿
/* LOG IN */

.login-div, .login-title {
    color: #FFFFFF;
}

#login-submit-button
{
    margin-right: 230px;
}

.login-div .alert-success-page, .forgot-password-div .alert-success-page, .restore-password-div .alert-success-page
{
    background-color: transparent;
}

#loginForm a, #LoginLinkDiv a, #termsOfServices {
    color: #FFFFFF;
    text-decoration: underline;
    margin-left: 10px;
}

#loginForm a:hover, #LoginLinkDiv a:hover, #termsOfServices:hover {
    color: red;
}

/* REGISTER */

.register-title, .login-title {
    color: red;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    *text-align: center;
}

#registerForm .submit-button, #forgotPasswordForm #forgot-password-btn, #restorePasswordForm .submit-button {
    background-color: red;
    color: #FFFFFF;
    width: 78%;
    border-color: #FFFFFF;
    font-weight: bold;
}

#registerForm .submit-button:hover, #forgotPasswordForm #forgot-password-btn:hover, #restorePasswordForm .submit-button:hover {
    color: red;
    background-color: #000000;
    border-color: #FFFFFF;
    width: 78%;
    font-weight: bold;
}

#registerForm  #RegistrationForm .control-label, #registerForm  #RegistrationForm  .css-label, #forgotPasswordForm .control-label, #restorePasswordForm .control-label
{
    color: #FFFFFF;
}

/* FORGOT PASSWORD */

.terms-and-conditions-title
{
   font-family:David;
   font-size:16px;
}

.terms-and-conditions-txt
{
   font-family:David;
   font-size:14px;
}

/* AGREEMENT */
.agreement-download-btn {
    height: 45px;
    width: 200px;
    font-weight: 900;
    font-size:larger;
    margin-right: 200px;
}