html{
    width:100%;
    height:100%;
    overflow-x: hidden;
}
body{
    width:100%;
    height:auto;
    overflow-x: hidden !important;
    background-color: white;
    font-family: 'Mulish' !important;
}


.navbar-toggler{
    border:none !important;
    color:black !important;
}
.navbar-toggler-icon{
    background-image:url("../img/toggler.svg") !important;
}



.nav-link{
    text-decoration: none !important;
    color: #091540 !important;
}

.registerText{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.registerButton{
    background-color: #0366D6; 
    color:white; 
    width: 136px;               
    height: 44px;
    margin-left: 10px;
}

.loginText{
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.loginButton{
    background-color: #FFFFFF; 
    color: #091540;
    width: 136px;               
    height: 44px;
}

.loginButtons{
    background-color: #FFFFFF; 
    color: #091540;
    width: 136px;               
    height: 44px;
}

.banner{
    background-image: url(../img/Background.png);
    background-size: cover;
}

.bannerHeader{
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 140%;
    color: #FFFFFF;
}

.bannerText{
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
}


.benefitHeader{
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 140%;
    text-align: center;
    color: #091540;
}

.resellerText{
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    color: #8993A4;
}

.card{
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(23, 43, 77, 0.15);
    border-radius: 4px;
}

.signUpHeader{
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}



.footerTextFollow{
    font-family: Mulish;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.label{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #5E6C84;
}

.input{
    background: #FAFBFC !important;
    border: 1px solid #D8DDE5 !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
    height:60px;
}

.getStartedButton{
    width: 163px;
    height: 44px;
    background: #0366D6;
    border-radius: 4px;
    color: #FFFFFF;
}

.whocan{
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 54px;
    color: #091540;
}

.line{
    border: 1px solid #D8DDE5;
    width:100%;
}

#alert{
    display:none;
}



@media  screen and (min-width: 769px){

    .phone{
        display:none;
    }

    a.loginButton{
        display:none;
    }

    .navbar-brand{
        padding-left: 70px !important;
    }

    .headerText{
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 120%;
        color: #091540;
    }

    
}

@media screen and (max-width: 768px) and (min-width: 640px){
    .navbar-brand{
        padding-left: 0px !important;
    }

    .notphone{
        display:none;
    }

    .registerButton{
        display: none;

    }
 
    
    .headerText{
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 120%;
        color: #091540;
    }

    .benefitHeader{
        font-style: normal;
        font-weight: bold;
        font-size: 48px;
        line-height: 140%;
        text-align: center;
        color: #091540;
    }
   
    
}

@media screen and (max-width: 639px) and (min-width: 430px){
    .notphone{
        display:none;
    }

    .navbar-brand{
        padding-left: 0px !important;
    }

    .registerButton{
        display: none;

    }

    .headerText{
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 120%;
        color: #091540;
    }

}

@media screen and (max-width: 425px) and (min-width: 375px) {
   
    .notphone{
        display:none;
    }

    .navbar-brand{
        padding-left: 0px !important;
    }

    .registerButton{
        display: none;

    }

    .headerText{
        font-style: normal;
        font-weight: bold;
        font-size: 37px;
        line-height: 120%;
        color: #091540;
    }

    .benefitHeader{
        font-style: normal;
        font-weight: bold;
        font-size: 33px;
        line-height: 120%;
        text-align: center;
        color: #091540;
    }

}

@media screen and (max-width: 374px){
   
    .notphone{
        display:none;
    }

    .navbar-brand{
        padding-left: 0px !important;
    }

    .registerButton{
        display: none;

    }
    .headerText{
        font-style: normal;
        font-weight: bold;
        font-size: 33px;
        line-height: 120%;
        color: #091540;
    }

    .benefitHeader{
        font-style: normal;
        font-weight: bold;
        font-size: 33px;
        line-height: 120%;
        text-align: center;
        color: #091540;
    }

    

}