@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css);

body {

    background: url('../styles/background.png') no-repeat top center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 0.95;
    color: #fefefe;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.flat-form {
    top: 40px;
    background: #CDCFCD;
    margin: 25px auto;
    width: max-content;
    height: max-content;
    position: relative;
    padding: 10px;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.tabs {
    background: #111729;
    height: 40px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 20px;
    border: none !important;
}

.tabs li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.tabs a {
    background: #111729;
    display: block;
    float: left;
    text-decoration: none;
    color: #fefefe;
    font-size: 16px;
    padding: 12px 22px 12px 22px;
    /*border-right: 1px solid @tab-border;*/

}

.tabs li:last-child a {
    border-right: none;
    width: 174px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

.tabs a.active {
    background: #CDCFCD;
    border-right: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.form-action {
    padding: 0 20px;
    position: relative;
}

.form-action h1 {
    font-size: 42px;
    padding-bottom: 20px;

}

.form-action p {
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 25px;
}

form {
    padding-right: 20px !important;
}

form input[type=text],
form input[type=password],
form input[type=submit] {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

form input[type=text],
form input[type=password] {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 15px;
    background: #fefefe;
    border: none;
    color: #111729;
    outline: none;
}

.dark-box {
    background: #575757;
    box-shadow: 1px 3px 3px #111729 inset;
    height: 40px;
    width: 50px;
}

.form-action .dark-box.bottom {
    position: absolute;
    right: 0;
    bottom: -24px;
}

.tabs + .dark-box.top {
    position: absolute;
    right: 0;
    top: 0px;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.button {
    border: none;
    display: block;
    background: #9A899D;
    height: 40px;
    width: max-content;
    padding-right: 10px;
    padding-left: 10px;
    color: #fefefe;
    text-align: center;
    border-radius: 5px;
    /*box-shadow: 0px 3px 1px #afafaf;*/
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

.button:hover {
    background: #BCABBF;
    /*box-shadow: 0 3px 1px #ababab;*/
}

.button:active {
    background: #67566C;
    /*box-shadow: 0 3px 1px #afafaf;*/
}

::-webkit-input-placeholder {
    color: #777;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #0F4A48;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #0F4A48;
}

:-ms-input-placeholder {
    color: #0F4A48;
}


#logout {
    color: #fefefe;
    position: relative;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    left: 290px;
    bottom: 42px;
    font-size: 13px;
    width: 25px;
}

#register {
    background: #CDCFCD;
    margin: 25px auto;
    width: 350px;
    height: 360px;
    position: relative;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#reset {
    background: #CDCFCD;
    margin: 25px auto;
    width: 350px;
    height: 230px;
    position: relative;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.forgotPasswordButton {
    background: #CDCFCD;
    margin-left: auto;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#login {
    background: #CDCFCD;
    margin: 25px auto;
    width: 350px;
    height: 280px;
    position: relative;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#change_passwd {
    background: #CDCFCD;
    margin: 25px auto;
    width: 450px;
    height: min-content;
    position: relative;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#login_please_wait {
    display: none;
    top: 0;
    left: 0;
    background-color: #DDD;
    color: #666;
    height: 100%;
    position: fixed;
    padding: 170px 20px 20px;
    z-index: 9999;
    width: 100%;
    text-align: center;
    line-height: 24px;
    opacity: 1;
}

/*LEGAL POPUP STYLES*/
#content-area {
    display: block;
    height: 500px;
    width: 500px;
    overflow: auto;
    margin-bottom: 1.5em;
    padding: 10px;
    border: solid 1px #d7d7d7;
    color: #505050;
    background-color: #ffffff;
    font-size: 90%;

}

#legalForm {
    position: relative;
    margin: 0 auto;
    top: 5%;
    font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    color: #fff;
    width: 500px;
    align-items: center;
    align-content: center;
    text-align: center;
}

#terms {
    text-decoration: underline;
    color: #999;
}

#legalCheck {
    margin-top: -5px;
    box-shadow: none;
    background-color: transparent;
}

#acceptBtn {
    margin-top: -5px;
    margin-left: 10px;
    height: 24px;
}

#greyout {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #737373;
    opacity: 0.95;
    align-content: center;
}

#fullGrayBackground{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #737373;
}

/*End Legal Popup*/
