.alert-success {
    position: absolute;
    top: 21.3%;
    left: 50%;
    transform: translateX(-50%);
    background: #d4edda;
    color: #155724;
    padding: 10px 20px;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    z-index: 9999;

}




.information-login-register {
    display: block;
    width: 100%;
    background: #f3f5f7;

}

.container {
    margin-left: 15px;
    margin-right: 15px;
}

.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 768px) {
    .container {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.container .breadcrumb {

    gap: 10px;
    list-style: none;
}

.breadcrumb {
    display: block;
    padding: 15px 0;
    margin: 0;
    font-size: 1em;
    position: relative;
}

a {
    color: #000;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.breadcrumb li {
    display: inline-block;
}

.home a {
    color: #000;
    text-decoration: none;
}

li {
    color: #ffbf80;

}

.breadcrumb li.home::after {
    content: "/";
    padding: 0 5px;
    color: #000;
}

.breadcrumb li::after {
    content: "";
}

.breadcrumb .home a:hover {
    color: #ffbf80;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.row {

    margin-right: -15px;
    margin-left: -15px;
}


.justify-content-center {

    justify-content: center;


}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-left: 15px;

}

@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 66.666667%;
        width: 66.666667%;

    }
}

@media (min-width: 768px) {
    .col-md-12 {
        flex: 0 0 100%;
        width: 100%;

    }
}

.page-login {
    width: 764px;
    display: flex;
}

.account-box-shawdow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;

}

@media (min-width: 992px) {
    .col-lg-6 {
        flex: 0 0 50%;
        width: 50%;
    }
}

/* back-1 */
.account-box-shawdow .account-content {
    background: #f3f5f7 url(//bizweb.dktcdn.net/100/439/378/themes/968545/assets/account-banner.jpg?1732275111617) no-repeat;
    padding: 370px 20px 30px;
}

.account-content .advertisement {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

.account-content .advertisement-content {
    font-size: 12.5px;
    color: #000;
    line-height: 2.0;
    margin-left: 30px;
}

.advertisement-content p::after {
    content: "";
    width: 15px;
    height: 15px;
    background-size: contain;
    background-image: url(//bizweb.dktcdn.net/100/439/378/themes/968545/assets/account_policy_icon.svg?1732275111617);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 47.5em;
    transform: translate(0, 30%);

}

/* back-2 */
.account-box-shawdow .col-md-8 {
    background: #fff;
    padding: 15px 0 30px 0;


}

.col-md-8 .come-back {
    display: flex;
    position: absolute;
    transform: translateX(10%);
    font-size: 1.5em;
    border: none;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;

}

.come-back .back-link {
    color: #afafaf;
    margin-top: 5px;

}

.come-back:hover {

    background: #ccc;

}

.come-back.back-link:hover {
    color: #353434;
}

.form-box h3 {
    display: flex;
    width: 100%;
    height: 40px;
    margin: 10px 0;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0 5px #fff,
        0 0 10px #fff,
        0 0 20px #0ff,
        0 0 30px #0ff;
}

.Login-content {
    overflow: hidden;
}

.form-box {
    position: relative;

    justify-content: center;
    padding: 10px;

}

.form-box form {
    width: 100%;
    max-width: 300px;
    margin: 0 30px;


}

.form-box .inputbox {
    position: relative;
    margin: 40px 0;


}

.inputbox label {
    position: absolute;
    top: -15px;
    left: 0;
    transform: translateY(-50%);
}

.inputbox input {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #ccc;
    height: 40px;
    background: transparent;
    border-radius: 5px;
    outline: none;
}

.inputbox input:focus {
    border-color: #ffbf80;
}

.inputbox input::placeholder {
    color: #ccc;
}

.inputbox .icon {
    position: absolute;
    top: 55%;
    right: 10px;
    width: 25px;
    background: transparent;
    transform: translateY(-50%);
    margin: 0;
    height: auto;
    text-align: center;

}

.inputbox .icon #iconPwd {
    font-size: 18px;
    color: #000000;
    cursor: pointer;

}

.remember-forgot {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    user-select: none;

}

.remember-forgot a {
    color: #000;
    font-weight: 500;
    font-size: 15px;

}

.remember-forgot a:hover {

    border-bottom: 1px solid #000000;

}

.form-box button {
    position: relative;
    width: 100%;
    height: 40px;
    background: #ffbf80;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    user-select: none;
}

button:hover {
    background: #f8af67;
}

button:focus {
    outline: none;
}

.form-box .login-register {

    user-select: none;
    color: #000;
    font-size: 15px;
    display: flex;
    justify-content: right;

}

.form-box .login-register .Register-link {

    width: auto;
    font-weight: 500;
}

.login-register a:hover {
    border-bottom: 1px solid #000000;
}

/* chuyên mục đăng ký đăng nhập */
.col-md-8.active .form-box.Login {
    transform: translateX(-400px);
    transition: none;
}

.col-md-8.active .form-box.Register {
    transform: translateX(-383px);
    transition: all 500ms ease;
}

.col-md-8 .form-box.Login {
    transform: translateX(0);
    transition: all 500ms ease;
}

.box-login {
    display: flex;
    align-items: center;
}

.box-text {
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: width 0.4s ease;
    font-size: 16px;
    text-align: center;

}
.box-text p{
    margin: 0;
    padding: 0;
    background: #13ee4669;
    border-radius: 5px;
}
.box-text h5{
    margin: 0;
    padding: 0;
    font-size: 16px;
    border-radius: 5px;
}

.btn-login {
    background: transparent;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #000;
    margin-right: 10px;
}

.btn-login:hover {
    color: #ffbf80;
    transform: translateX(-2px);
}

.box-text.show {
    width: 120px;
    /* bạn chỉnh theo ý muốn */
}