/* === PRIMARY COLORS === */
/*
   Light Blue: #55C5CF
Dark Blue: # 006594
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* === BODY === */
body {
    background: url(../images/bg-register.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    line-height: 1;
    font: 13px 'Droid Sans', Arial, Helvetica, sans-serif;
}

html {
    background: url(https://subtlepatterns.com/patterns/dark_dotted.png) repeat #222;
}

/* === Universal header styles === */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Droid Sans', sans-serif, serif;
    color: #434853;
    text-shadow: 0 1px 0 #fff;
    letter-spacing: -0.5px;
}

/* === Custom Header h1 === */
h1 {
    font-size: 20px;
    color: #006594;
    padding: 0 0 13px 0;
    border-bottom: 1px solid #e0e0e0;
}

/* === Headers === */
h2 {
    font-size: 24px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

/* === Universal <a> style === */
a {
    color: #55C5CF;
    font-weight: 700;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #84a079;
}

/* === Universal <p> style === */
p {
    line-height: 20px;
}

/* === Main Box === */
#box {
    background: #f9f9f9;
    width: 850px;
    height: 520px;
    display: block;
    overflow: hidden;
    color: #808080;
    margin: 150px auto 0 auto;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0 0 2px #d3d3d3, inset 0 -3px 0 #e6e6e6;
    -webkit-box-shadow: 2px 3px 8px #a7a7a7;
    -moz-box-shadow: 2px 3px 8px #a7a7a7;
}

/* === Content Box === */
#content {
    padding: 23px 28px;
    width: 795px !important;
    height: 550px !important;
}

/* === LEFT and RIGHT BOXES Padding style === */
#login {
    padding: 13px 0 0 0;
}

/* === Footer === */
.footer {
    display: block;
    margin: 30px auto 0 auto;
    background-color: transparent;
    color: #808080;
    width: 600px;
    height: auto;
    text-align: center;
}

.tou_popup, .about_popup, .contact_popup, .info_popup {
    padding: 20px;
}

/* === Social Buttons === */
.social {
    padding: 13px 0 0 0;
    height: 60px;
}

.twt {
    position: relative;
    background: url(../images/social/twt.png) no-repeat;
    background-size: 193px;
    background-color: transparent;
    height: 35px;
    width: 190px;
    display: block;
    float: right;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
}

.twt:hover {
    opacity: 0.9;
}

.twt:active {
    opacity: 0.8;
}

.fb {
    position: relative;
    background: url(../images/social/fb.png) no-repeat;
    background-color: transparent;
    height: 35px;
    width: 200px;
    display: block;
    float: left;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
}

.fb:hover {
    opacity: 0.9;
}

.fb:active {
    opacity: 0.8;
}

/* === Custom Checkbox === */
.check_box {
    width: 13px;
    height: 20px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    position: relative;
    top: 3px;
    *overflow: hidden;
    outline: none;
    -webkit-transition: width 1s ease;  
    -moz-transition: width 1s ease;  
    -o-transition: width 1s ease;  
    -ms-transition: width 1s ease;  
    transition: width 1s ease;  
}

.check_box:checked {  
    width: 30px;
}

/* === INPUTS === */
input {
    outline: none;
}

/* === Forms submit button === */
input[type=submit] {
    width: 100px;
    height: 30px;
    background: #006594;
    color: #fff;
    cursor: pointer;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 0;
    box-shadow: 0 3px #b7dbab;
}

input[type=submit]:hover {
    opacity: 0.9;
}

input[type=submit]:active {
    opacity: 0.8;
}

/* === Default universal themed buttons style === */
button {
    width: 500px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    border: 0;
    box-shadow: 0 4px #55C5CF;
    height: 45px;
    background: #006594;
    cursor: pointer;
    text-transform: uppercase;
    outline: none;
}

button:hover {
    opacity: 0.9;
}

button a {
    color: #fff;
}

/* === Primary inputs style (Left and Right box) === */
.register, .login {
    font-size: 14px;
    color: #7e7e7e;
    font-family: 'Droid Sans';
    padding: 11px 15px 10px 50px;
    background-color: #fdfdfd;
    width: 255px;
    display: block;
    border: 1px solid #006594;
    margin: 13px 0 -3px 0;
    box-shadow: inset 2px 2px 4px #f1f1f1;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    outline: none;
}

/* === Inputs placeholder style === */
input::-webkit-input-placeholder {
    color: #6f6f6f;
    position:relative;
    padding-left:0;
    -webkit-transition: padding 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: padding 0.5s;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #6f6f6f;
    position: relative;
    padding-left:0;
    -moz-transition: padding 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: padding 0.5s;
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #6f6f6f;
    position: relative;
    padding-left:0;
    -moz-transition: padding 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: padding 0.5s;
}

input:-ms-input-placeholder {
    color: #6f6f6f;
    position: relative;
    padding-left:0;
    -ms-transition: padding 0.5s;
    /* For Safari 3.1 to 6.0 */
    transition: padding 0.5s;
}

/* === Inputs on hover === */
input:hover::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
    padding-left: 280px;
}

input:hover:-moz-placeholder, input:focus:-moz-placeholder {
    /* Firefox 18- */
    padding-left: 60px;
}

input:hover::-moz-placeholder, input:focus::-moz-placeholder {
    /* Firefox 19+ */
    padding-left: 60px;
}

input:hover:-ms-input-placeholder, input:focus:-ms-input-placeholder {
    padding-left: 60px;
}

/* === Inputs jQuery validation classes === */
.invalid {
    border: 1px solid #d17b7b;
}

.valid {
    border: 1px solid #006594;
}

.invalid_placeholder::-webkit-input-placeholder {
    color: #d17b7b;
}

/* === Inputs images === */
.user {
    background: url(../images/icons/user.png) no-repeat;
}

.password {
    background: url(../images/icons/password.png) no-repeat;
}

.email {
    background: url(../images/icons/email.png) no-repeat;
}

/* === Title === */
.title {
    position: relative;
    top: 20px;
    margin-bottom: -120px;
    text-align: center;
}

.title h1 {
    font-size: 40px;
    border-bottom: none;
    color: #55C5CF;
}

.title h4 {
    margin-top: -30px;
    color: #006594;
}

/* === Universal Bottom text === */
#bottom_text {
    margin-top: 35px;
    display: block;
    text-align: left;
    text-shadow: 1px 1px 0 #fff;
    line-height: 19px;
    padding-top: 10px;
    border-top: 1px solid #e0e0e0;
}

/* === Universal bottom text position === */
form label {
    display: inline-block;
    padding-left: 15px;
    text-indent: -15px;
}

/* === LEFT BOX (Register form) === */
#box_left {
    float: left;
    overflow: hidden;
    width: 42% !important;
    height: 480px;
}

.btn_register {
    position: relative;
    margin-top: 15px;
    right: 10px !important;
    float: right;
}

.check_terms {
    margin-top: 22px !important;
    width: 205px;
}

/* === RIGHT BOX (Login form) === */
#box_right {
    float: right;
    overflow: hidden;
    width: 50%;
    height: 100%;
}

.btn_login {
    position: relative;
    margin-top: 15px;
    float: right;
}

.check_logged {
    margin-top: 22px !important;
    width: 270px;
}

#box_right h1 {
    text-align: center;
}

#box_right input[type=text], #box_right input[type=password] {
    width: 125px;
}

#box_right input[type=text] {
    margin-right: 10px;
}

#box_right form input {
    display: inline-block;
}

/* === POPUPBOX === */
/* Custom styles for popupbox & close button */
.custom {
    color: #555;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.login-preloader {
    display: none;
}
/* CUSTOM TOOLTIP
#tou:hover:after {
    content: 'Terms and conditions of use';
    color: #898989;
    border: 1px solid #cccccc;
    background-color: #efefef;
    position: absolute;
    padding: 3px 3px 0 20px;
    font-size: 12px;
    z-index: 9999;
    margin-left: -80px;
    margin-top: 30px;
    width: 140px;
} */
#login {
    position: relative;
}
#forgot_password {
    display: none;
    position: relative;
    height: 100px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}
#forgot_password #user_email {
    width: 100%;
    max-width: 330px;
}
.forgot-password-preloader {
    display: none;
    position: absolute;
    height: 32px;
    width: 32px;
    margin: 0 auto;
    top: 75px;
    right: 0;
    bottom: 0;
    left: 0;    
    background: url( /images/forgot-password-preloader.gif ) no-repeat center center;
    background-size: cover;
}