.errMsg {
	/*display:none;*/
	   /* display: none; */
    color: #F00;
    float: left;
    width: 100%;
    margin: 10px 0px;
}
.succMsg{
	color:#093;
	font:bold;
}



.errMsg_JS {
	display:none;
	color:#F00;
}
.font_note {
	color:#999;
	font-size:18px;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}



.capinout {
    width: 200px !important;
    clear: both;
    float: left;
}
i.fas.fa-redo.refresh-captcha {
       
    width: 50px;
    margin-left: 20px;
    background: url(../img/cap-60.png) no-repeat;
    display: block;
    height: 50px;
	cursor: pointer;
	
	
}


.imgsw{
float: left;
    margin-right: 10px;
    width: 200px;
	margin-bottom:20px;
}

.reloadc{
    float: left;
    width: 60px;
}


.senn_bb {
    float: left;
    width: 100%;
    margin-top: 20px;
}


@media only screen and (max-width: 768px) {
.frm_wrap {
    float: left;
    /* width: 100%; */
    margin: 0 auto;
    width: 100vw;
    padding-left: 10%;
}
input#btn_click {
    width: 61%;
}
}