﻿.box-form-duan{
	padding:10px 20px;
	background: url(../images/bg-form.png) repeat-x;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.box-form-duan h4{
	color: #fff;
    font-size: 18px;
    margin:8px 0px 15px 0px;
    text-align: center;
}

.box-content-form{

}
.textbox-form-duan{
	width:100%;
	padding:8px 0px;
	text-indent:10px;
	margin:6px 0px 2px;
	border:1px #ccc solid;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
}
.text-area-form-duan{
	width:100%;
	height:60px;
	padding:3px 0px;
	text-indent:10px;
	margin:6px 0px 8px;
	font-size:14px;
	border:1px #ccc solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.button-form-register{
	padding: 10px 0px;
	width:100%;
    border: 0px;
    background: #f00;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    text-align:center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin:5px 0px 8px;
    cursor:pointer;
}
.button-form-register:hover{
    background: #db0202;
}
.box-captra label{
	line-height:28px;
	float:left;
	font-size:13px;
	color:#fff;
	margin-right:10px;
}
.box-captra input{
	float:left;
	font-size:14px;
	padding:5px 10px;
	border:2px #fff solid;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width:50px;
}
.box-captra img{
	float:right;
	height:30px;
	display:block;
}
.error{
	color:#ff4f54;
	font-weight:normal;
	font-style:italic;
}
.popup-form-duan{
	position:fixed;
	width:320px;
	height:352px;
	z-index:1201;
	top:120px;
	left:50%;
	margin-left:-160px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:none;
}
.layer-opacity-form{
	position:fixed;
	z-index:98;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	background: rgba(000,000,000, 0.6);
	display:none;
}
.close-popup-form{
	position:absolute;
	top:-15px;
	right:-15px;
	width:30px;
	height:30px;
	z-index:2;
	background:url('../images/icon-close.png') no-repeat;
	background-size:30px 30px;
	cursor:pointer;
}
.header-box-info-member {
    color: #fff;
    line-height:24px;
    font-size:18px;
    margin:6px 0px;
    text-align:center;
}
.dangky{
    color: #fff;
    font-size:16px;
    padding: 8px 30px;
    background: #e88a25;
    background: -webkit-linear-gradient(left, #e88a25, #d40000);
    background: -o-linear-gradient(right,#e88a25,#d40000);
    background: -moz-linear-gradient(right,#e88a25,#d40000);
    background: linear-gradient(to right, #e88a25, #e4212a);
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    display: inline-block;
    cursor: pointer;
}
.dangky:hover{
    background: #d40000;
}
.list-support .dangky{
    color: #000;
    font-size:12px;
    font-weight:bold;
    padding: 8px 10px;
    background:none;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    display: inline-block;
    cursor: pointer;
}



@media (max-width: 768px) {
	.box-form-duan{
		width:100%;
		float:none;
	}
	.box-content-form{
		width:99%;
	}
	.box-captra label{
	display:none;
}
.box-form-duan h4 {
    color: #fff;
    font-size: 16px;
    margin: 0px 4% 10px 4%;
}
.box-captra input {
    width: 88px;
}

}