.loginbgimg{background-image: url("../images/login-bg-img.jpg"); background-repeat: no-repeat; background-size: cover; height: 100vh;;}

label{color: #000;}
.whitebox{border-radius: 10px; box-shadow: 0px 0px 10px 0px #949494; padding: 55px; 
    margin-top: 110px; background-color: rgb(255, 255, 255, 0.6); margin-left: 10px;}
.logintext h4{font-family: 'poppinssemibold'; font-size: 28px; text-align: left; color: #000;}
.whitebox ::placeholder{font-size: 13px;}
.loginbutton{background-color: #2259bf; color: #ffffff; height: 40px; width: 100%; margin-top: 20px;
font-size: 18px;}
.loginbutton:hover{color: #ffffff;}
.loginimg{margin-top: 120px;}
.bluebg{background-color: #2259bf; position: fixed; height: 100vh; width: 30%; right: 0; z-index: -9;}
.loginheadtext h3{font-size: 35px; font-family: 'poppinsextrabold'; text-align: center; margin-top: 240px;
color: #145ac2; text-shadow: 0px 0px 15px #ffffff;}
.loginheadtext h4{font-size: 35px; font-family: 'poppinsextrabold'; text-align: center; margin-top: 10px;
color: #00a530; text-shadow: 0px 0px 15px #ffffff;}
.underline{height: 7px; background-color:#000; width: 50%; margin-left: auto; margin-right: auto;}