.rbt-course-feature-box.thuumbnail {
    margin-bottom: 30px;
}

.rbt-course-feature-box.thuumbnail img {
    border-radius: 12px;
}

.rbt-lost-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*.header-login {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    z-index: 99;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
.header-login .rbt-header-middle {
    padding-top: 3px;
    padding-bottom: 3px;
}
.header-login.rbt-header .logo a img {
    max-height: 60px;
    object-fit: cover;
}

.box-area {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-box {
    background-image: linear-gradient(360deg, #75b6525c, transparent);
}

.login-pad {
    padding: 30px 50px 50px 50px;
}

.login-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px 22px 0 0;
}

.login-img {
    width: 100%;
    height: 170px;
}

.reg {
    padding: 35px 50px;
}

.video-box iframe {
    width: 640px;
    height: 340px;
}

.video-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 30px;
    width: 100%;
}
.rbt-form-group input {
    height: 55px;
    
}
.bread-custom {
    padding: 50px 0;
}
.rbt-article-content-wrapper .content h4 {
    font-size: 22px;
}
.bread-custom .title {
    font-size: 38px;
}
   .video-box {
         max-height: 0;
        overflow: hidden;
        opacity: 0;
        margin-top: 0;
        transition:
            max-height 0.6s ease,
            opacity 0.4s ease,
            margin-top 0.3s ease;
    }

    .video-box.visible {
         max-height: 380px; /* Slightly larger than iframe height */
        opacity: 1;
        margin-top: 45px;
    }
@media only screen and (max-width: 767px) {
    .login-img {
    width: 100%;
    height: 120px;
}
    .rbt-lost-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}
    .section-title .subtitle {
    font-size: 12px;
    }
    .bread-custom .title {
    font-size: 32px;
}
.box-area {
    margin-top: 30px;
    justify-content: flex-start;
}
.reg {
    padding: 25px;
}
.login-pad {
    padding: 25px;
}
.video-box {
    margin: 25px 0;
}
.video-box iframe {
    width: 100%;
    height: auto;
}
}