.login_tml {
	padding: 5px;
}
.login_tml p.error {
	padding: 5px;
	border: 1px solid #c00;
	background-color: #ffebe8;
	color: #333;
}
.login_tml p.message {
	padding: 5px;
	border: 1px solid #e6db55;
	background-color: #ffffe0;
	color: #333;
}
.login_tml form label {
	display: block;
}
.login_tml form p.forgetmenot label {
	display: inline;
}
.login_tml p.filedw_wrp{margin-bottom: 20px;}
.login_tml input {
	background-color: #fff;
    border: 0 none;
    box-sizing: border-box;
    color: #818181;
    font-family: "Raleway";
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin: 5px 0 0;
    outline: 0 none;
    padding: 15px;
    resize: none;
    width: 100%;
}
.profile .screen-reader-text,
.profile .screen-reader-text span {
	height: 1px;
	left: -1000em;
	overflow: hidden;
	position: absolute;
	width: 1px;
}
.mu_register .hint {
	font-size: 12px;
	margin-bottom: 10px;
	display: block;
}
.mu_register label.checkbox {
	display: inline;
}
#pass-strength-result {
    border-style: solid;
    border-width: 1px;
    margin: 12px 5px 5px 1px;
    padding: 3px 5px;
    text-align: center;
    width: 200px;
}
#pass-strength-result.strong,
#pass-strength-result.short {
    font-weight: bold;
}
#pass-strength-result {
    background-color: #eee;
    border-color: #ddd !important;
}

#pass-strength-result.bad {
    background-color: #ffb78c;
    border-color: #ff853c !important;
}

#pass-strength-result.good {
    background-color: #ffec8b;
    border-color: #fc0 !important;
}
#pass-strength-result.short {
    background-color: #ffa0a0;
    border-color: #f04040 !important;
}
#pass-strength-result.strong {
    background-color: #c3ff88;
    border-color: #8dff1c !important;
}

.user_lable{float: right;line-height: 50px;}
input#captcha_code{width: 73% !important;  display: inline-block;float: left;/*margin-bottom: 20px;*/}
.login_tml input.blognm{width: 82%;}
/*.captchaSizeDivLarge{width: 100% !important;}*/
img#si_image_com, #si_image_reg, #si_image_log, #si_image_side_login{/*float: right !important;*/
    height: 47px;
    margin: 5px 0 0 !important;
    width: 15%;padding-left: 5px;}
.qbutton.big_large_full_width{background-color: rgb(30, 140, 190);
    border-color: rgb(30, 140, 190);
    color: #ffffff;margin-top: 20px;}
input.qbutton.big_large_full_width:hover{background-color: rgb(249 158 112) !important;}
.checking_loder{background:url(images/loader.gif) left center;background-repeat: no-repeat;display: none;padding: 0 0 0 20px; }
.er_blogname{ display: none;font-size: 12px; color: #ff0000;padding: 0 0 0 10px;}
.sc_blogname{ display: none;font-size: 12px; color: green;padding: 0 0 0 10px;}
.error{font-size: 12px; color: #ff0000;display: block; clear: both;}

#setupform > div {
    margin-top: 35px;
}
@media screen and (max-width:640px){
.login_tml input.blognm{width:73%;}	
}
@media screen and (max-width:320px){
.login_tml input.blognm{width:73%;}	
}
@media (min-width: 768px) and (max-width: 1199px) { 
.login_tml input.blognm{width:68%;}	
}
@media (min-width: 768px) and (max-width: 1199px) { 
.login_tml input#captcha_code{width:71% !important;}	
}
