@charset "UTF-8";

.label-justify{
    text-align: justify;
}


.checkbox-style{
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    float: left;
}
.checkbox-text{
  margin-left: 25px !important;
  color: #FFFFFF !important;
  font-family: Arial;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.checkbox-text > a:link{
   color: white;
   text-decoration: underline;
}

.terms-auth{
    margin-left: 10px;
    color: white !important;
    font-size: 15px;
}
#register-form {
    background:rgba(24,24,24,0.7);
}

#vip-register-body{
    background-image: url("img/background.png");
    z-index: 1000;
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin:0px !important;
    padding: 20px 0px;
}
#registerbutton {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    background: red;
    border-color: red;
    font-family: Arial;
    text-transform: uppercase;
}

#facebookregisterbutton {
    background: #3a5795;
    border-color: #3a5795;
    font-family: Arial;
    font-size: 15px;
    text-transform: uppercase;
}

.textlabel {
    color: #FFFFFF !important;
    font-family: Arial;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.textlabelInfo {
    color: #FFFFFF !important;
    font-family: Arial;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}


.login .login-content {
    padding-top: 40px;
}

.login-content p {
    margin: 0px;
}

.datefield {
    padding-left: 0.3em;
    border: inset 1px #CCC;
    background: #FFF;
    height: 50px;
    border-radius: 4px;
    color: #666;
    line-height: 50px;
}

.datefield * {
    display: inline-block;
}

.datefield input {
    width: 3.5em;
    padding: 0 0.4em;
    border: none;
    font-size: 100%;
    background: none;
}

.datefield input#year {
    width: 2.5em;
}

.datefield input:focus {
    outline: none;
}

.right > label {
    cursor: pointer;
}

.right > input {
    opacity: 0;
}

@media only screen and (min-width: 320px) {
    #banner-header {
        max-height: 150px;
        max-width: 400px;
    }
}

@media only screen and (min-width: 486px) {
    #banner-header {
      max-height: 200px;
      max-width: 450px;
    }
}
