.boxAccount { }
.boxAccount .m-title {
  margin-bottom: 20px;
}
.boxAccount .m-title .fTitle {
  font-size: 25px;
  line-height: 35px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.boxAccount .m-content {
  padding: 35px 15px 40px;
  background: #f2f2f2;
}
.boxAccount .box-form {
  margin-bottom: 30px;
}
.boxAccount .form-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
}

.boxAccount .wrap {
  max-width: 800px;
}
.boxAccount .wrapS{
  max-width: 580px ;
  margin: 0 auto;
}
.boxAccount .row .form-label {
  font-weight: bold;
  line-height: 45px;
  margin-bottom: 0;
}
.boxAccount .form-label span{
  color:#ff0000;
}
.boxAccount .row{

}
.boxAccount .row *[class^="col-"]{

}
.boxAccount .form-label {
  font-weight: bold;
}
.boxAccount .form-text {
  line-height: 40px;
}



.boxAccount input[type="text"],
.boxAccount input[type="password"],
.boxAccount input[type="tel"],
.boxAccount input[type="email"],
.boxAccount select{
  height: 45px;
  border: 1px solid #dddddd;
  width: 100%;
  font-weight: 400;
  padding: 0 16px;
  border-radius: 10px;
}

.boxAccount input[disabled]{
  background-color: #f5f5fa;
}
.boxAccount input::-webkit-input-placeholder { /* Edge */
  color: #999999;
}
.boxAccount input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #999999;
}
.boxAccount input::placeholder {
  color: #999999;
}


.boxAccount .input-pass{
  position: relative;
}
.boxAccount .input-pass input{
  padding-right: 50px;
}
.boxAccount .input-pass .i-change{
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  pointer-events: auto;
}
.boxAccount .input-pass .i-change a{
  display: block;
  position: relative;
}

.boxAccount .input-pass .i-change a::before{
  content: "";
  width: 24px;
  height: 10px;
  background-image: url('../images/pass_off.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.boxAccount .input-pass.show .i-change a::before{
  width: 22px;
  height: 14px;
  background-image: url('../images/pass_on.png');
}


/*.boxAccount .input-pass .i-change a::before{
  content: "\f06e";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #999999;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.boxAccount .input-pass.show .i-change a::before{
  content: "\f070";
}
*/

.boxAccount .faline {
  position: relative;
}
.boxAccount .faline::before{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #999999;
}
.boxAccount .faline input{
  padding: 0 10px 0 40px;
}
.boxAccount .vnt-grid{
  display: flex;
  margin: 0 -20px;
}

.boxAccount .vnt-grid .i-grid{
  width: 50%;
  padding: 0 20px;
}

.boxAccount .checkbox label{
  font-weight: normal;
  line-height: 21px;
}

.boxAccount button.btn-submit {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  height: 45px;
  background-color: var(--web-btn-color);
  color: #000000;
  border: none;
  width: 100%;
  border-radius: 25px;
  padding: 8px 10px 5px;
}
.boxAccount button.btn-submit:hover {
  background: var(--web-btn-hover-color);
  color: #ffffff;
}

.check_agree {
  display: inline-block;
  font-size: 14px;
  line-height: 30px;
  color: #333333;

  position: relative;
  cursor: pointer;
  font-weight: 400;
  padding-right: 30px;

}
.check_agree input {
  display: inline-block;
  margin-right: 5px;
}
.check_agree a {
  color: var(--web-color);
}
.check_agree.has-error , .check_agree.has-error a {
  color: #a94442 !important
}


.mess-complete , .box_announce {
  margin: 0 auto;
  padding: 20px;
}

.boxAccount .btn-register {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #333333;
  text-align: center;
  border: 1px solid #ddd;
  text-transform: uppercase;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.boxAccount .btn-register:hover {
  color: #fff;
  background: var(--web-color);
  border-color: var(--web-color);
}

.boxAccount a.form-link {
  color: var(--web-color);
}



.changeAvatar{
  position: relative;
}
.changeAvatar .img {
  position: relative;
  width: 120px;
  height: 120px;
  background: #ffffff;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 100%;
}

.changeAvatar .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
}

.formMember .change_avatar {
  position: relative
}
.profile-avatar-changer{position: relative}
.profile-avatar-changer input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  outline: 0;
  background: #fff;
  cursor: inherit;
  display: block;
}


.user-avatar-uploading-container{background-color:rgba(0,0,0,.5);height:100%;width:100%;position:absolute;display:none;border-radius:50%}
.user-avatar-uploading-progress{color:#fff;font-size:30px;text-align:center;width:100%;position:absolute;display:none}
.user-avatar-uploading-progress .ball-pulse{display:block;margin:60px auto;float:none;line-height:0}
.user-avatar-uploading-progress .ball-pulse>div{background-color:#dcdcdc}
.user-cover-uploading-container{position:absolute;width:100%;height:100%;opacity:.6;background-color:rgba(0,0,0,.7);display:none}
.user-cover-uploading-progress{color:#fff;width:100%;position:absolute;z-index:2;display:none;background-color:rgba(0,0,0,.23);height:100%}

.ball-pulse{float:left;line-height:30px;margin-left:10px;display:none}
.ball-pulse>div{background-color:#3a3c3f;border-radius:100%;margin:0 1px;display:inline-block;width:8px;height:8px;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.ball-pulse>div:nth-child(1){-webkit-animation:scale-pulse .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale-pulse .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)}
.ball-pulse>div:nth-child(2){-webkit-animation:scale-pulse .75s -.15s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale-pulse .75s -.15s infinite cubic-bezier(.2,.68,.18,1.08)}
.ball-pulse>div:nth-child(3){-webkit-animation:scale-pulse .75s -.11s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale-pulse .75s -.11s infinite cubic-bezier(.2,.68,.18,1.08)}
@-webkit-keyframes scale-pulse {
  0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}
  45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}
}
@keyframes scale-pulse {
  0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}
  45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}
}


/*Popup*/
.divPopup { padding:15px;}


.popup-avatar {}
.popup-avatar .div-preview  { margin-right:20px; width:180px;}


.preview_container{
  width:180px;
  height:180px;
  overflow:hidden;
}

#cropattrform img { max-width:none !important;}

.CropImage {  width:500px; margin:0px auto; }
.image_container { margin-bottom:5px;  }

.popup-avatar .div-upload {width:500px; font-size:12px;}
.popup-avatar .div-upload h3 { margin-bottom:5px; font-size:14px;}

.popup-avatar .div-upload #span_image_action { margin:10px 0px;}
.popup-avatar .div-upload #inform-main { margin-bottom:10px;}
.popup-avatar .div-upload .div-button { text-align:center;}

.popupCover { padding: 10px; text-align: center}

/*------------------*/





