#theme-my-login {
    color: #8f8f8f;
    font-size: .9em;
}

#theme-my-login input[type="text"],
#theme-my-login input[type="password"],
#theme-my-login input[type="email"],
#theme-my-login input[type="url"] {
    border: 1px solid #dfdfdf;
    border-radius: 0;
    padding: 15px 25px;
    font-size: 1.1em !important;
}

#theme-my-login textarea {
    width: 100%;
    font-size: 1.1em !important;
}

#theme-my-login input[type="submit"], #theme-my-login button {
    border: 0;
    border-radius: 30px;
    padding: 10px 25px;
    color: #fff;
    background-color: #1fbdbe;
    cursor: pointer;
    font-size: 1.1em !important;
    min-width: 140px;
}

#theme-my-login input[type="submit"]:hover, #theme-my-login button:hover {
    background-color: #1daeaf;
}

#theme-my-login a {
    color: #b5b5b5;
}

#theme-my-login a:hover {
    color: #9e9e9e;
}

#theme-my-login .footer-link {
    background-color: #f1f1f1;
    padding: 20px;
    font-size: 1.2em;
    margin-top: 30px;
}

#theme-my-login .footer-link a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #676767;
    margin: 0 auto;
}

#theme-my-login.tml-login .footer-link a {
    max-width: 180px;
}

#theme-my-login.tml-register .footer-link a, #theme-my-login.tml-lostpassword .footer-link a {
    max-width: 123px;
}

.tml-rememberme-submit-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tml-rememberme-submit-wrap a {
    text-decoration: underline;
    font-style: italic;
}

.tml-rememberme-submit-wrap a:hover {
    text-decoration-color: inherit;
}

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

#theme-my-login .error {
    padding: 10px;
    background-color: #fff;
    border-right: 4px solid #de3330;
    color: #b62825;
    margin-bottom: 10px;
}

#theme-my-login .error strong {
    margin-left: 5px;
}

#theme-my-login .error a {
    color: #b62825;
    text-decoration: underline;
}

#theme-my-login .message {
    padding: 10px;
    background-color: #fff;
    border-right: 4px solid #148535;
    color: #17963c;
    margin-bottom: 10px;
}

.user-modal #theme-my-login {
    margin-top: 50px;
}

.user-modal .tml-register .message {
    display: none;
}

.user-modal .modal-content {
    background-color: transparent;
    border: none;
}

.user-modal .modal-header {
    height: 50px;
}

.user-modal .modal-header .close {
    background-color: transparent;
    border: none;
    color: #fff;
    opacity: .8;
}

.user-modal .modal-lg {
    max-width: 650px;
}

.user-modal .modal-body {
    padding: 0;
    background-color: #fff;
}

.user-modal .modal-body > h2 {
    display: none;
}

.user-modal .modal-body > div {
    width: 100%;
    max-width: 100%;
    padding: 0;
    text-align: right;
}

.user-modal .modal-body > div > *:not(.footer-link) {
    margin: 0 50px;
}

.user-modal .modal-body .form-group > label {
    display: none;
}

.user-modal .loading-icon {
    display: block;
}

.user-modal .tml-user-panel {
    margin-bottom: 50px;
}

.user-modal .loading-wrap {
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}

.wp-social-login-provider-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.wp-social-login-provider, .wp-social-login-provider-list a, #theme-my-login a.wp-social-login-provider {
    padding: 10px;
    color: #fff;
    width: 45%;
    text-align: center;
    border-radius: 30px;
    font-size: 1.4em;
}

.wp-social-login-provider .fa {
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    margin-left: 10px;
    font-size: 1.5em;
}

.wp-social-login-provider > span {
    display: flex;
}

.wp-social-login-provider-google {
    background-color: #ff3a3b;
}

.wp-social-login-provider-google:hover {
    background-color: #ff5843;
}

.wp-social-login-provider-facebook {
    background-color: #305fe3;
}

.wp-social-login-provider-facebook:hover {
    background-color: #4085e3;
}

.social-login {
    overflow: hidden;
}

.social-login .or-line {
    margin: 20px auto;
    max-width: 85%;
    overflow: hidden;
}

.social-login .or-line span {
    color: #acacac;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    padding: 10px;
}
