* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  background-color: #021027;
}

.container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.background {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-mask-image: radial-gradient(white 0%, white 30%, transparent 80%, transparent);
          mask-image: radial-gradient(white 0%, white 30%, transparent 80%, transparent);
}


.video_wrap {
    position: relative;
}
.video_wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    z-index: 2;
    background: rgb(0 0 0 / 56%);
}
.video_wrap video {
    /* min-width: 100%;
    height: calc(100% - 60px);
    display: block;
    position: relative; */
    width: 100%;
    display: block;
    position: relative;
}

.video_wrap::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    display: block;
    content: '';
    z-index: 2;
    background: url(../images/banner-bottom-bg.png) no-repeat bottom center;
    background-size: contain;
}


.banner_content .banner_left {
    width: 100%;
    position: relative;
}
.banner_content p {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.5;
    font-weight: 200;
}
.banner_content p {
    color: #fff;
    font-size: 1.15rem;
    line-height: 1.5;
    font-weight: 200;
}
.banner_content .banner_right {
    width: 100%;
    position: relative;
    height: auto;
}








.banner_content .banner_right .video_cont {
    width: 100%;
    max-width: 375px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    height: auto;
    display: block!important
}

.banner_content .banner_right .video_cont figure {
    position: relative;
    min-height: auto
}

.banner_content .banner_right .video_cont .video_play {
    position: absolute;
    width: 65px;
    height: 40px;
    background: red;
    z-index: 5;
    border-radius: 12px;
    opacity: .5;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-60%);
    cursor: pointer
}

.banner_content .banner_right .video_cont .video_play::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #fff;
    content: '';
    display: block;
    left: 26px;
    top: 12px;
    position: relative
}

.banner_content .banner_right .video_cont .video_play:hover {
    opacity: 1
}

.banner_content .banner_right .video_cont .page_url {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.15);
    border-radius: 24px;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
    -ms-transition: all .1s ease
}

.banner_content .banner_right .video_cont .page_url:hover {
    background: rgba(0,0,0,0)
}

.banner_content .banner_right .video_cont img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
    border-radius: 24px
}

.banner_content .banner_right .video_cont p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
    font-weight: 200;
    line-height: 1.3
}

.banner_content .banner_right .video_cont strong {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 400;
    font-family: Poppins,sans-serif
}


.login-alert-msg .alert {
    position: relative;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 25px;
    display: flex
;
    align-items: center;
    justify-content: center;
    line-height: 15px;
    margin: 0 5px;
}
.login-alert-msg .alert h6{
margin-bottom: 0;
font-size: 14px;
}

