.login-breadcrumb {
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: unset;
    border-radius: unset;
}

.login-breadcrumb-item {
    color: #A5336F;
    font-weight: bold;
    font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: ">";
}

.breadcrumb-item.active {
    color: #333;
}

.line-hr {
    height: 2px;
    background: #A5336F;
}

.form-login-body {
    padding: 20px !important;
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}

.login-input {
    background-color: #fff;
    border: 1px solid #CCC !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    color: #37474f;
    font-size: 14px;
    font-weight: 400;
    height: 38px;
    line-height: normal;
    padding: 0 12px;
    width: 65%;
}

.block-input {
    width: 75%;
    padding-left: 1.5rem;
}

.form-login-input {
    padding: 0 0 1.5rem 0;
    border-bottom: 1px solid #CCC;
}

.login-input-label {
    min-width: 340px;
    background: #F0F0F0;
    padding-bottom: 1.5rem;
}

.col-form-label {
    font-weight: bold;
    padding-top: 1.5rem;
     padding-left: 1rem;
}

.login-button {
    background: #A5336F !important;
    border-radius: 10px !important;
    border: unset !important;
    width: 240px !important;
    box-shadow: 0px 5.625px 5.625px 0px rgba(0, 0, 0, 0.16);
}

.login-btn:hover {
    background-color: #A5336F !important;
    background-image: unset !important;
    color: #fff;
}

.login-email {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.login-password {
    border-bottom: 1px solid #DDDDDD;
    display: flex;
    flex-direction: row;
}

.heading-two {
    font-size: 1.5625rem;
    color: #333;
    font-weight: bold;
}

.button-two {
    width: 240px;
    background-color: white;
    color: #A5336F;
    border-radius: 10px;
    font-size: 14px;
    padding: 1.25rem !important;
    border: 1px solid #A5336F !important;
}

.button-two:hover {
    background-color: #A5336F !important;
    background-image: unset !important;
    color: #fff;
}

.input-label-sp {
    background: #F0F0F0;
    height: 51px;
    border-top: 1px solid #DDDDDD;
}

.text-field-sp {
    border-radius: 10px !important;
    border: 1px solid #CCC !important;
    background: #FFF !important;
    color: #222;
    font-size: 1rem;
    padding: 1rem;
    width: 100%;
}

.block-forgot {
    font-size: 0.875rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

.text-forgot {
    color: #333;
    font-size: 0.875rem;
    font-style: normal;
}

.button-login-sp {
    background: #A5336F !important;
    border: unset !important;
}

.text-note-forgot {
    font-size: 0.875rem !important;
}

.heading-two-sp {
    font-size: 1.125rem !important;
}

.button-two-sp {
    color: #A5336F !important;
    border-radius: 12.146px !important;
    border: 1px solid #A5336F !important;
    background: #FFF !important;
    box-shadow: 0px 6.07292px 6.07292px 0px rgba(0, 0, 0, 0.16);
}

.button-two-bottom {
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .login-email {
        flex-direction: column;
    }
    .login-input-label {
        min-width: unset;
        width: 100%;
        padding-bottom: 1rem;
        border-top: 1px solid #DDDDDD;
        height: 51px;
    }
    .col-form-label {
        padding-top: 0.875rem;
    }
    .block-input  {
        width: 100%;
        padding: 20px 0;
    }
    .login-input {
        width: 100%;
        height: 46px;
    }
    .login-password {
        flex-direction: column;
    }
    .block-forgot {
        text-align: center;
    }
    .main-content-login {
        padding: 0;
    }
    .heading-two {
        font-size: 18px;
    }
    .heading {
        font-size: 18px;
    }
}

@media (max-width: 447px) {
    .text-forgot-sp {
        width: 196px;
    }
    .login-button {
        width: 100% !important;
    }
    .button-two {
        width: 100% !important;
    }
}
