/**
 * Webkul Software.
 *
 * @category  Webkul
 * @package   Webkul_Marketplace
 * @author    Webkul Software Private Limited
 * @copyright Webkul Software Private Limited (https://webkul.com)
 * @license   https://store.webkul.com/license.html
 */

/* login page css */
html {
    height: 100%;
}
.page-layout-seller-login {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #373330;
    height: 101%;
    max-height: 100%;
}
.page-layout-seller-login .nav-toggle {
    display: none!important;
}
.page-layout-seller-login .logo {
    margin: 0 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.page-layout-seller-login .logo img {
    display: block;
    min-width: 250px;
    max-height: 100% !important;
}


h2.field-title {
    color: #222;
    font-family: Inter;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    margin: 0;
}

.login .field.note{
    color: #222;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 21px;
}
.login .input-text {
    border-radius: 8px;
    font-size: 14px;
    border: 1px solid #E8E1D8;
    height: 46px;
}


.action-login.action-primary {
    border-radius: 8px;
    background: #E91E63;
    border: 1px solid #e91e63;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px;
    padding: 10px 15px;
}

.login .actions .action-primary {
    width: 100% !important;
}

button.action-login.action-primary:hover {
    box-shadow: none;
}
.form-actions .secondary.action-remind{
    text-align: right;
    margin-bottom: 10px;
    width: 100%;
   
}
.action-remind .action.remind,.register-link{
 color: #e91e63;
 font-size: 14px;
}

.form-actions .secondary.register-content{
    text-align: center;
    margin-top: 10px;
    width:100%;
}
.register-content .action.remind{
    display: flex;
    flex-direction: column;
}

a.action.remind:hover {
    text-decoration: none;
}

.register-text{
    color: #222;
    font-size: 14px;
}

.page-layout-seller-login .wk-mp-page-wrapper {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 18px;
    box-shadow: 0 5px 30px 0 #000;
    display: block;
    float: none;
    margin: auto;
    min-height: 30rem;
    min-width: 0;
    position: relative;
    z-index: 1;
}
.page-layout-seller-login .wk-mp-login-header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
}
.wk-mp-login-footer {
    color: #989287;
    font-size: 1rem;
    font-weight: 400;
    left: 0;
    margin: 5rem 0 2rem;
    position: absolute;
    text-align: center;
    top: 100%;
    width: 100%;
}
.marketplace-account-login .fieldset > .field > .control {
    width: 100%!important;
}
@media (max-width: 599px) {
    .page-layout-seller-login {
        min-width: 20rem;
    }
    .page-layout-seller-login .wk-mp-page-wrapper {
        padding: 3rem 3rem 4rem;
        width: calc(100% - 6rem - 2px);
        box-sizing: border-box;
    }
}
@media (min-width: 600px) {
    .page-layout-seller-login {
        min-width: 50rem;
    }
    .page-layout-seller-login .wk-mp-page-wrapper {
        max-width: 45rem;
        padding: 3rem 6rem 4rem;
        width: calc(100% - 12rem - 2px);
    }
}

@media (max-width: 678px) {

    .page-layout-seller-login .logo img {
        min-width: 200px;
        padding-top: 20px;
    }
    .page-layout-seller-login .wk-mp-login-content{
        padding-top: 30px;
    }
    
    h2.field-title {
        font-size: 18px;
        line-height: 31px;
        font-weight: 600;
    }
    .login .field.note{
        font-size: 12px;
        line-height: 14px;
    }
    .action-remind .action.remind,.register-text,.register-link{
        font-size: 12px;
    }
        .action-login.action-primary {
        font-size: 12px;
        line-height: 18px;
    }
    .login .input-text {
        font-size: 10px;
        height: 30px;
    }
    .login label.label {
    font-size: 12px;
    }

}