#login .error_wrapper {
    margin: 10% auto 0;
}
#login .login_wrapper {
    right: 0;
    max-width: 350px;
    position: relative;
}
#login .login_form, .registration_form {
    position: absolute;
    top: 0;
    width: 100%;
}
#login .login_content {
    margin: 0 auto;
    padding: 0 0 25px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    min-width: 280px;
}
#login .login_content form {
    margin: 0 0 20px;
    position: relative;
}
#login .login_content h1 {
    font: 400 25px Helvetica,Arial,sans-serif;
    letter-spacing: -.05em;
    line-height: 20px;
    margin: 10px 0 30px;
}
#login .login_content h1:before {
    background: #7e7e7e;
    background: linear-gradient(right,#7e7e7e 0,#fff 100%);
    left: 0;
}
#login .login_content h1:after, .login_content h1:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 20%;
}
#login .login_content h1:after {
    background: #7e7e7e;
    background: linear-gradient(left,#7e7e7e 0,#fff 100%);
    right: 0;
}
#login .login_content h1:after, .login_content h1:before {
    content: "";
    height: 1px;
    position: absolute;
    top: 10px;
    width: 20%;
}
#login .login_content form input[type=text], .login_content form input[type=email], .login_content form input[type=password] {
    border-radius: 3px;
    -ms-box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,.08) inset;
    -o-box-shadow: 0 1px 0 #fff,0 -2px 5px rgba(0,0,0,.08) inset;
    box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,.08) inset;
    border: 1px solid #c8c8c8;
    color: #777;
    /* margin: 0 0 20px; */
    width: 100%;
}
#login .error_content{
    margin-bottom: 20px;
}
#login .login_content .notice_content{
    margin-bottom: 20px;
}
#login .error_content span{
    padding: 10px 0;
    display: block;
    color: red;
}
#login .login_content .btn-login {
    width: 100%;
}
#login .separator {
    border-top: 1px solid #D8D8D8;
    margin-top: 10px;
    padding-top: 10px;
}
#login .login_content .login_header,
#login .login_content .login_footer {
    width: 100%;
}
#login .login_content .login_header {
    background-image: url('../imgs/header.gif');
    height: 50px;
}
#login .login_content .login_footer {
    background-image: url('../imgs/footer.gif');
    height: 22px;
}
.btn-getCode{
    background-color: #212121 !important;
    color: #fff !important;
    border: 1px solid #000000 !important;
}
.btn-getCode:hover, .btn-getCode:focus, .btn-getCode:active{
    background-color: #000000 !important;
    color: #fff !important;
    border: 1px solid #000000 !important;
}
.getCode-container{
    display: flex;
}