﻿
.login-btn {
    position: absolute;
    top: 5px;
    right: 30px;
    width: 120px;
}
.height_40 {
    height: 40px !important;
}

.width_100 {
    width: 100% !important;
}

.paddingtop_10 {
    padding-top: 10px !important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
.youtube_v {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    width: 56%;
}

    .youtube_v iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
@media screen and (max-width: 1080px) {
    .login-btn {
        position: inherit;
        top: 5px;
        right: 30px;
        width: 120px;
    }

}
.width_100 {
    width: 100% !important;
}
.height_100 {
    height: 100% !important;
}
.mg_10{
    margin:10px !important;
}
.pd_b_10 {
    padding: 10px !important;
}
.fl_l{
    float:left !important;
}

.title {
    color: white;
    font-size: 2rem;
    line-height: 50px;
}

.content-wrapper {
    min-height: 100%;
    background-color: #ecf0f5;
    z-index: 800;
}

.title_00 {
    font-size: 2rem;
    color: #3C8DBC;
    font-weight:700;
}

.td_1 {
    text-align:right;
}