
h1.title-box-login {
    text-align: center;
    font-size: 16px;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 20px;
}
.liner-or {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
}
.liner-or span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -13px;
    background: #fff;
    display: inline-block;
    padding: 5px;
    color: #999999;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.content-cus-form {
    width: 410px;
    margin: 0 auto;
}
.col_full {
    display: block;
    position: relative;
}
.content-cus-form .col_full input, .content-cus-form .col_full select {
    border: 1px solid #cccccc;
    height: 40px;
    border-radius: 0;
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 0;
    outline: none !important;
    box-shadow: none !important;
    padding-left: 42px;
    width: 100%;
    margin-bottom: 15px !important;
}
.not-null {
    position: absolute;
    top: 10px;
    right: 5px;
    color: #ed1846;
    font-size: 20px;
    z-index: 1;
}
.icon_checkout {
    background: url(/tp/T0207/img/tmp/icon-checkout.png) 0 0 no-repeat;
    background-size: 300px;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: absolute;
    top: 9px;
    left: 12px;
}
.icon_checkout.ico-email {
    background-position: 0 -44px;
}
.icon_checkout.ico-pass {
    background-position: 0 -154px;
}
.icon_checkout.ico-name {
    background-position: 0 -22px;
}
.icon_checkout.ico-repass {
    background-position: 0 -180px;
}
.require_symbol {
    color: red!important;
    display: none;
}
.content-cus-form .col_full.action{
    text-align: center;
}
.content-cus-form .col_full > button {
    width: 100%;
    margin-bottom: 20px !important;
    display: block;
    height: 40px;
    border: 1px solid #6f6a60;
    background: transparent;
    color: #6f6a60;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.content-cus-form .col_full #btnSubmit{
    width: 100%;
    margin-bottom: 20px !important;
    display: block;
    height: 40px;
    border: 1px solid #6f6a60;
    background: transparent;
    color: #6f6a60;
    padding: 0px ;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.content-cus-form .col_full a#btnSubmit{
    text-align: center;
    padding: 10px 0px;
    margin-top: 15px;
}
/*.cus-login .ico-pass{*/
    /*top: 63px;*/
/*}*/
.col_full p{
    line-height: 35px;
    margin-left: 15%;
}
.col_full p span{
    margin-right: 15px;
    color: #2c74bc;
}
.content-cus-form .col_full #btnSubmit:hover {
    border: 1px solid #6f6a60;
    background: #6f6a60;
    color: #fff;
}
.req_pass a{
    float:right;
}
.content-cus-form .col_full > button:hover {
    border: 1px solid #6f6a60;
    background: #6f6a60;
    color: #fff;
}
.content-cus-form .col_full.action a {
    font-weight: bold;
    text-decoration: underline !important;
}
.content-cus-form .col_full > button.cancel {
    width: auto;
    background: transparent !important;
    border: none !important;
    color: #f15a24;
    text-transform: none;
    text-shadow: none;
    font-weight: bold;
    margin: 0 !important;
    float: none !important;
    display: inline-block;
    padding: 0;
    font-size: 14px;
    text-decoration: underline;
}
span.repassword_warning {
    position: absolute;
    top: -16px;
    font-size: 12px;
}
#recover-password .acctitle i {
    font-weight: normal;
    margin-right: 5px;
    font-size: 14px;
    line-height: 40px;
}
#recover-password .col_full label {
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 10px;
}
.errors li {
    display: block;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 10px !important;
    color: #d34836;
}
#login ul li{
    position: relative;
}
.content-cus-form ul li{
    position: relative;
}
.icon_checkout.ico-phone{
    background-position: 0 1px;
}
@media screen and (max-width: 991px){
    .content-cus-form {
        width: 320px;
    }
}
@media screen and (max-width: 400px){
    .content-cus-form {
        width: 280px;
    }
}
