.mainwrapper {
    font-family: "Lato", sans-serif;
    margin: 0px 0px;
    padding: 0px 0px;
}
.loginbg {
    background-color: #ffffff; 
}
.loginarea {
    width: 100%;
    height: 100vh;
    display: table;
}
.logincont {
    display: table-cell;
    vertical-align: middle;
}
.logo img {
    width: 300px;
    margin-bottom: 20px;
}
.form-group {
    margin-bottom: 15px;
}
.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: #986127;
    line-height: 30px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 700;
}
.headingline {
    background: #986127;
    width: 100px;
    height: 3px;
    margin-bottom: 30px;
}
.btnmd {
    font-size: 15px;
    font-weight: 500;
    padding: 10px 30px;
}
.submit_btn1 {
    color: #fff;
    text-align: center;
    line-height: normal;
    background: #986127;
    border: 1px solid #986127;
    border-radius: 10px;
    transition: 0.4s;
    position: relative;
}