/*****************form đăng ký************************/
.resgister_home_ct, .resgister_home_ct_l img, .resgister_home_ct_r img, .resgister_form, .resgister_title, .resgister_subtitle, .label_n, .label_error, .resgister_form form, .form-group, 
.form-group label, .form-group input, .form-group select, .form-group textarea, .resgister_bt{
	width: 100%;
	float: left;
	display: block;
	position: relative;
}
.resgister_home_ct_l{
	max-width: 159px;
	width: 14%;
	position: relative;
	margin-right: 26px;
	display: flex;
    align-items: center;
	float: left;
	flex: 0 0 auto;
}
.resgister_home_ct_l img{
	object-fit: contain;
}
.resgister_home_ct_center{
	float: left;
	display: block;
	width: 73%;
	position: relative;
	max-width: 859px;
}
.resgister_home_ct_r{
	float: left;
	display: block;
	width: 24%;
	position: absolute;
    max-width: 289px;
    right: 0;
	bottom: 0;
}
.resgister_home_ct_center{
	background: linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
	background: -webkit-linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%); /* Chrome, Safari cũ */
	background: -moz-linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);    /* Firefox cũ */
	background: -o-linear-gradient(to bottom, #0F4D98 0%, #199F5A 100%);
	border-radius: 32px;
	-moz-border-radius: 32px;
    -webkit-border-radius: 32px;	
}
.resgister_form{
    background: url(../images/bg/bg_res_center@2x.png) no-repeat right bottom transparent;
    background-size: 532px 635px;
	padding: 30px 35px 30px 30px;
	color: #FFF;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    .resgister_form{
		background: url(../images/bg/bg_res_center@2x.png) no-repeat right bottom transparent;
		background-size: 532px 635px;
	}
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .resgister_form{
		background: url(../images/bg/bg_res_center@2x.png) no-repeat right bottom transparent;
		background-size: 532px 635px;
	}
}
.resgister_title{
	text-align: center;
	font-family: Baloo;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 56px */
}
.resgister_subtitle{
	color: #FFF;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 32px */
	margin-bottom: 20px;
}
.label_n{
	font-size: 14px;
	font-style: normal;
	line-height: 140%; 
	margin-bottom: 10px;
}
.form-group{
	margin-bottom: 15px;
}
.form-group label{
	margin-bottom: 5px;
}
.form-group input, .form-group select, .form-group textarea{
	padding: 12px 16px;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 8px;
	border: 1px solid #D2D2D2;
	background: #FFF;
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
.resgister_bt {
	text-align: center;
}
.resgister_bt button{
	border: 0px;
	padding: 16px 32px;
	margin: 0 auto;
	display: block;
	width: auto;
}
.form-group input.input_error, .form-group select.input_error, .form-group textarea.input_error{
	border: 1px solid #f00;
}
.label_error{
	color: #FFA858;
    margin-bottom: 10px;
}
.resgister_home_p .modal-content{
	border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    height: 240px;
}
.resgister_home_p .modal-header{
	border: 0px;
    float: left;
    display: block;
    width: 100%;
    position: relative;
	z-index: 9
}
.resgister_home_p .modal-header button.close_button{
	border: 0px;
    padding: 0px;
    text-align: right;
    width: 100%;
    background: transparent;;
}
.resgister_home_p .modal-body{
	text-align: center;
    position: absolute;
    top: 30px;
	padding: 0px 24px 24px 24px ;
}
.ungtuyen_popup_label{
	font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 10px;
}
.ungtuyen_popup_text{
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}