/* .auth-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    max-width: 90%;
    background-color: gray;
    min-height: 500px;
}
.auth-popup .menu-container {
    display: flex;
}
.auth-popup .menu-container .menu {
    flex: 1;
    text-align: center;
    background-color: #383838;
    padding: 15px;
}
.auth-popup .menu-container .menu.active {
    background-color: gray;
} 
.auth-popup .menu-container .menu a {
    color: white;
} 
*/
div.modal-dialog {
    max-width: 600px;
    margin: auto;
    margin-top: 50px;
    font-family: 'Kanit';
}
#exTab3 {
    max-width: 100%;
}
.form-container {
    color: black;
    padding: 15px 0;
}
.social-register .title {
    text-align: center;
    margin-bottom: 15px;
}

.social-register .providers {
    display: flex;
    justify-content: center;
}
.social-register .providers .provider {
    margin: 5px;
}

.reister-form {
    padding: 15px 0;
}
.reister-form .title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 22px;
    color: #fff;
}

form button {
    width: 100%;
}
#member_status{
    font-family: "kanit";
    font-size: 14px;
    line-height: 40px;
    text-align: right;
    margin: 10px 0px;
}
#member_status span{
    color: #e19517;
    font-weight: bold;
    letter-spacing: 1px;
}
#member_status a{
  background-color: #e19517;
  color: #000;
  border-color:  #e19517;
  padding: 2px 10px;

}
#member_status button:first-child{
    background-color: #e19517;
    color: #000;
    border-color:  #e19517;
    padding: 10px 10px;
    margin-right: 5px;
    width: 48%;
}
#member_status button:last-child{
    background-color: #000;
    color: #fff;
    border-color:  #e19517;
    padding: 10px 10px;
    width: 49%;
}
#tabLinkRegister{
    width: 48%;
    margin-right: 5px;
}
#tabLinkLogin{
    width: 49%;
}
#tabLinkRegister a{
    background-color: #e19517;
    color: #000;
    border-color: #e19517;
    padding: 10px 10px;
    margin-right: 5px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: 'Kanit';
}
#tabLinkLogin a{
    background-color: #000;
    color: #fff;
    border-color: #e19517;
    padding: 10px 10px;
    margin-right: 5px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-family: 'Kanit';
}
.modal-body {
background-color: #333;
}
.social-register div span{
    font-size: 22px;
    color: #fff;
}
div.provider{
    width: 30%;
    margin-right: 5px;
}
div.provider a{
    font-size: 18px;
    padding: 10% 2px;
    width: 100%;
    display: block;
}
form#register-form{
    width: 95%;
}
form#register-form input ,form#login-form input {
    font-size: 16px;
    color: #000;
    margin: auto;
    line-height: 20px;
    height: 40px;

}
form#register-form div div.help-block, form#login-form div div.help-block{
    color: red;
}
button.btn_submit_refis{
    padding: 20px 16px;
}