.mgv-template-1 {
    background-color: #f7f8fa;
    font-family: 'Poppins', sans-serif;
}

.main-container {
    padding: 30px;
}

.wrap-logo img {
    margin-bottom: 20px;
    max-width: 200px;
    max-height: 150px;
}

.main-title {
    font-weight: 600;
    margin: 30px auto;
    font-size: 2rem;
}
.wrap-video {
    border-radius: 3px;
    border: 5px solid #d0d1d4;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe, 
.video-container object, 
.video-container embed {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}
.lead {
    color: #6e6e6e;
    font-weight: 300;
    margin-bottom: 2rem;
    white-space: pre;
    text-align: center;
    white-space: pre-wrap;
}

.btn-join {
    background-color: #1998ff;
    border-color: #1998ff;
    color: #fff;
    margin-top: 2rem;
    transition: all .5s ease-in-out;
}
.btn-join:hover {
    background: transparent;
    color: #1998ff;
    border: 1px solid #1998ff;
}