
.dashboard-page .user-box{
    display: block;
}
.logo-box .logo-lg{
    height: 55px;
}
.logo-box .logo-sm{
    height: 45px;
}
.horai-menu .menu{
    -ms-flex-direction: row;
    flex-direction: row;
}
.minheight{
    min-height: 230px;
}
.dashboard-page td {
    vertical-align: middle;
}
.auth-fluid .auth-fluid-form-box, .auth-fluid .auth-fluid-right {
    max-width: 50%;
}
.auth-brand {
    margin-bottom: 1rem;
}
.auth-fluid .auth-fluid-right{
    /* background-color: rgb(0 0 0 / 40%); */
    /* height: 100vh; */
}
.auth-fluid .auth-fluid-form-box{
    padding: 0 2rem;
}
.register-page.auth-fluid .auth-fluid-form-box {
    max-width: 750px;
    height: 100vh;
    overflow-y: auto;
}
.max-h300 {
    max-height: 100px;
    min-height:100px;
    overflow-y: auto;
    margin-bottom: 15px;
}
.max-h300::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.max-h300::-webkit-scrollbar{
	width: 5px;
	/* background-color: #F5F5F5; */
}
.max-h300::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #501786;
}
.qrsection img {
    width: 150px;
    height: 150px;
    padding:10px;
    background:#ffffff;
}
.dealer-h1 .h1-span1 {
    font-size: 30px;
    color: #1d7aae;
    font-weight: 700;
}
.dealer-h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #1C3855;
}
.subscribe-section {
    position: relative;
    padding: 90px 0px;
}
.subscribe-section .text h2 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
    margin-bottom: 3px;
}
.subscribe-section .text p {
    color: #061a3a;
}
.subscribe-section .subscribe-form .form-group {
    position: relative;
    margin: 0px;
}
.subscribe-section .subscribe-form .form-group input[type='email'] {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    padding: 10px 200px 10px 30px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 35px;
    font-size: 15px;
    color: #808080;
    transition: all 500ms ease;
}
.theme-btn-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    color: #fff !important;
    text-align: center;
    padding: 10px 25px;
    border-radius: 30px;
    box-shadow: 0px 10px 30px 0px rgba(248,92,112,0.4);
    z-index: 1;
    transition: all 500ms ease;
}
.theme-btn-one {
    background-color: #f78a40;
}
.subscribe-section .subscribe-form .form-group button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.auth-fluid-pages .auth-fluid{
    background: linear-gradient(90deg,rgba(247, 247, 247, 1) 50%, rgba(26, 26, 26, 1) 50%);
    padding: 15px 0;
}
.auth-fluid-middle{
    display:flex;
    width:100%;
    height:100%;
    align-items:center;
}
.auth-fluid .auth-fluid-right{
    padding: 0;
    background: url(../images/2149362845.jpg) center;
}
.auth-user-testimonial {
    position: relative;
    margin: 0 auto;
    padding: 0;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
}
.auth-fluid .form-control {
    padding: .65rem .9rem;
    font-size: 15px;
    box-shadow:none;
}
.auth-fluid .form-label {
    margin-bottom: .3rem;
    color: #d1d1d1;
    font-size: 12px;
}
.btn-orange {
    background-color: #f78a40;
    border-color: #f78a40;
    color: #ffffff;
    font-size:16px;
}
.text-orange {
    color: #f78a40;
}
.form-check-label {
    font-size: 12px;
}
.otherslogin {
    padding: 8px;
    border: 1px solid #00000010;
    box-shadow: 0 0 5px 0 #22222200;
    display: inline-block;
    background: transparent;
    transition: all .2s;
    margin: 0 10px;
    border-radius:50%;
}
.otherslogin:hover{
    background: #ffffff;
    border: 1px solid #ffffff;
    box-shadow: 0 0 5px 0 #22222220;
    transition: all .2s;
}



@media screen and (max-width: 991px) and (min-width: 200px){
    .auth-fluid .auth-fluid-form-box, .auth-fluid .auth-fluid-right {
        max-width: 100%;
        min-height: auto;
    }
    .auth-fluid {
        display: flex;
    }
    .auth-fluid-pages .auth-fluid{
        background: #F7F7F7;
    }
    .w-75 {
        width: 100% !important;
    }
}
















