﻿.box-form-duan{
	width: 450px;
    padding: 10px 60px;
	background:rgba(0,90,171,0.70);
	margin:0px auto 40px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius:5px;
}

.box-form-duan h4{
	color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin:5px 0px 10px 0px;
    text-align: center;
	font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.box-content-form{
	width:380px;
	margin:auto;
	padding:10px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.textbox-form-duan{
	width:100%;
	padding:8px 0px;
	text-indent:10px;
	margin:6px 0px 2px;
	border:1px #fff solid;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;
}
.text-area-form-duan{
	width:100%;
	height:60px;
	padding:3px 0px;
	text-indent:10px;
	margin:6px 0px 8px;
	font-size:14px;
	border:1px #fff solid;
	font-family: 'Montserrat', sans-serif;
}
.button-form-register{
	padding: 10px 0px;
	width:100%;
    border: 0px;
    background: #db0000;
    color: #fff;
    font-weight:bold;
    text-transform:uppercase;
    font-size: 14px;
    text-align:center;
    margin:5px 0px 8px;
    cursor:pointer;
	font-family: 'Montserrat', sans-serif;
}
.button-form-register:hover{
    background: #fa0606;
}
.box-captra label{
	line-height:28px;
	float:left;
	font-size:14px;
	color:#3c3c3c;
	margin-right:10px;
}
.box-captra input{
	float:left;
	font-size:14px;
	padding:5px 10px;
	border:1px #636363 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:#ff0000;
}
@media (max-width: 768px) {
	.box-form-duan{
		width:90%;
		margin:20px auto 30px;
		padding:10px 0px;
	}
	.box-content-form{
		width:80%;
		margin:auto;
		padding:20px 4%;
	}

}