/*-----------login---------*/

/*--------------*/
.tmp1_main_1000_margin{
	margin-top:20px;
}

.tmp1_main_1100_title{
	font-size:40px;
	font-weight:500;
	line-height:48px;
	color:#212529;
}
.tmp1_main_1100_sub{
	font-size:20px;
	font-weight:300;
	line-height:30px;
	color:#212529;
	padding-top:20px;
}

.tmp1_main_1120_title{
	width:100%;
	height:auto;
	margin:0 auto;
	border:solid 1px #dfdfdf;
	border-bottom:0;
	background-color:#f7f7f7;
	border-radius:5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	font-size:16px;
	line-height:24px;
	padding:12px 20px 12px 20px;
	margin-top:30px;
	margin-bottom:-1px;
}
.tmp1_main_1120_main{
	width:100%;
	height:300px;
	overflow:scroll;
	margin:0 auto;
	border:solid 1px #dfdfdf;
	border-radius:5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
	font-size:14px;
	line-height:21px;
	padding:20px;
}
.tmp1_main_1120_btn{
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;
	text-align:center;
}

.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_imc_card{
	width:25px;
	margin-right:3px;
	position:relative;
	top:-4px;
}
.tmp1_main_1110_form_row_1{
	width:100%;
	text-align:center;
}
.tmp1_main_1110_form_row_2{
	margin-top:15px;
	margin-bottom:15px;
	width:100%;
}
.tmp1_main_1110_form_remarks_1{
	margin-top:15px;
	margin-bottom:15px;
	width:100%;
	font-size:13px;
	line-height:19px;
	text-align:center;
}

.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_0{
	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;
	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_0: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_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_1::placeholder{
	font:400 14px Arial;
}

.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::placeholder{
	font:400 14px Arial;
}

.tmp1_main_1110_form_textarea_1{
	outline:0;
	width:100%;
	height:auto;
	padding:10px;
	display:block;
	color:#495057;
	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;
	font:400 16px Arial;
}
.tmp1_main_1110_form_textarea_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_textarea_1::placeholder{
	font:400 14px Arial;
}

.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;
	width:100%;
	opacity:0.5;
}
/*
.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:0;
	overflow:hidden;
	transition: height 0.3s ease-in-out;
*/
}
#tmp1_main_1110_help_inner{
	width:100%;
	height:auto;
}
.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;
}

.tmp1_main_2100_box_zip_search{
	position:absolute;
	top:10px;
	left:54%;
}
.frm_input_favorite_musicians{
	height:100px;
}
