* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.wave {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    margin-left: -140px;
}

.container1 {
    /*width: 82vw;*/
    height: calc(100vh - 108px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*grid-gap :7rem;*/
    padding: 0 2rem;
}

.img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.leftContainer {
    width: 300px;
}

.div1 {
    width: 100%;
}

.login-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    margin-left: 16%;
    width: 100%;
}

.img img {
    width: 100px;
    height: 100px
}

form {
    width: 360px;
}

.login-content img {
    height: 100px;
}

.login-content h2 {
    margin: 0px 0;
    color: #000C66;
    text-transform: uppercase;
    font-size: 2.9rem;
}

.login-content .input-div {
    position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    /*margin: 25px 0;*/
    padding: 0px 0;
    border-bottom: 2px solid #000C66;
}

.login-content .input-div.one {
    margin-top: 0;
}

.i {
    color: #000C66;
    display: flex;
    justify-content: center;
    align-items: center;
}

.i i {
    transition: .3s;
}

.input-div>div {
    position: relative;
    height: 30px;
}

.input-div>div>h5 {
    position: absolute;
    /* left: 10px; */
    top: 50%;
    transform: translateY(-50%);
    color: #000C66;
    font-size: 18px;
    transition: .3s;
}

.input-div:before,
.input-div:after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #7EC8E3;
    transition: .4s;
}

.input-div:before {
    right: 50%;
}

.input-div:after {
    left: 50%;
}

.input-div.focus:before,
.input-div.focus:after {
    width: 50%;
}

.input-div.focus>div>h5 {
    top: -5px;
    font-size: 15px;
}

.input-div.focus>.i>i {
    color: #7EC8E3;
}

.input-div>div>input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: none;
    padding: 0.5rem 0.7rem;
    font-size: 1.2rem;
    color: #000C66;
    font-family: 'poppins', sans-serif;
}

.input-div.pass {
    margin-bottom: 4px;
}


/*a{
	display: block;
	text-align: right;
	text-decoration: none;
	color: #000C66;
	font-size: 0.9rem;
	transition: .3s;
}*/

a:hover {
    color: #38d39f;
}

.btn {
    display: block;
    width: 100%;
    height: 50px;
    border-radius: 25px;
    outline: none;
    border: none;
    background-image: linear-gradient(to right, #000C66, #7EC8E3, #000C66);
    background-size: 200%;
    font-size: 1.2rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: .5s;
    text-align: center;
}

.btn:hover {
    background-position: right;
}

.pointer {
    cursor: pointer;
}

@media screen and (max-width: 1050px) {
    .container1 {
        grid-gap: 5rem;
    }
}

@media screen and (max-width: 1000px) {
    form {
        width: 290px;
    }
    .login-content h2 {
        font-size: 2.4rem;
        margin: 8px 0;
    }
}

@media screen and (max-width: 900px) {
    .container1 {
        grid-template-columns: 1fr;
    }
    .img {
        display: none;
    }
    .wave {
        display: none;
    }
    .login-content {
        justify-content: center;
    }
}

#myVideo {
    position: fixed;
    width: 50%;
    min-height: 100%;
    z-index: -2;
}

.errormsg {
    font-size: 12px;
    font-weight:bold;
}

.bluetext {
    color: red;
}

.darkgreentext {
    font-weight: bold;
    font-size: 10px;
    text-shadow: 0.25px 0.25px 0.7px #4525DE;
    color: green;
}

.smallfont {
    font-weight: bold;
    font-size: 13px;
    text-shadow: 0.25px 0.25px 0.7px #4525DE;
}

ul {
    float: right;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

li a:hover {
    background-color: #4525DE;
    color: white;
}

.logo {
    height: 50px;
    height: 23px;
    padding-left: 10px;
    /* vertical-align: middle; */
    /* align-items: stretch; */
    float: left;
    margin-top: 18px;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    text-align: center;
}

.rightcontent {
    text-align: center;
    display: flex;
    width: 575px;
    margin-left: -25%;
    align-items: center;
}

.rightcontent img {
    border: 1px solid #4525DE;
    border-radius: 4px;
    flex: 0.5;
    height: 137px;
    margin-left: 1%;
}

.select {
    padding: 5px;
    margin: 1px 7px 0 0;
    background-color: transparent;
    border: 0;
    color: white;
    height: 53px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.option {
    color: #241570;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}