.mainwrapper {
font-family: "Lato", sans-serif;
margin: 0px 0px;
padding: 0px 0px;
background: #45152D;
background: linear-gradient(180deg, rgba(69, 21, 45, 1) 0%, rgba(194, 28, 118, 1) 100%);
}
.loginbg {
background-color: #ffffff; 
/*background: #45152D;
background: linear-gradient(180deg, rgba(69, 21, 45, 1) 0%, rgba(194, 28, 118, 1) 100%);*/
}
.loginarea {
width: 100%;
height: 100vh;
display: table;
}
.logincont {
display: table-cell;
vertical-align: middle;
}
.adminlogo img {
width: 250px;
margin-bottom: 20px;
}
.form-group {
margin-bottom: 25px;
}
.mainformbox {
background: #f4f4f4;
/* background: #ececec; */
border-radius: 5px;
padding: 30px 30px;
-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
/* box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15); */
box-shadow: 0px 0px 25px 0px rgb(226 226 226 / 15%);
margin-top: 20px;
font-family: 'brandon grotesque';
}
.mainformbox h1 {
font-size: 30px;
color: #ff6401;
line-height: 30px;
font-weight: 700;
margin-top: 0px;
margin-bottom: 15px;
font-weight: 700;
}
.headingline {
background: #ff6401;
width: 100px;
height: 3px;
margin-bottom: 30px;
}
.btnmd {
font-size: 18px;
font-weight: 500;
padding: 10px 30px;
}
.submit_btn1 {
color: #fff;
text-align: center;
line-height: normal;
background: #00A440;
border: 1px solid #00A440;
border-radius: 10px;
transition: 0.4s;
position: relative;
}
.submit_btn1:hover {
background-color: #ff6401;
border: 1px solid #ff6401;
color: #fff;
transition: all 0.35s 
ease-out;
}