.boxMember{
	padding: 30px;
	background: #f5f5f5;
}
.boxMember input[type="text"],
.boxMember input[type="password"],
.boxMember select{
	height:45px;
	background: #ffffff;
	width:100%;
	border:none;
	border-top:solid 1px #e8e8e8;
	border-left:solid 1px #e8e8e8;
	padding-left: 20px;
}
.boxMember button {
    font-weight: bold;
    text-transform: uppercase;
    background: #f44236;
    color: #ffffff;
    padding: 11px 56px;
    border: none;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border:solid 1px #f44236;
}
.boxMember button:hover{
	background: #ffffff;
	color:#f44236;
}
/*================================REGIS================================*/
.memberRegis{
	max-width: 520px;
	display: block;
	margin: 0 auto;
}
.memberRegis label{
    width:150px;
    font-weight: normal;
    float:left;
    padding-right: 25px;
}
.memberRegis label span{
    color:#ff620c;
}
.memberRegis .col-right{
    width:-webkit-calc(100% - 150px);
    width:-moz-calc(100% - 150px);
    width:-o-calc(100% - 150px);
    width:calc(100% - 150px);
    float:right;
}
.gridT{
	margin:0 -5px;
}
.gridT:after{
	content: "";
	display: block;
	clear: both;	
}
.gridT .col{
	float:left;
	padding: 0 5px;
	width:33.33%;
}
.input-group-img {
    width: 1%;
    white-space: nowrap;
    padding-left: 7px;
    display: table-cell;
    vertical-align: middle;
}
.input-group-img img {
    max-width: inherit;
}
/*================================LOGIN================================*/
.memberLogin{
	max-width: 470px;
	display: block;
	margin: 0 auto;
	padding-left: 110px;
	background: url(../images/icon_nguoi.png) no-repeat 0 0;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 991px){
.memberLogin {
    padding-left: 0px;
    padding-top: 150px;
    background-position: center top;
}
}

@media all and (max-width: 640px){
.memberRegis label{
    width:100%;
    float:none;
}
.memberRegis label span{
    color:#ff620c;
}
.memberRegis .col-right{
    width:100%;
    float:none;
}

}