.b_login {
    background-color: #F6F8FF !important;
    height: auto;
    min-height: 100%;
    overflow-y: auto;
}

@media all and (min-width: 992px) {
    .b_login {
        min-height: 820px;
    }
}

#recover-password-page, #signin-page {
    font-family: "Inter", sans-serif !important;
}

#recover-password-page {
    height: 100%;
    display: flex;
    align-items: center;
}

#signin-page .container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 50px;
    padding-top: 15px;
    padding-bottom: 90px;
}

#signin-page .container:before, #signin-page .container:after {
    display: none;
}

.sign-page {
    width: 100%;
}

.sign-page-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #051C3B;
    gap: 15px;
}

.sign-page-headline {
    font-weight: 500;
    font-size: 24px;
    font-family: "Rubik", system-ui !important;
    color: black;
    line-height: 29px;
    margin-bottom: 0px;
}

.sign-page-text {
    font-size: 14px;
    color: black;
    margin-bottom: 0px;
}

.sign-page-button {
    background: #6846D6;
    font-weight: 600;
    max-width: 355px;
    margin: 0 auto;
    width: auto;
    padding: 15px 35px;
    border-radius: 5px !important;
    box-shadow: -0.2px 3px 14px rgba(104, 70, 214, 0.3);
    font-size: 18px !important;
    text-transform: none;
    color: white;
    border-width: 0px !important;
}

.sign-page-button.blocked {
    cursor: not-allowed;
}

.sign-page-button:hover {
    background: #5533C4;
    color: white;
}

.sign-page-button:focus, .sign-page-button:focus-visible {
    border: none !important;
    color: white !important;
    outline: none !important;
    outline-offset: 0px !important;
}

.platform-rating {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.sign-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    width: 100%;
    max-width: 550px;
    background: #fff;
    margin: 0 auto;
    padding: 35px 30px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
}

.sign-form-header {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sign-form-logo {
    max-width: 200px;
    max-height: 40px;
    height: auto;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.sign-form-content {
    width: 100%;
}

.sign-form .form-group {
    margin-bottom: 14px;
}

.sign-form .form-control {
    background-color: white;
    border: 1px solid #AFBDE3;
    border-radius: 5px;
    height: 52px;
    font-size: 15px;
    max-width: 355px;
    margin: 0 auto;
    color: black;
}

.sign-form .form-control::placeholder {
    color: #757575 !important;
}

.sign-form .form-control:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #6846D6 !important
}

.sign-form button {
    margin-top: 6px;
}

.reset-password, .reset-password:hover, .reset-password:visited {
    color: #6846D6;
    font-size: 12px;
    text-decoration: none;
}

.create-shop-aside {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

#logError {
    font-size: 12px !important;
    color: #EB3E4C !important;
    margin: 6px auto 14px;
    display: block;
    font-family: "Inter", sans-serif !important;
    font-optical-sizing: auto;
    max-width: 240px;
    text-align: center;
}

.sign-footer-logo {
    max-width: 155px;
    width: 100%;
}

.footer-text {
    color: white;
    font-family: "Inter", sans-serif !important;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.footer-text a, .footer-text a:visited {
    color: white;
    text-decoration: none;
}

.footer-copyright {
    display: block;
}

@media all and (min-width: 768px) {
    .b_login {
        height: 100%;
    }

    #signin-page {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    #signin-page .container {
        gap: 76px;
        align-items: center;
        justify-content: center;
        padding-bottom: 0px;
    }

    .platform-rating {
        flex-direction: row;
        gap: 7px;
    }

    .sign-form {
        width: fit-content;
        padding: 35px 68px;
    }

    .sign-form .form-control {
        width: 355px;
    }

    .create-shop-aside {
        flex-direction: row;
        gap: 30px;
    }
}

@media all and (min-width: 992px) {
    .sign-page-footer {
        flex-direction: row;
        justify-content: space-between;
        padding: 30px 40px;
    }

    .sign-page-footer:before, .sign-page-footer:after {
        display: none;
    }

    .footer-copyright {
        display: inline;
    }

    .sign-footer-logo {
        max-width: 190px;
    }

    .footer-text {
        font-size: 12px;
    }
}