@charset "UTF-8";

/*Importing G&B fonts starts*/

@font-face {
    font-family: 'G&B-Headline';
    src: url('fonts/G&B-Headline.woff2') format('woff2'),
        url("fonts/G&B-Headline.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'G&B-BodyCopy';
    src: url('fonts/G&B-BodyCopy.woff2') format('woff2'),
        url("fonts/G&B-BodyCopy.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'G&B-BodyCopyHighlight';
    src: url('fonts/G&B-BodyCopyHighlight.woff2') format('woff2'),
        url("fonts/G&B-BodyCopyHighlight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

/* Importing G&B fonts ends */
:root {font-size: 16px;}

html {height: 100%;}

body {
    font-family: 'G&B-BodyCopy', sans-serif;
    font-weight: 400;
    height: 100vh;
    color: #707070;
}

.noPadMar{padding: 0px; margin: 0px;}
.godrejPurple{color: #810055;}
.godrej-grey-70{color: #707070;}
.logoHeader {
    padding: 0px 6rem;
    border: 1px solid #F1F1ED;
    position: absolute;
    z-index: 9999;
    background-color: white;
    height: 56px;
    margin: 0 !important;
    width: 100%;
}
.headerLink{font-size: 0.75rem; color: #810055;}
.loginBg{
	 display: none;
    background: url(../images/DealerPortal/loginImg.jpg) no-repeat;
    background-position: 0 0 !important;
    background-size: cover;
    height: 100vh;
}
.loginForm{padding: 8rem 6rem; font-size: 1rem; overflow-y: scroll; height: 100vh;}
.loginForm a{text-decoration: none;}
.loginForm h1{font-size: 1.5rem; font-family: 'G&B-Headline', sans-serif; padding-top: 2rem;}
.loginForm h5{font-size: 1.25rem; font-family: 'G&B-Headline', sans-serif;}
.loginForm button{padding:1rem; border: 0px; box-shadow: none; background-color: #810055; color: #fff; font-size: 1rem; font-family: 'G&B-BodyCopyHighlight', sans-serif;}
.loginForm button:hover {background-color: #810055;color: #fff;}
.selectUser{font-size: 0.75rem}


.form-control {
    height: 50px;
    /* background: #ecf0f4; */
    border-color: #f1f1ed;
    color: #707070;
    padding: 0 15px;
    font-size: 16px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-control:focus {
    border-color: #810055;
    box-shadow: none;
}
.form-check{font-size: 1rem;}

.form-check-input:focus {
    border-color: #810055; box-shadow: none;}
.form-check-input:checked{background-color: #810055!important; border-color: #810055; box-shadow: none;}
.footerLinks a{font-size: 0.75rem; color: #707070;}
.footerLinks span{margin: 0px 1rem; font-size: 0.75rem; }

/*Media Queries*/
 
@media (min-width: 576px) {
    body {
        --bs-body-font-size: 14px;
        --bs-body-font-weight: 400;
    }

    .loginForm {
        padding: 3rem;
    }

    .loginBg {
        display: none;
    }

    .form-check {
        font-size: 0.875rem;
    }
}

@media (min-width: 768px) {
    .loginForm {
        padding: 3rem;
    }

    .loginBg {
        display: block;
    }

    .loginForm h1 {
        font-size: 2.5rem;
        padding-top: 1rem;
    }

    .loginForm button {
        padding: 0.5rem;

    }

    .form-control {
        height: 40px;
    }

    body {
        --bs-body-font-size: 16px;
        --bs-body-font-weight: 400;
       
    }

    .form-check {
        font-size: 1rem;
    }

    .logoHeader {
        padding: 0.5rem 1.5rem 1rem 1.5rem;
        border-bottom: 1px solid #F1F1ED;
    }

}

@media (min-width: 992px) {
    .loginForm {
        padding: 4rem;
    }

    .loginBg {
        display: block;
    }

    .loginForm h1 {
        font-size: 2.5rem;
        padding-top: 1rem;
    }

    .loginForm button {
        padding: 0.5rem;

    }

    .form-control {
        height: 40px;
    }

    
}
@media (min-width: 1200px) {
    .loginForm {
        padding: 4rem 3rem;
    }

    .loginForm h1 {
        font-size: 2.5rem;
        padding-top: 1rem;
    }

    .loginForm button {
        padding: 0.5rem;

    }

    .form-control {
        height: 40px;
    }

    

}