.login-container{
    margin-top: 5%;
    margin-bottom: 5%;
}
.login-form-1{
   padding: 143px 77px;
    box-shadow: 0 5px 8px 0 rgb(0, 98, 204), 0 5px 8px 0 rgb(0, 98, 204);
}
.login-form-1 h3{
    text-align: center;
    color: #333;
}
.login-form-2{
    padding: 5%;
    background: #0062cc;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}
.login-form-2 h3{
  text-align: center;
    color: #9bc1ce;
    font-weight: bold;
    font-size:23px;
}
.login-container form{
   /* padding: 10%;*/
}
.btnSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}
.login-form-1 .btnSubmit{
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}
.login-form-2 .btnSubmit{
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}
.login-form-2 .ForgetPwd{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.login-form-1 .ForgetPwd{
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}

.regstart{
    display: table;
    margin: auto;
    color: yellow;
    font-size: 16px;
    font-weight: bold;
    padding-top: 10px;
}



.marquee {
    background: yellow;
    white-space: nowrap;
    -webkit-animation: rightThenLeft 4s linear;
}
.btndis{
    margin-left: 158px;
    padding: 13px 44px;
    background-color: yellowgreen;
    border-radius: 24px;
    border: none;
}



@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {


#my_video{
    width: 330px;
}
}










