html,
body {
    height: 100%;
    font-family: 'Avenir';
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    font-weight: normal;
    font-style: normal;
    color: #2D2D2D ;
    font-weight: 500;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    color:#013872;
    font-weight: normal;
    font-style: normal;
    font-family: 'Avenir';
}
h1 {
    font-size: 50px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 35px;
}
h4 {
    font-size: 30px;
}
h5 {
    font-size: 25px;
}
h6 {
    font-size: 20px;
}
p {
    font-size: 16px;
    color: #2D2D2D;
    line-height: auto;
}

img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}
a {
    color: #7162EA;
    text-decoration: none;
}
input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
ul,
ol {
    padding: 0;
    margin: 0;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: #ffffff;
}
::-webkit-scrollbar-thumb {
    background: #7070707e;
    border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
    background: #0d6efd;
}


/* Affiliate Login Page */

span#email-error {
    color: red;
}
section.Affiliate_Login {
    /* overflow: hidden; */
    display: flex;
    height: 100vh;
    align-items: center;
}

.Login_Left {
    /* height: 100%; */
    background: linear-gradient(180deg, #425EF0 0%, #7162EA 100%);
    text-align: center;
    padding: 9% 5%;
    width: 50%;
    height: 100vh;
}

.Login_Left h2 {
    color: rgba(255, 255, 255, 0.90);
    font-family: 'Avenir';
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
}

.Login_Left p {
    color: rgba(255, 255, 255, 0.90);
    font-family: 'Avenir';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}

section.Affiliate_Login img.img-responsive {
    max-width: 65%;
}

.Login_Right {
    padding: 6% 12%;
    /* height: 100%; */
    width: 50%;
    height: 100vh;
}

.Login_Right img {
    text-align: center;
    margin-bottom: 60px;
}

.Login_Right h2 {
    color: #1C1E3A;
    font-family: 'Avenir';
    font-size: 40px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 20px;
    text-align: center;
}

.Login_Right p {
    color: #1C1E3A;
    font-family: 'Avenir';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 50px;
    text-align: center;
}

.Login_Right form label {
    text-align: left;
}

.Login_Right form label span.error_span {
    color: red;
}
.Dis_Pass {
    position: relative;
}

.Dis_Pass svg {
    position: absolute;
    right: 7px;
    top: 7px;
}

.Dis_Remember {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}

.Dis_Remember a.Forgot_Link {
    color: #7162EA;
    font-family: 'Avenir';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Login_Right form .Login_btn {
    border-radius: 6px;
    background: #7162EA;
    color: #FFF;
    font-family: 'Avenir';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 15px 12px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.Dis_Remember .form-check {
    margin-bottom: 0;
}

.Dis_Remember .form-check .form-check-input {
    border: 2px solid rgba(0,0,0,.25);
    width: 20px;
    height: 20px;
}

.Dis_Remember .form-check .form-check-input[type=checkbox] {
    margin-right: 10px;
}

.Login_Right form label.form-check-label {
    padding-top: 4px;
}

@media only screen and (min-width: 1367px) and (max-width:1440.51px) {
    .Login_Left {
        padding: 16% 5%;
    }
    .Login_Right {
        padding: 18% 8%;
    }

 }

@media only screen and (min-width: 1200px) and (max-width:1366.51px) {

    .Login_Left {
        padding: 10% 5%;
    }

    .Affiliate_Login .Login_Left img.img-responsive {
        max-width: 57%;
    }

    .Login_Right {
        padding: 3% 5%;
    }

}



@media only screen and (min-width: 992px) and (max-width:1199px) {

    .Login_Left {
        padding: 27% 5%;
    }

    .Login_Right {
        padding: 25% 5%;
    }
    
}

@media only screen and (min-width: 768px) and (max-width: 991.51px) {

    .Login_Left {
        padding: 27% 5%;
    }
    .Login_Right {
        padding: 10% 5%;
    }
}

@media only screen and (max-width: 767.51px) {
    section.Affiliate_Login {
        display: block;
    }

    .Login_Left {
        width: auto;
        padding: 10% 8%;
        height: auto;
    }

    .Login_Right {
        padding: 10% 8%;
        width: auto;
        height: auto;
    }

    .Login_Left h2 {
        font-size: 28px;
    }

    .Login_Left p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .Login_Right img {
        text-align: center;
        margin-bottom: 30px;
    }

    .Login_Right h2 {
        font-size: 28px;
    }

    .Login_Right p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .Dis_Remember {
        margin-bottom: 30px;
    }

    .Dis_Remember .form-check .form-check-input {
        margin-top: 0;
    }

    .Login_Right form label.form-check-label {
        padding-top: 0px;
    }
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

 
}   
/* ============ desktop view .end// ============ */



/* ============ mobile view ============ */
@media(max-width: 991px){
   
 
}

@media(max-width: 991.51px){ 
    
}
/**/

@media (min-width: 992px){
    
}



@media (max-width: 767.51px) {
    

    
    
}

@media (max-width: 575.51px) { 
    section.Affiliate_Login {
        display: block;
    }

    .Login_Left {
        width: auto;
        padding: 10% 5%;
    }

    .Login_Right {
        padding: 10% 5%;
        width: auto;
    }
}

@media (min-width: 1400px) {

   

}
