#loginModal h2.login-title {
    font-size: 30px;
    padding-bottom: 0px;
    margin-bottom: 30px;
    position: relative;
    color: #006767;
    text-transform: uppercase;
}

#loginModal h2.login-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 80%;
    margin-left: 10%;
    background-color: #006767;
}

#loginModal label {
    font-weight: 400;
    text-transform: uppercase;
}

#loginModal input {
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #00676752;
    -webkit-text-fill-color: #006767;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
    color: #006767;
    text-align: center;
    font-weight: 400;
    border-radius: 6px;
}

#loginModal input:focus,
#loginModal input:-webkit-autofill,
#loginModal input:-webkit-autofill:hover,
#loginModal input:-webkit-autofill:focus,
#loginModal input:-internal-autofill-selected {
    width: 100%;
    box-sizing: border-box;
    box-shadow: none;
    border: 1px solid #00676752;
    -webkit-text-fill-color: #006767;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0px 1000px #FFF inset;
    color: #006767;
    text-align: center;
    font-weight: 400;
    border-radius: 6px;
}

#loginModal .login-remember label {
    display: flex;
    align-items: center;
    justify-content: center
}

#loginModal .login-remember label > input {
    width: 20px;
    -webkit-box-shadow: 0 0 0px 0px #006767 inset
}

#loginModal .login-submit input {
    background: linear-gradient(45deg, rgba(156,125,98,1) 0%, rgba(156,128,97,1) 27%, rgba(210,178,141,1) 52%, rgba(233,209,179,1) 71%, rgba(189,158,126,1) 89%, rgba(189,158,126,1) 100%);
    font-size: 1.1em!important;
    min-width: 110px;
    border: none;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 3%), inset 0px 4px 3px -2px rgb(0 0 0 / 7%);
    color: #FFF;
    -webkit-text-fill-color: #FFF;
    text-transform: uppercase;
    transition: 0.5s all;
    opacity: 0.7;
    letter-spacing: 1px;
}

#loginModal .login-submit input:hover {
    opacity: 1;
}

.beauty-registration ul.beatuy-registration-tabs-list {
    display: flex;
    list-style-type: none;
    list-style-image: none;
    align-content: center;
    justify-content: space-around;
    margin: 0;
}

.beauty-registration ul.beatuy-registration-tabs-list li {
    display: block;
    border-bottom: 2px solid #9f8363;
    width: 50%;
    text-align: center;
    background: transparent;
    color: #9f8363;
}

.beauty-registration ul.beatuy-registration-tabs-list li:not(.active) {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.beauty-registration ul.beatuy-registration-tabs-list li:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.beauty-registration ul.beatuy-registration-tabs-list li:last-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.beauty-registration ul.beatuy-registration-tabs-list li.active {
    background: #006767;
    color: #FFF;
    background: linear-gradient(45deg, rgba(156,125,98,1) 0%, rgba(156,128,97,1) 27%, rgba(210,178,141,1) 52%, rgba(233,209,179,1) 71%, rgba(189,158,126,1) 89%, rgba(189,158,126,1) 100%);
}

.beauty-registration ul.beatuy-registration-tabs-list li a {
    width: 100%;
    cursor: pointer;
    display: block;
    padding: 12px;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 1px;
}

.beauty-registration .form-control.alert-danger {
    color: #721c24;
    /*background-color: #f8d7da;*/
    border-color: #c3313e;
}

.beauty-registration .form-control.alert-danger::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c3313e;
    opacity: 1; /* Firefox */
}

.beauty-registration .form-control.alert-danger:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #c3313e;
}

.beauty-registration .form-control.alert-danger::-ms-input-placeholder { /* Microsoft Edge */
    color: #c3313e;
}

.step-circle {
    border-radius: 50%;
    border: 4px solid #419090;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #419090;
    line-height: 46px;
    margin-right: 12px;
}

.registration-section-title {
    position: relative;
    color: #006767;
}

.registration-section-title:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 25px;
    width: calc(100% - 25px);
    height: 3px;
    background-color: #419090;
}

.registration-tabs label {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.registration-tabs input:not([type='checkbox']),
.registration-tabs select,
.registration-tabs input:not([type='checkbox']):focus,
.registration-tabs input:not([type='checkbox']):active,
.registration-tabs input:not([type='checkbox']):checked,
.registration-tabs input:not([type='checkbox']):hover {
    border: 0px!important;
    border-bottom: 1px solid #419090!important;
    border-radius: 0!important;
    background: #FFF;
    box-shadow: 0 0 0 100px #FFF inset;
    background-color: #FFF!important;
    color: #419090;
}

a.btn.button-register-account {
    background: linear-gradient(45deg, rgba(156,125,98,1) 0%, rgba(156,128,97,1) 27%, rgba(210,178,141,1) 52%, rgba(233,209,179,1) 71%, rgba(189,158,126,1) 89%, rgba(189,158,126,1) 100%);
    font-size: 1.1em!important;
    min-width: 110px;
    border: none;
    border-radius: 5px;
    box-shadow: inset 0 0 0 1px rgb(0 0 0 / 3%), inset 0px 4px 3px -2px rgb(0 0 0 / 7%);
    color: #FFF;
    -webkit-text-fill-color: #FFF;
    text-transform: uppercase;
    transition: 0.5s all;
    padding: 12px 20px;
    letter-spacing: 1px;
}

.registration-tabs .error-message {
    border: 3px solid #c3313e;
    color: #c3313e;
    font-weight: 500;
    background: #FFF;
    padding: 15px 20px;
}