.one-4-vpt {
float: left;
margin: 0 0 20px;
padding-left: 1%;
}

.imguser {
    position:relative;
    width:250px;
    height:250px;
    display:block;
}

.imguser img {
	display: block;
    width:250px;
    height:250px;
    margin:0 auto;
}
.imguser img:hover {
    opacity:0.75;
	filter:alpha(opacity=75);
}

.tenuser-hinhanh {
width: 240px;
padding: 5px;
background: rgba(7, 184, 117, 0.65);
position: absolute;
bottom: 0;
}
.tenuser-hinhanh a {
width: auto;
}
.tenuser-hinhanh h2 {
text-overflow: ellipsis;
white-space: nowrap;
color: #FFF!important;
max-height: 25px;
overflow: hidden;
font-size: 15px;
font-weight: bold;
text-align: center;
}

.khungthongtin {
padding: 10px;
width: 345px;
border: 1px solid #797979;
float: right;
margin-right: 1%;
}

.khungthongtin input {
margin-top: -10px!important;
width: 68%!important;
padding: 8px!important;
float: right!important;
color: #00D734!important;
}

.infomember {
margin-top: 8px;
color: #00E1FD;
margin-bottom: 22px;
}

.capnhatinfo #user_edit {
margin-right: 35px;
text-align: center;
font-family: animevncms;
background: #009CD5;
color: #FFF!important;
padding: 5px!important;
border: 1px solid #DADADA;
cursor: pointer;
width: 120px !important;
margin-top: -6px!important;
}

.capnhatinfo #user_edit:hover{
	background:#83CA00;
	color:#FFF;
	border:1px solid #DADADA;
}

.thongbaomember {
    color: #F90;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    margin-top: -7px;
}

.thongbaodangki {
    color: #00D213;
    font-weight: bold;
    padding-bottom: 10px;
	margin-left: 175px;
    margin-top: -7px;
}

.khungdangki {
padding:5px;
}

.infodangki {
color: #FDD400;
padding:12px;
font-weight:bold;
}

.infodangki input {
margin-top: -10px;
width: 70%;
padding: 8px;
float: right;
color: #00CBDB;
}

#reg_agree {
display:none;
}

.dangkitaikhoan input[type=submit], input[type=reset]{
	font-family:animevncms;
	background: #009CD5;
	color: #FFF;
	padding: 5px;
	border:1px solid #DADADA;
	cursor: pointer;
}

.dangkitaikhoan input[type=submit]{
margin-left: 200px;
float:left;
}
.dangkitaikhoan input[type=reset]{
margin-right: 165px;
float:right;
}

.dangkitaikhoan input[type=submit]:hover, .dangkitaikhoan input[type=reset]:hover{
	background:#83CA00;
	color:#FFF;
	border:1px solid #DADADA;
}

.dangkithanhvien {
float:left;
margin-left: 125px!important;
}
.quenmatkhau {
float:right;
margin-right: 25px!important;
}

.login {
  position: relative;
  margin: 80px auto;
  width: 400px;
  padding-right: 32px;
  font-weight: 300;
  color: #a8a7a8;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}
.login p {
  margin: 0 0 10px;
}

.login input, .login button, .login label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.login input[type=text], .login input[type=password] {
  padding: 0 10px;
  width: 300px;
  height: 40px;
  color: #bbb;
  text-shadow: 1px 1px 1px black;
  background: rgba(0, 0, 0, 0.16);
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}
.login input[type=text]:focus, .login input[type=password]:focus {
  color: white;
  background: rgba(0, 0, 0, 0.1);
  outline: 0;
}

.login label {
  float: left;
  width: 100px;
  line-height: 40px;
  padding-right: 10px;
  font-weight: 100;
  text-align: right;
  letter-spacing: 1px;
}

.forgot-password {
  padding-left: 100px;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 1px;
}

.login-submit {
  position: absolute;
  top: 12px;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 8px;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
}
.login-submit:before, .login-submit:after {
  content: '';
  z-index: 1;
  position: absolute;
}
.login-submit:before {
  top: 28px;
  left: -4px;
  width: 4px;
  height: 10px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}
.login-submit:after {
  top: -4px;
  bottom: -4px;
  right: -4px;
  width: 36px;
}

.login-input {
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0 0 48px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
}
.login-input:before {
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: #00a2d3;
  border-radius: 24px;
  background-image: -webkit-linear-gradient(top, #00a2d3, #0d7796);
  background-image: -moz-linear-gradient(top, #00a2d3, #0d7796);
  background-image: -o-linear-gradient(top, #00a2d3, #0d7796);
  background-image: linear-gradient(to bottom, #00a2d3, #0d7796);
  -webkit-box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgba(0, 0, 0, 0.16);
}
.login-input:active:before {
  background: #0591ba;
  background-image: -webkit-linear-gradient(top, #0591ba, #00a2d3);
  background-image: -moz-linear-gradient(top, #0591ba, #00a2d3);
  background-image: -o-linear-gradient(top, #0591ba, #00a2d3);
  background-image: linear-gradient(to bottom, #0591ba, #00a2d3);
}
.login-input:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 12px;
  width: 25px;
  height: 19px;
  background: url("http://ourensetelevision.net/theme/animevn/images/arrow.png") 0 0 no-repeat;
}