@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




/* ==============boyce home================== */

.boyce-herosection{
    background-image:url(../images/back-img1.png) ;
    background-size: contain;
    height: 75vh;
}
.boyce-herosection .sub-containerA{
   width: 35%;
}
.boyce-herosection .sub-containerB{
   width: 45%;
}
.boyce-herosection .sub-containerB h3{
    font-family: 'Inter';
    font-size: 52px;
    font-weight: 700;
    line-height: 42.3px;
    text-align: left;

}
.boyce-herosection .sub-containerB h3 span{
    font-family: 'Inter';
    font-size: 52px;
    font-weight: 400;
    line-height: 82.3px;
    text-align: left;

}
.boyce-herosection .sub-containerB p{
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    line-height: 24.2px;
    text-align: left;
    color: #373737;

    

}
.boyce-herosection .sub-containerB .login-btn-grp .btn{
    padding: 10px 20px;

}
.boyce-herosection .sub-containerB .login-btn-grp .btn-light{
    border:1px solid black;
    
}

/* ----------------other-login-pages------------- */
 .mainCont{
    height: 100vh;
 }
 .mainCont .logo-formSection{
    width: 50vw;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
 }
 .mainCont .logo-formSection .logo{
    position: absolute;
    top: 5px;
    left:16%
 }
 .login-container {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    max-width: 500px;
    width: 100%;
    margin: auto;
    position: absolute;
    bottom: 15%;
    
}

.login-container h2 {
    font-family: 'Poppins';
    font-size: 34px;
    font-weight: 600;
    line-height: 26px;
    text-align: left;
}
.login-container p {
    color: #888;
    margin-bottom: 10px;
    text-align: left;
}
.login-container input[type="text"],
.login-container input[type="password"] {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
}
.login-container .remember-me {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
}
.login-container .remember-me input {
    margin-right: 10px;
}
.login-container .mainbtn {
    width: 100%;
    padding: 15px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    margin-top: 5px;
}
.login-container .mainbtn:hover {
    background-color: #333;
}

 .mainCont .righthero{
    width: 60vw;
   display: flex;
   justify-content: flex-end !important;
 }

.righthero .content{
    width: 70%;
    height: 65%;
    margin: auto;
    color: #fff;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}
.righthero .content img{
    position: absolute;
}
#white-comma{
    top: 50px;
    left: 0px;
}
#white-corner{
    bottom: 0px;
    right: 0px;
}
/* ----retail-login-page---------- */

.retail-righthero{
    background-image: url(../images/base-back.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.retail-righthero::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/retail-Base.png);
   /* Top image */
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8; 
}


/* -------distributor-login-page--------- */
.distributor-righthero{
    background-image: url(../images/base-back.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.distributor-righthero::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/distribution-base.png);
   /* Top image */
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8; 
}

/* -------brand-login-page--------- */
.brand-righthero{
    background-image: url(../images/base-back.png);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.brand-righthero::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/brand-base.png);
   /* Top image */
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.8; 
}


/* ------------------forget-pasword------------------------ */

.retail-righthero .forget-content{
 z-index: 10;
 width: 80%;
 margin: auto;
 font-family: 'Inter';
 text-align: left;
 color: #ffffff;
}

.retail-righthero .forget-content .forget-banner-text-big{
font-size: 42px;
font-weight: 700;

}
.retail-righthero .forget-content .forget-banner-text-mid{
    font-size: 38px;
    font-weight: 400;
    
}
.retail-righthero .forget-content .forget-banner-text-small{
font-size: 16px;
font-weight: 400;
line-height: 24.2px;
}


/* ------------forgetpassword------- */

.login-container .btn-light{
 background-color: #ffffff;
 border-color:#FFF ;
}