#login-form{
        width: 485px;
    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);
    max-width: 100%;
}
.frame_large {
    margin: auto;
    padding-bottom: 20px;
    width: 500px;
}
.frame_auto_head_1 {
}
.frame_auto_head_1 > h1 {
     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;
}
.forget_form .label {
    color: #535353;
    margin-bottom: 10px;
    width: 320px;
    display: inline-block;
    text-align: left;
    font-size: 16px;
    padding-left: 0px;
    font-family: 'roboto bold';
}
.value, .value_s {
    display: inline-block;
    width: 100%;
}
.forget_form .txtinput {
       border: 2px solid #d1d1d1;
    height: 40px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 4px;
}
.foget{
    width: 100%;
    margin: auto;
}
#txtCaptcha, .code-view img {
        border: 2px solid #d1d1d1;
    height: 40px;
    vertical-align: middle;
    width: 135px;
    padding-left: 10px;
    border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
}
.code-view img {
    border: none !important;
    width: initial !important;
}
.text {
    margin-bottom: 10px;
    font-size: 18px;
}
.value_s {
    margin-bottom: 15px;
}
.submitbt{
   color: #fff;
    background: #764D29;
    padding: 8px 14px;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
.submitbt:hover {
    background: #C90008;
}
.foget {
    /*background: url("../images/forget-pw.png") no-repeat;*/
}
@media only screen and (max-width:370px){
	#txtCaptcha, .code-view img {
	    width: 108px;
	}
}