/*-----------login---------*/

/*--------------*/
.tmp1_header_1100_box_err{
	width:100%;
	cursor:pointer;
	text-align:center;
	font-size:16px;
	line-height:24px;
	color:#856404;
	background-color:#fff3cd;
	height:0px;
	visibility:hidden;
	transition: height 0.3s ease-in-out 0s,padding 0.3s ease-in-out 0s;
}
.tmp1_header_1100_box_close{
	position:absolute;
	z-index:1;
	left:calc(100% - 30px);
	top:0px;
    cursor: pointer;
	margin-left: auto;
	font-size:25px;
	color:#856404;
	height:0px;
	visibility:hidden;
	transition: height 0.3s ease-in-out 0s,padding 0.3s ease-in-out 0s;
}

/*--------------*/
.tmp1_main_1000_margin{
	margin-top:20px;
}
.tmp1_main_1110_box_1{
	border-radius:3px;
	border:solid 1px #dfdfdf;
}

.tmp1_main_1110_title{
	width:100%;
	text-align:center;
	font-size:28px;
	font-weight:400;
	line-height:34px;
	color:#6c757d;
}

.tmp1_main_1110_form{
	width:100%;
	height:auto;
	padding-top:15px;
}
input[type="text"]:focus {
  outline: 0;
  border-color: orange;
}
.tmp1_main_1110_form_input_1{
	outline:0;
	width:100%;
	height:auto;
	padding:10px;
	display:block;
	font-size:16px;
	color:#495057;
	font-weight:400;
	line-height:24px;
	border:solid 1px #dfdfdf;
	border-radius:5px;
	margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	position:relative;
	z-index:0;
	transition: border-color 0.5s ease-in-out,box-shadow 0.5s ease-in-out;
}
.tmp1_main_1110_form_input_1:focus{
	border:solid 1px rgba(191,222,255,1);
	box-shadow:0px 0px 0px 3px rgba(191,222,255,0.7);
	position:relative;
	z-index:1;
}

.tmp1_main_1110_form_input_2{
	outline:0;
	width:100%;
	height:auto;
	padding:10px;
	display:block;
	font-size:16px;
	color:#495057;
	font-weight:400;
	line-height:24px;
	border:solid 1px #dfdfdf;
	border-radius:5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
	position:relative;
	z-index:0;
	transition: border-color 0.5s ease-in-out,box-shadow 0.5s ease-in-out;
}
.tmp1_main_1110_form_input_2:focus{
	border:solid 1px rgba(191,222,255,1);
	box-shadow:0px 0px 0px 3px rgba(191,222,255,0.7);
	position:relative;
	z-index:1;
}
#tmp1_main_1110_form_input_2_vispw{
	width:100% !important;
	height:0 !important;
	position:relative !important;
}
#tmp1_main_1110_form_input_2_vispw > img{
	position:absolute !important;
	left:auto !important;
	right:10px !important;
	top:-47px !important;
	z-index:1 !important;
}

.tmp1_main_1110_form_recapcha{
	width:100%;
	height:auto;
	padding-top:20px;
	text-align:center;
}
.tmp1_main_1110_form_recapcha_inner{
	display:inline-block;
}

.tmp1_main_1110_form_btn{
	margin-top:20px;
	display: inline-block;
	width: 100%;
	padding:8px;
	border:solid 1px #dc3545;
	background-color: rgba(220,53,69,1);
	color:#ffffff;
	line-height:30px;
	font-size:20px;
	text-align:center;
	border-radius:5px;
	transition: background-color 0.5s ease-in-out;
	cursor:pointer;
}
/*
.tmp1_main_1110_form_btn:hover{
	background-color: #C82333;
}
*/
.tmp1_main_1110_row{
	width:100%;
	height:auto;
	padding-top:20px;
}
#tmp1_main_1110_help{
	display:none;
	width:100%;
	padding-left:10px;
	line-height:22px;
	font-size:14px;
	color:#0056b3;
}
#tmp1_main_1110_help_link{
	width:100%;
	margin:10px 0 10px 0;
/*
	height:1px;
	overflow:hidden;
	transition: height 0.3s ease-in-out;
*/
}

.tmp1_main_1110_help_link_txt{
	padding-left:10px;
	font-size:14px;
	color:#0056b3;
}

.tmp1_main_1110_first{
	width:100%;
	height:auto;
	border-top:solid 1px #dfdfdf;
	padding-top:5px;
	text-align:center;
}
.tmp1_main_1110_first_title{
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#6c757d;
}
.tmp1_main_1110_first_btn{
	margin-top:10px;
	cursor:pointer;
	display: inline-block;
	width: 100%;
	padding:8px;
	border:solid 1px #6c757d;
	background-color: #ffffff;
	color:#6c757d;
	line-height:30px;
	font-size:20px;
	text-align:center;
	border-radius:5px;
}
.tmp1_main_1110_first_btn:hover{
	background-color: #6c757d;
	color:#ffffff;
}
.tmp1_main_1110_first_txt{
	width:100%;
	font-size:13px;
	line-height:19px;
	color:#6c757d;
	padding-top:10px;
}

