.background-img {
height: 100%;
/* padding-bottom: 300px; */
}
.login-wrapper {
padding-top: 3%;
padding-bottom: 2%;
}
.login-wrap {
padding: 40px;
border: 0px solid #ddd;
border-radius: 20px;
background-color: #fff;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.adminlogin h1 {
    font-size: 30px;
    color: #000;
    line-height: 30px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 15px;
}
.headingline {
    background: #e42805;
    width: 100px;
    height: 3px;
    margin-bottom: 30px;
}
.branding {
text-align: center;
padding-bottom: 45px;
margin-top: 10px;
}
.form-group {
margin-bottom: 1rem;
}
.form-control {
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.MRTB {
margin-bottom: 30px;
margin-top: 30px;
}
.actions {
text-align: center;
display: flex;
}
.btn-full-width {
    width: 100%;
}
.loginbtn {
    /* background-image: linear-gradient(#ab2537, #5f2d6c); */
    background: #43368c;
    border: 1px solid #43368c;
}
.btn-primary {
    padding-left: 35px;
    padding-right: 35px;
    background: #de2a19;
    border: 1px solid #de2a19;
}
.btn {
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: #f99e07;
    border-color: #f99e07;
}
.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #f99e07;
    border-color: #f99e07;
}