.max-width-content > .container {
    padding-bottom: 120px;
}
.form-login{
        margin-bottom: 16px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 16px;
}
.content-login.cf {
           width: 485px;
    max-width: 100%;
    background: #FFF;
    margin: 0 auto;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 15px 20px 20px 20px;
    /* box-shadow: 0 2px 5px rgba(19,21,24,0.05); */
    border: 2px solid #EFEFEF;
}
.title-login {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 12px;
    background: url(../images/login_title.png) 0px 0px no-repeat;
    padding: 4px 0 5px 38px;
    font-weight: 600;
}
.txt-login {
          width: 100%;
    height: 40px;
    display: block;
    border-radius: 4px;
    border: 1px solid #E4E1D8;
    margin-bottom: 14px;
    padding-left: 15px;
    box-sizing: border-box;
    background: #FFF;
}
.checkbox {
    padding-left: 16px;
}
.checkbox > label {
    font-size: 15px;
    margin-left: 6px;
}
.bt-login {
        margin-top: 20px;
    text-align: center;
}
.bt-login .login {
   color: #AF294A;
    padding: 8px 14px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    border: 1px solid #CCC;
    background: transparent;
}
.bt-login .login:hover {
     color: #FFF;
    background: #AF294A;
    border: 1px solid #AF294A;
}

.forget-pw {
    font-size: 15px;
    color: #00acca;
    text-decoration: none;
    margin-left: 10px;
}
.forget-pw:hover{
    color:#00acca !important;
}
.wrapper-login-by {
	text-align: center;
}
.login-by-fb {
    width: 138px;
    display: inline-block;
    height: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    background: url(../images/fb_bt.png) 0px 0px no-repeat;
    border-radius: 3px;
    text-align: center;
    line-height: 34px;
    position: relative;
    margin-bottom: 14px;
    padding-left: 24px;
    box-sizing: border-box;
}

.login-by-gg {
       width: 138px;
    display: inline-block;
    height: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    background: #dd4b39;
    border-radius: 3px;
    text-align: center;
    line-height: 34px;
    position: relative;
    margin-bottom: 20px;
    background: url(../images/gg_bt.png) 0px 0px no-repeat;
    padding-left: 11px;
    box-sizing: border-box;
}
.login-by-gg:before {
    content: " ";
    position: absolute;
    width: 42px;
    height: 38px;
    left: -1px;
    top: -1px;
}
.register {
}

.register:hover{
    color:#fff !important;
}
.title-login.have-not {
    margin-bottom: 18px;
}
.title-login_2{
	    margin-bottom: 20px;
    font-size: 17px;
}
.action_other a{
    text-decoration: underline;
    color: #764D29;
}
.action_other a:first-child{
    margin-right: 16px;
}

@media only screen and (max-width:650px){
    .content-login {
        width: 100% !important;
    }
    .form-login {
        border-right: none;
        margin-bottom: 15px;
    }
    .wrapper-form-login.fl {
        width: 100% !important;
    }
    .wrapper-login-by {
        margin-bottom: 20px;
        padding-left: 0px;
    }
    .bt-login .login {
        display: inline-block;
    }
    .txt-login{
        width: 100% !important;
    }
}
@media only screen and (min-width: 650px) and (max-width:1170px){
    .wrapper-form-login.fl {
        width: 50% !important;
    }
    .txt-login{
        width: 100% !important;
    }
    .bt-login .login {
        display: inline-block;
    }
}
@media only screen and (max-width:1170px){
    .content-login {
        width: 100% !important;
    }
    
}