.cg_ip{
	display: block;
	background: #33354a;
	border: none;
	color: #cacee3;
	position: absolute;
	top: -32px;
	left: 0px;
}
.cg_bt{
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #2b2e3d;
	border: 2px solid #fe7c76;
	height: 32px;
	border-radius: 16px;
	width: 180px;
	color: #fe7c76;
}
.cg_bt_link{
	text-decoration: none;
	//color: #fe7c76;
}
.cg_btn_hld{
	width: 49%;
	display: inline-block;
	margin-top: 30px;
}
.cg_ip_hld{
	width: calc( 100% - 54px);
	display: inline-block;
	position: relative;
}
.f_in{
	background: #33354a;
	display: block;
	border-bottom: 1px solid #60647a;
}
.icon_in_hld{
	height: 50px;
	width: 45px;
	display: inline-block;
	text-align: center;
	position: relative;
}
.cg_ic{
	position: absolute;
	top: 15px;
	left: 11px;
}
.cg_err_msg{
	width: 100%;
	text-align: center;
	padding: 30px 0;
	color: #c5c9e0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.cg_cnt{
	display: grid;
    align-items: center;
    justify-content: inherit;
    height: 100%;
}