﻿/*#home-container{
    height: 728px;
}*/
.panel-info {
    border-color: #353535;
}
.panel-info > .panel-heading {
    color: #DCDCDC;
    background-color: #140A01;
    border-color: #9E9E9E;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #2F3333;
}
a, a:hover, a:link {
    color: #FF8300;
}
#loginbox{
    margin-top: 100px;
}
#signupbox {
    display:none;
    margin-top: 100px;
}
#forgot-password-box {
    margin-top: 100px;
    display: none;
}
#reset-password {
    margin-top: 100px;
}
@media (max-height: 950px) {
    #loginbox{
        margin-top: 25px;
    }
    #signupbox {
        display:none;
        margin-top: 25px;
    }
}
/* Footer */
.wp-hit-counter{
    display: none;
}
.footer-left{
    display: none;
}
/* Validation */
.field-validation-error{ 
    color: red; 
    font-weight: bold; 
}
.input-validation-error{  
    border: 1px solid red; 
}

#change-password-form p {
    margin-top: 5px;
    margin-bottom: 5px;
}

#loading {
    height: 155px;
    width: 155px;
    position: fixed;
    background-color: rgba(97, 97, 97, 0.39);
    z-index: 999999;
    top: 50%;
    left: 50%;
    margin-left: -77.5px;
    margin-top: -77.5px;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
    display: none;
}

.ajax-loader {
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
}