
.bank-number-none{
    opacity: 0;
    height: 0;
    margin: 0;
}
.copyLink{
    padding: 5px 15px;
    background: #eee;
    border-radius: 30px;
    margin: 0 0 20px 0;
    display: inline-block;
    color: #2e2e2e;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.block-card-detail{
    font-weight: 300;
    font-family: 'Mitr', sans-serif;
    color: #222;
}
label{
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}
.font-14{
    font-size:14px;
    color: #666;
}
.btn-contact{
    background: #fff;
    padding: 0px 30px;
    border-radius: 30px;
    text-shadow: 0 0 3px #9f7928;
    background:url(../images/btn-contact.png) no-repeat;
    background-size: 100%;
    color:#ffffff !important;
    margin-left:15px;
}
.form-control{
    padding:0.7rem;
    border:0 solid #c3c3c3;
    background: #f7f7f7;
    font-weight: 600;
}
.form-group{
    position: relative;
    padding-left: 50px;
    border-radius:0;
    background:#ffffff;
    border-radius:0;
}
.form-group i {
    position: absolute;
    left: 13px;
    top: 11px;
    font-size: 18px;
    width:20px;
    height:20px;
    background-size:18px;
    background-position: center;
    background-repeat: no-repeat;
}
.form-group i.icon-user {
    background-image: url(../images/icon-user.svg);
}
.form-group i.icon-password {
  background-image: url(../images/icon-password.svg);
}
.btn-primary {
    display:block;
    width:100%;
    color: #f1f1f1;
    background: rgb(42 42 42);
    border-color: transparent;
    font-weight: bold;
    border-radius: 0;
    font-family: 'Noto Sans Thai', sans-serif;
    font-weight: 700;
}

/* Sign up */
.wrap-signup .block-card{
    max-width: 1030px;
    padding: 4rem 4rem 3rem;
    border-radius: 0;
}
.wrap-signup .form-group{
    padding-left: 0;
    border-radius:3px;
}
.wrap-signup input[type="submit"]{
    background: #2196f3;
    border: 1px solid #2196f3;
    color: #fff;
    font-weight: bold;
}
.wrap-signup small{
    font-family: sans-serif;
    color: #a3a3a3;
    font-size:12px;
    margin-left: 10px;
}
input[id="savePass"]{
    vertical-align:middle;
}
.forgetPass{
    text-align: right;
}
.forgetPass a{
    text-decoration: none;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}


@media screen and (max-width: 768px){
    /* .menu-nav{display:none !important;} */
    .block-card, .wrap-signup .block-card ,.wrap-login .block-card{width:94%;margin: 0 auto;padding:3rem 30px 2rem;border-radius: 8px;}
    .block-cover{width:90%;}
    .topHeader{display: none;}
}