
.account-form{
  text-align:center;
}

.form-item input{
    width:100%;
    border: 1px solid #cccccc;
    max-width: 100%;
    padding: 8px 10px;
    border-radius: 0;
    margin-bottom: 10px;
}

.mgb-20 button.btnLogin{
  width:100%;
}

.mgb-20 .btnLogin{
  padding: 8px 10px;
  border-radius: 0;
  background-color: #faaf18 !important;
  color: #fff;
  border:none !important;
  margin-bottom:10px;
}

.mgb-20 p a{
  text-decoration: none;
  color:#000000;
}

.mgb-20 .btnfb{
  padding: 10px 0;
    background: #607cb7;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.mgb-20 .btngg{
  background: #dd4b39;
  padding: 10px 0;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.mgb-20 .btnfb span,
.mgb-20 .btngg span{
  display: inline-block;
    margin-right: 20px;
    width: 20%;
    font-size:20px;
}

.mgb-20 .btnfb button,
.mgb-20 .btngg button{
  display: inline-block;
    width: 70%;
    text-align: left;
    padding-left: 20px;
    background: transparent;
    border:none;
    color:#fff;
    font-size:20px;
}


/*account*/

.account-area--content h1{
  font-size:36px;
  font-weight:600;
}

.account-area--left h3,
.adn_account_title h2{
  font-size:20px;
  font-weight:600;
}

.adn_account_title h4{
  font-size:16px;
  font-weight:600;
}

.account-area--info ul{
  padding-left:0;
}

.account-area--info li.adn_account_mn {
    list-style: none;
}

.account-area--info li.adn_account_mn i{
  margin-right:5px;  
  color:#A82F2F;
}

.account-area--info ul li a{
  text-decoration: none;
  color:#000000;
}


/*Hệ thống cửa hàng*/

.titleHTCH h1{
  /*margin:0 0 18px;*/
  font-weight:600;
  font-size:36px;
}

.contentHTCH{
  margin:50px 0 !important;
}

.tabsHTCH h2{
  color: #333333;
    padding: 0px;
    margin: 0px 0px 15px 0px;
    text-transform: uppercase;
    font-family: "opensans-bold" !important;
    font-size: 21px;
}

.tabsHTCH ul{
  padding:0;
  height: 410px;
  overflow: auto;
}

.tabsHTCH ul li{
  list-style:none;
  padding: 10px 15px;
    border: solid 1px #ccc;
    cursor: pointer;
    margin-bottom:5px !important;
}

.tabsHTCH ul li i{
  margin-right:5px;
}

.is-text-left span a{
  background: #faaf18;
    padding: 7px 20px;
    text-decoration: none;
    color: #fff;
}

.adn_address_btn{
  margin-bottom:10px;
}

button.default-btn {
    width:100%;
    padding: 8px 10px;
    background: #faaf18;
    border: none;
    color: #fff;
    margin-bottom:10px;
}

a.default-btn{
  text-decoration: none;
  color: #000000;
}


