﻿
.signup-login {
    min-height: 600px;
    margin: 50px auto 0;
    width: 70%;
}
.signup-login .container {
    background: #f8f8f8;
    border-radius: 3px;
    width: 70%;
    margin: 0 auto;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    padding: 14px 18px 13px;
}
.signup-login .logo img {
    float: left;
    height: 75px;
    width: 168px;
}
.signup-login .tagline h1 {
    width: 70%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #555454;
    text-transform: uppercase;
    padding: 0 0 17px 0;
    margin: 0 auto 30px;
    font-weight: 700;
    border-bottom: 1px solid #f0f0f0;
}

.signup-login .container::before,
.signup-login .container::after {
    content: "";
    display: table;
}
.signup-login .container::after {
    clear: both;
}
.signup-login .container .signup,
.signup-login .container .login {
    width:100%;
    margin: 0 auto 50px;
}
.signup-login .container .login .label {
    color: #444;
    font-size: 18px;
    margin: 0 0 6px 0;
    font-weight: 700;
}
.regular-login .checkbox {
    color: #999;
    font-size: 18px;
    margin: 10px 0;
}
.regular-login .text-box {
    margin: 10px 0;
    background: #fff;
    border: 1px solid #ccc;
    color: #555;
    display: inline-block;
    font-size: 15px;
    line-height: 1.4;
    padding: 3px 8px;
    transition: all 0.15s ease 0s;
    width: 100%;
    min-height: 37px;
}
input[type="text"]:focus, input[type="password"]:focus{
    border-color: #a3a3a3;
}
input[type="text"], input[type="password"] {
    height: 15px;
    padding: 3px;
    width: 150px;
}
input[type="text"], input[type="number"], input[type="password"], textarea,
.fake_editor, .qtext_editor_content {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(200, 200, 200, 0.3) inset;
    box-sizing: border-box;
    min-height: 27px;
    outline: 0 none;
    transition: border-color 0.2s ease 0s;
}
input[type="text"], input.text {
    outline: 0 none;
}
input[type="text"], input.text {
    outline: 0 none;
}
button, input, optgroup, select, textarea {
    color: #333;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
input::-moz-placeholder {
    color: #999;
}

.regular-login input[type="password"] {
    margin-top: 16px;
}
.regular-login .submit-button {
    float: right;
    font-size: 15px;
    line-height: 1.4;
    margin-top: 8px;
}
.submit-button-login {
    float: right;
    font-size: 18px;
    border: 0;
    display: inline-block;
    color: #222;
    background-color: #eee;
    border-color: #ccc;
    cursor: pointer;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    padding: 9px 20px;
    margin-top: 40px;
}
.submit-button-login:hover {
    background: #3e3125 none repeat scroll 0 0;
    color: #fff;
}
.term {
    color: #999;
    font-size: 18px;
}
.term a {
    color: #2b6dad;
    text-decoration: none;
}
.term a:hover {
    color:#3e3125;
    text-decoration: underline;
}
