.tml .tml-log-wrap label,
.tml .tml-pwd-wrap label,
.tml .tml-user_login-wrap label,
.tml .tml-pass1-wrap label,
.tml .tml-pass2-wrap label,
.tml .tml-first_name-wrap label,
.tml .tml-last_name-wrap label,
.tml .tml-email-wrap label,
.tml .tml-cc_emails-wrap label {
    display: block;
    width: 100%;
    font-size: 16px;
    margin: 0 0 6px 0;
    line-height: 29px;
}

.tml .tml-rememberme-wrap label {
    line-height: 29px;
}

.tml .tml-field-wrap {
    margin-bottom: 15px;
}

.tml .tml-log-wrap input,
.tml .tml-pwd-wrap input,
.tml .tml-user_login-wrap input,
.tml .tml-pass1-wrap input,
.tml .tml-pass2-wrap input,
.tml .tml-first_name-wrap input,
.tml .tml-last_name-wrap input,
.tml .tml-email-wrap input,
.tml .tml-cc_emails-wrap input,
.tml .tml-user_phone-wrap input {
    height: 44px;
    font-size: 16px;
    padding: 0 15px !important;
    border-style: solid;
    border-color: #eceeef;
    border-width: 1px 1px 2px;
    background: #f7fcff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
}

.tml .tml-log-wrap input:focus,
.tml .tml-pwd-wrap input:focus,
.tml .tml-user_login-wrap input:focus,
.tml .tml-pass1-wrap input:focus,
.tml .tml-pass2-wrap input:focus,
.tml .tml-first_name-wrap input:focus,
.tml .tml-last_name-wrap input:focus,
.tml .tml-email-wrap input:focus,
.tml .tml-cc_emails-wrap input:focus,
.tml .tml-user_phone-wrap input:focus {
    border-color: #addfff;
    outline: none;
    background: #fff;
}

.tml .tml-submit-wrap button {
    background: #2185c5;
    color: #fff;
    border-radius: 0;
    border: none;
    padding: 0px 20px;
    height: 40px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
    margin: 0;
}

.tml.tml-login {
    max-width: 450px;
    margin: 0 auto;
}

.tml ul.tml-links {
    padding: 0;
    float: right;
    margin: 9px 0 0 0;
}

.tml ul.tml-links li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 14px;
}

.tml ul.tml-links li a {
    text-decoration: none;
}

.tml.tml-login .tml-submit-wrap {
    float: left;
}

.tml.tml-resetpass .tml-indicator-wrap,
.tml.tml-resetpass .tml-indicator_hint-wrap {
    display: none;
}

.tml-profile .tml-form-table {
    width: 100%;
}

.tml-profile .tml-form-table tr th {
    text-align: left;
}

.tml-profile .tml-form-table td {
    padding-bottom: 15px;
}

.tml-profile.tml .tml-field-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 0 0 15px;
}
.tml-profile.tml .tml-field-wrap label.tml-label {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    width: 190px;
    min-width: 190px;
}
.tml-profile.tml .tml-field-wrap .tml-description {
    font-style: normal;
    width: auto;
    position: absolute;
    margin: 0 0 10px;
    bottom: -30px;
    left: 190px;
    font-size: 12px;
}
.tml-profile.tml .tml-field-wrap.tml-submit-wrap button {
    left: 190px;
    position: relative;
    margin: 2px 0 0;
}
.tml-profile.tml .tml-field-wrap.tml-cc_emails-wrap,
.tml-profile.tml .tml-field-wrap.tml-field-wrap.tml-pass2-wrap {
    margin-bottom: 33px;
}
.tml .tml-field-wrap input[readonly] {
    background: #f7f9fa;
    border-color: #f1f1f1;
    color: #9f9f9f;
    cursor: default;
    pointer-events: none;
}

.tml-form-table .pw-weak th,
#your-profile .pw-weak th {
    padding-bottom: 10px;
}

.tml-form-table tr th label,
#your-profile tr th label {
    font-size: 14px;
    font-weight: 600;
}

.tml-form-table tr td input[type="text"],
#your-profile tr td input[type="text"],
.tml-form-table tr td input[type="email"],
#your-profile tr td input[type="email"],
.tml-form-table tr td input[type="password"],
#your-profile tr td input[type="password"],
.tml-form-table tr td textarea,
#your-profile tr td textarea,
.tml-form-table tr td select,
#your-profile tr td select {
    height: 44px;
    padding: 0 15px !important;
    background-color: #f7fcff;
    border-style: solid;
    border-color: #eceeef;
    border-width: 1px 1px 2px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    width: 100%;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif !important;
}

.tml-form-table tr td input[type="text"]:focus,
#your-profile tr td input[type="text"]:focus,
.tml-form-table tr td input[type="email"]:focus,
#your-profile tr td input[type="email"]:focus,
.tml-form-table tr td input[type="password"]:focus,
#your-profile tr td input[type="password"]:focus,
.tml-form-table tr td textarea:focus,
#your-profile tr td textarea:focus,
.tml-form-table tr td select:focus,
#your-profile tr td select:focus {
    border-color: #addfff;
    outline: none;
    background: #fff;
}

.tml-form-table tr td select,
#your-profile tr td select {
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    background-image: url("../images/drop-icon.png");
    background-position: right -7px center;
    background-repeat: no-repeat;
}

.tml-form-table tr td .description,
#your-profile tr td .description {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 4px 0 0 0;
}

.tml-form-table tr td .button.button-secondary,
#your-profile tr td .button.button-secondary {
    background: #2185c5;
    color: #fff;
    border-radius: 0;
    border: none;
    font-size: 15px;
    padding: 0px 20px;
    height: 44px;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600;
    cursor: pointer;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tml-form-table tr#password #pass1,
#your-profile tr#password #pass1 {
    margin-bottom: 15px;
}

.tml.tml-resetpass,
.tml.tml-lostpassword {
    max-width: 450px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
}

.tml.tml-resetpass .tml-submit-wrap,
.tml.tml-lostpassword .tml-submit-wrap {
    float: left;
    margin-top: 5px;
}

.tml.tml-resetpass ul.tml-links,
.tml.tml-lostpassword ul.tml-links {
    margin-top: 9px;
}

p.error,
.tml-alerts .tml-errors {
    border-left: 4px solid #dc3232;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    color: #444;
}

.tml-alerts .tml-errors .tml-error {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

#theme-my-login.tml-login .tml-alerts .tml-messages .tml-message,
#theme-my-login.tml-profile .tml-alerts .tml-messages .tml-message {
    border: none;
    box-shadow: none;
    margin: 0;
}

#theme-my-login.tml-profile .tml-personal_options_section_header-wrap,
#theme-my-login.tml-profile .tml-admin_bar_front-wrap,
#theme-my-login.tml-profile .tml-display_name-wrap,
#theme-my-login.tml-profile .tml-url-wrap,
#theme-my-login.tml-profile .tml-about_yourself_section_header-wrap,
#theme-my-login.tml-profile .tml-description-wrap,
#theme-my-login.tml-profile .tml-avatar-wrap,
#theme-my-login.tml-profile .tml-name_section_header-wrap,
#theme-my-login.tml-profile .tml-contact_info_section_header-wrap,
#theme-my-login.tml-profile .tml-nickname-wrap,
#theme-my-login.tml-profile .tml-account_management_section_header-wrap,
#theme-my-login.tml-profile .user-billing-information,
#theme-my-login.tml-profile .tml-user_login-wrap {
    display: none;
}

p.message,
.updated p,
.tml-messages {
    border-left: 4px solid #4caf50;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px !important;
    background-color: #f1f1f1;
    color: #444;
}

.tml .tml-field-wrap.tml-sms_consent-wrap {    
    justify-content: flex-start !important;
    margin-left: 187px !important;
}

.tml .tml-field-wrap.tml-sms_consent-wrap label {
    width: auto !important;
    margin-left: 5px !important;
}

.tml .tml-field-wrap.tml-sms_consent-wrap label {
    width: auto !important;
    margin-left: 5px !important;
    line-height: 20px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.tml .tml-field-wrap.tml-sms_consent-wrap {
    justify-content: flex-start !important;
    margin-left: 187px !important;
    align-items: flex-start;
}

@media screen and (max-width: 1199px) {
    .tml .tml-field-wrap.tml-sms_consent-wrap {
        align-items: self-start;
    }

    .tml .tml-field-wrap.tml-sms_consent-wrap input {
        margin-top: 3px;
    }
}

@media screen and (max-width: 767px) {
    .tml-profile.tml .tml-field-wrap {
        flex-wrap: wrap;
    }
    .tml-profile.tml .tml-field-wrap label.tml-label {
        width: 100%;
    }    
    .tml-profile.tml .tml-field-wrap .tml-description {
        left: 0;
        width: 100%;
    }
    .tml-profile.tml .tml-field-wrap.tml-submit-wrap button {
        left: 0px;
}

    .tml .tml-field-wrap.tml-sms_consent-wrap {    
        margin-left: 0px !important;
    }
}