.bg-while {
    margin: 15px auto;
    width: 400px;
    background: #ffffff;
    border-radius: 4px;
}

.login-form .headtitle {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeeee;
    padding: 15px;
    margin-bottom: 0;
}

.login-form form {
    padding: 15px;
}

.login-form .note-required {
    font-weight: bold;
    padding: 0 0 10px 0;
    margin-bottom: 0;
}

.login-form ul li input {
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px;
    box-sizing: border-box;
    color: #333;
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}

.login-form .password-recovery {
    color: #34a2d1;
    padding-bottom: 10px;
    display: block;
}

.login-form form .accept-submit button {
    font-weight: bold;
    color: #ffffff;
    background-color: white;
    background-image: linear-gradient(#5CB8E6, #1E7FB3);
    height: 40px;
    border-radius: 4px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    width: 100%;
}

.login-form .social-login .google {
    font-weight: bold;
    color: #36559C;
    height: 40px;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #36559C;
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.login-form .social-login .facebook {
    font-weight: bold;
    color: #DC4A38;
    height: 40px;
    border-radius: 4px;
    text-transform: uppercase;
    border: 1px solid #DC4A38;
    width: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}

.login-form .social-login {
    padding: 0 15px 15px;
}
.href_register {
    margin: 15px auto;
    width: 400px;
}
.href_register .title_reg {
    display: flex;
    justify-content: center;
    align-items: center;
}
.href_register .title_reg .line {
    height: 1px;
    width: 100%;
    background-color: #cccccc;
    flex: 1;
}
.href_register .title_reg .txt-new-member {
    color: #888888;
    padding: 0 10px;
}
.href_register .link-reg {
    font-weight: bold;
    color: #ffffff;
    background-color: white;
    background-image: linear-gradient(#E50000,#CF111A);
    height: 40px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-top: 10px;
    border: none;
    cursor: pointer;
    text-align: center;
    padding-top: 12px;
    width: 100%;
    display: block;
}
.account-page {
    background: #fff;
    max-width: 860px;
    margin: 15px auto;
    padding: 15px;
    border-radius: 8px;
}
.account-page .nav.nav-tabs li {
    text-transform: uppercase;
    border-radius: 0;
    padding: 10px 20px;
    line-height: 20px;
    margin-bottom: -1px;
    display: block;
}
.account-page .nav.nav-tabs li.active {
    border: 1px solid #f2f2f2;
    border-top: 3px solid #f5a623;
    background: #fff;
    border-bottom-color: #fff;
}
.form-account li .title {
    width: 170px;
}
.form-account li input {
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 15px;
    padding: 10px;
    box-sizing: border-box;
    color: #333;
    height: 40px;
    width: 300px;
    margin-bottom: 10px;
}
.form-account .accept_update {
    flex: unset;
    padding: 0 40px;
    border: none;
    width: auto;
    min-width: unset;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: linear-gradient(#f5a623,#fd8205);
    border-radius: 8px;
    font-size: .875rem;
    font-weight: 700;
}
.form-account .accept_update:focus {
    outline: none;
    box-shadow: none;
}
.select_city {
    padding-left: 174px;
    margin-bottom: 10px;
}
.select_city select {
    height: 35px;
}
@media (max-width: 540px) {
    .bg-while {
        width: 100%;
        padding: 10px;
    }
    .select_city {
        padding-left: 0;
    }
    .select_city select {
        margin-bottom: 10px;
    }
}