.form-info {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    overflow: hidden
}

.forgot-password {
    margin-top: 50px
}

.forgot-password a i {
    font-size: 18px;
    display: inline-block;
    color: #c7cdcf;
    position: relative;
    top: 4px;
    margin-right: 10px
}

.form-info .md-checkbox {
    float: left;
    margin: 0
}

.form-info .forgot-password {
    text-align: right
}

.form-info a {
    text-decoration: none;
    font-size: 14px
}

.cts-social-login-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.cts-social-login-wrapper .buttons {
    text-align: center;
    transition: .15s ease;
    white-space: nowrap;
    height: 44px;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    color: #6d6d76
}

p.connect-with {
    font-size: 14px;
    margin-top: 30px
}

.cts-social-login-wrapper .buttons:hover {
    border-color: rgba(0, 0, 0, .15);
    color: #565662;
    cursor: pointer
}

.cts-social-login-wrapper .buttons i {
    vertical-align: middle;
    float: none;
    margin-right: 8px
}

.forgot-password a,
.forgot-password a i {
    transition: .2s ease
}

.forgot-password a:focus,
.forgot-password a:hover,
.forgot-password a:hover i {
    color: #242429
}

.woocommerce-ResetPassword .form-row {
    width: 100% !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.sign-in-wrapper {
    padding: 0;
    overflow-x: hidden
}

.login-container {
    background: #fff;
    min-height: calc(100vh - 90px);
    top: 0;
    width: 500px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0
}

.choose-role-text {
    margin-bottom: 0
}

.login-tabs {
    display: flex;
    flex-wrap: nowrap
}

.login-tabs li.active,
.login-tabs li:hover {
    opacity: 1
}

.login-tabs li a:focus,
.login-tabs li a:hover,
.login-tabs li a:visited {
    color: #242429
}

.login-tabs li {
    opacity: .2;
    transition: .2s ease;
    padding-right: 10px
}

.login-content {
    width: 320px;
    position: relative
}

.login-bg-container {
    position: fixed;
    width: calc(100% - 500px);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    top: 0;
    right: 0;
    height: 100vh
}

.role-tabs {
    display: flex;
    margin-bottom: 10px
}

.role-tabs>div {
    padding-right: 5px
}

.no-login-background .login-container {
    width: 100%
}

.no-login-background .login-bg-container {
    display: none
}

.no-login-background .login-content {
    width: 350px
}

body.woocommerce-account:not(.logged-in) {
    overflow-y: scroll
}

body.woocommerce-account:not(.logged-in) .woocommerce {
    position: relative
}

body.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper>ul {
    margin-bottom: 0
}

.terms-and-conditions a {
    color: var(--accent)
}

.cts-facebook-signin,
.cts-google-signin {
    margin-bottom: 0
}

.cts-google-signin i:before {
    background: url(../images/g-logo.png);
    background-size: contain;
    background-repeat: no-repeat
}

.cts-facebook-signin i:before {
    background: url(../images/fb.png);
    background-size: contain;
    background-repeat: no-repeat
}

.cts-facebook-signin i,
.cts-google-signin i {
    color: #ea4335;
    color: transparent;
    position: relative;
    top: 1px;
    font-size: 16px
}

.sign-in-form .cts-google-signin {
    margin-bottom: 10px;
    border: none
}

form.sign-in-form .form-group,
form.sign-in-form .social-networks-repeater {
    position: relative;
    margin-bottom: 25px
}

form.sign-in-form .form-group label {
    position: absolute;
    top: -9px;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .2s ease;
    z-index: 2;
    pointer-events: none;
    padding-left: 10px
}

form.sign-in-form .form-group input:placeholder-shown~label {
    top: 13px
}

form.sign-in-form .form-group input {
    position: relative;
    z-index: 2;
    font-weight: 600
}

form.sign-in-form .form-group input:-webkit-autofill~label,
form.sign-in-form .form-group input:focus~label {
    top: -20px;
    padding-left: 0px;
}

form.sign-in-form .form-group.txtar-lbl label {
    position: static
}

form.sign-in-form .form-group.picture-field label {
    top: 0;
    position: relative;
    pointer-events: inherit
}

form.sign-in-form .form-group textarea {
    padding-top: 0;
    margin-top: 5px
}

form.sign-in-form .form-group .review-gallery-images {
    padding-top: 10px
}

form.sign-in-form .fields-wrapper>p {
    padding-top: 5px;
    margin-bottom: 22px
}

form.sign-in-form .social-networks-repeater>div>div {
    display: block;
    text-align: center;
    padding: 0
}

form.sign-in-form .social-networks-repeater div div span.select2-container {
    width: 100% !important;
    float: none;
    margin: inherit
}

form.sign-in-form .social-networks-repeater div div button[type=button] {
    top: -20px
}

.sign-in-form button[type=submit] {
    display: flex;
    justify-content: center
}

.sign-in-form .ajax-upload {
    margin-bottom: 22px
}

form.sign-in-form.login,
form.sign-in-form.register {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left;
    border-radius: 0 !important
}

form.sign-in-form {
    transition: opacity .2s ease
}

.woocommerce-ResetPassword .woocommerce-form-row button[type=submit].button {
    width: 100%
}

.woocommerce-ResetPassword .woocommerce-form-row button[type=submit].button,
.woocommerce-ResetPassword .woocommerce-form-row input[type=submit].button {
    font-size: 13px;
    font-weight: 600;
    padding: 15px 30px;
    transition: all .2s ease;
    overflow: hidden;
    border-radius: 5px;
    line-height: 16px;
    display: block;
    float: left;
    color: #fff;
    border: none;
    background-color: var(--accent)
}

.woocommerce-ResetPassword .woocommerce-form-row button[type=submit].button:hover,
.woocommerce-ResetPassword .woocommerce-form-row input[type=submit].button:hover {
    color: #fff;
    opacity: .9
}

.woocommerce-ResetPassword .woocommerce-form-row button[type=submit].button:visited,
.woocommerce-ResetPassword .woocommerce-form-row input[type=submit].button:visited {
    color: #fff
}

.woocommerce-ResetPassword .woocommerce-form-row button[type=submit].button:visited:hover,
.woocommerce-ResetPassword .woocommerce-form-row input[type=submit].button:visited:hover {
    color: #fff;
    opacity: .9
}

.cts-google-signin .S9gUrf-YoZ4jf {
    width: 100%
}

.cts-google-signin .S9gUrf-YoZ4jf .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-bN97Pc-sM5MNb {
    justify-content: center
}

.cts-google-signin .S9gUrf-YoZ4jf .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-bN97Pc-sM5MNb .nsm7Bb-HzV7m-LgbsSe-BPrWId {
    width: auto;
    display: contents
}

.cts-google-signin .S9gUrf-YoZ4jf .nsm7Bb-HzV7m-LgbsSe {
    border: none
}

.cts-google-signin .S9gUrf-YoZ4jf .nsm7Bb-HzV7m-LgbsSe .nsm7Bb-HzV7m-LgbsSe-MJoBVe,
.cts-google-signin .S9gUrf-YoZ4jf .nsm7Bb-HzV7m-LgbsSe:active .nsm7Bb-HzV7m-LgbsSe-MJoBVe,
.cts-google-signin .S9gUrf-YoZ4jf .nsm7Bb-HzV7m-LgbsSe:hover .nsm7Bb-HzV7m-LgbsSe-MJoBVe {
    background: transparent
}

.cts-social-login-wrapper .buttons.cts-facebook-signin {
    border: 1px solid #dadce0;
    height: 40px;
    color: #3c4043;
    border-radius: 4px;
    letter-spacing: .25px;
    font-weight: 500
}

.cts-social-login-wrapper .buttons.cts-facebook-signin:hover {
    border-color: #d2e3fc;
    background: rgba(66, 133, 244, .04)
}

@media only screen and (max-width:1200px) {
    .login-bg-container {
        display: none
    }

    .login-container {
        width: 100%;
        align-items: normal
    }

    .forgot-password a,
    p.connect-with {
        font-size: 15px
    }

    body.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper {
        max-width: 100%
    }
}

@media only screen and (max-width:768px) {
    form.sign-in-form .form-group.picture-field label input {
        min-height: 100px
    }

    .woocommerce-lost-password .woocommerce .i-section {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:480px) {
    .role-tabs {
        display: block
    }

    .login-content,
    .no-login-background .login-content {
        width: 300px
    }

    .login-container {
        padding: 20px 0
    }

    .form-info .forgot-password {
        display: block;
        clear: both;
        text-align: left;
        margin-top: 10px;
        padding-top: 15px
    }

    .woocommerce-lost-password .woocommerce .i-section {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media only screen and (max-width:320px) {
    .login-tabs {
        margin: 0 15px
    }
}







/* 
///////////////////////// */
.no-login-background .login-content {
    width: 400px;
    border: 1px solid #cdcdcd;
    padding: 25px;
    border-radius: 25px;
    height: fit-content;
}

ul.login-tabs.no-list-style{
    margin-bottom: 50px;
}
.role-tabs {
    margin-bottom: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid rgba(0, 0, 0, .2);
    padding-left: 10px;
    border-radius: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 9px;
    bottom: 9px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
    color: #242429;
}
.woocommerce-password-strength {
    padding: 0px;
    border-radius: 38px;
}
.woocommerce-password-strength.strong {
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}