.register .row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.register .container {
    height: 100vh;
}

.register .form-control {
    display: block;
    width: 100%;
    padding: .9rem .75rem;
}


.register form .form-section-col {
    transform: skewX(18deg);
    margin: 0 12px;
}

.register form input {
    border-radius: 0;
}

.register .form-control:focus {
    color: #878d97;
    background-color: #fff;
    border-color: #e4809b;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(200, 0, 54, .25);
}

.register .form-section {
    background-color: #0c1844 !important;
}

.register .form-section h1 {
    color: #fff;
    font-weight: 700;
    font-size: 56px;
    margin-bottom: 40px !important;
}

.register .form-section form [type="submit"] {
    background: #c80036;
    padding: 10px 0px 15px 0px;
    color: #fff;
    font-size: 22px;
    transform: skewX(18deg);
    width: 92%;
    margin: auto;
    margin-top: 5px;
    border-radius: 0;
    text-transform: capitalize;
    transition: 0.5s;
    border: none;
    outline: none;
}

.register .form-section form [type="submit"]:hover {
    background-color: #fff;
    color: #c80036;
    transition: 0.5s;
}

.register .form-section form label a {
    text-decoration: none;
    color: #c80036;
    font-weight: 500;
}

/* login html */
.register .form-section form .forgot-pwd {
    text-align: right;
    margin-bottom: -20px;
}

.register .form-section form .forgot-pwd a {
    text-decoration: none;
    color: #c80036;
    font-weight: 500;
    margin-top: 5px;
    display: block;
}

/* vidoe dashboard */
.video-dashboard .banner {
    height: 456px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.video-dashboard .banner .banner-content h1 {
    font-size: 56px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}

.video-dashboard .banner .banner-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.video-dashboard .banner .banner-content-main {
    height: 456px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.video-dashboard .banner .overflow-div {
    position: relative;
    background: linear-gradient(rgba(12, 24, 68, 0.7), rgba(12, 24, 68, 0.7));
    height: 100%;
}


.video-card-sec {
    padding: 80px 0;
}


.video-card-sec h2 {
    font-size: 56px;
    text-align: left;
    color: #000;
    margin-bottom: 40px;
}


.video-dashboard .video-card {

    background-color: #0c1844;
    color: #fff;
    padding: 30px;
    transform: skewX(18deg);
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.video-dashboard .video-card:hover {
    box-shadow: 5px 11px 20px rgba(0, 0, 0, 0.2);
    transform: skewX(17deg);
    transition: all 0.3s ease;
    background-color: #c80036;
}

.video-dashboard .video-card i {
    margin-right: 10px;
}

.video-dashboard .video-card h3 {
    font-size: 18px;
}

.video-dashboard .video-card a {
    margin-left: 6px;
    color: #fff;
}

.video-dashboard .video-card h4 {
    font-size: 20px;
    font-weight: 700;
}




/* responsive */

@media screen and (max-width:992px) {
    .register .form-section h1 {
        font-size: 42px;
    }

    .register .form-section form .forgot-pwd {
        text-align: left;
    }


    .video-card-sec h2 {
        text-align: center;
    }


    .video-dashboard .video-card {
        transform: skewX(3deg);

    }

    .video-card-sec h2 {
        font-size: 38px;
    }

    .video-dashboard .banner .banner-content h1 {
        font-size: 40px;
    }

    .video-dashboard .banner .banner-content-main,
    .video-dashboard .banner {
        height: 300px;
    }

    .video-card-sec {
        padding: 35px 0;
    }

    .video-card-sec h2 {
        margin-bottom: 30px;
    }


    .video-dashboard .video-card:hover {
        transform: skewX(10deg);
    }

}




@media screen and (max-width:767px) {
    .video-dashboard .video-card a {
        margin-left: 6px;
        color: #fff;
        white-space: normal;
        display: inline-block;
        max-width: 100%;
        word-wrap: break-word;
        overflow-wrap: break-word;
        word-break: break-all;
        white-space: normal;
    }

    .video-dashboard .video-card {
        transform: skewX(2deg);

    }

    .video-card-sec h2 {
        font-size: 32px;
    }

    .video-dashboard .banner .banner-content h1 {
        font-size: 38px;
    }

    .video-dashboard .banner .banner-content-main,
    .video-dashboard .banner {
        height: 300px;
    }

    .video-card-sec {
        padding: 35px 0;
    }

    .video-card-sec h2 {
        margin-bottom: 34px;
    }

    .video-dashboard .video-card:hover {
        transform: skewX(3deg);
    }

}