@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,500&display=swap');

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}body{
    font-family: 'gotham', sans-serif;
    font-size: 16px;

}
h1,
h2,
h3,
h4,
h5,
h6{
    font-size: 1.5em;
}
ul{
    text-decoration: none;
}
a{
    text-decoration: none;
}
a:hover{
    text-decoration: none;
}
p{
    font-size: 1em;
}


.container-fluid{
    padding-right: 0;
    padding-left: 0;
}

/*-------------------------------
Header
-------------------------------*/
.navbar-brand   img{
    margin-top: 1%;
    margin-left: 7%;
    width: 150px;
}
.navbar-brand{
    display: contents;
}
.navbar ul li a{
    font-size: 1.875em;
    font-weight: bold;
    padding-top: 0px;
    color: #333;
}

.lex-logo{
   /* width: 170px;*/
    margin-right: 80px;
    margin-top: 7px;
}
/*-------------------------------
carousel-section
-------------------------------*/
.caption-1{
    position: absolute ;
    top: 2% ;
    left: 40% ;
    text-align: center;
}
.caption-2 h3{
margin-top: 0%;
}
.caption-3 {
    position: absolute ;
    top: 2% ;
    left: 5%;
    text-align: left;
    width: 50%;
}
.carousel-caption h3 {
    font-size: 2.25em;
    font-weight: 600;
    color: #4F2D7F;
    text-shadow:0px 3px 6px rgba(0, 0,0, 0.16) ;

}
.login-form{
    background-color: rgba(42,168,99,1);
    color: #fff;
    padding-bottom: 10%;
    background-image: linear-gradient(to bottom, rgba(42,168,99,1), rgba(31,31,35,0.82));
   
}
.login-form h3 {
    font-size: 1.15em;
    font-weight: 500;
    text-align: center;
    padding-top: 10%;
    letter-spacing: 2px;
    

}
.input-group {
    padding: 30px 33px 0px 38px;

}
.input-group-text{
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
.form-control{
    font-size: 14px;
    border-radius: 22px;
    border: 0;
    padding: 10px;
    padding-left: 25px;
}
.refresh{
    text-align: left !important;
    margin-left: 15%;
    padding-top: 0 !important;
}
.here{
    color: #333;
    text-decoration: underline;
}
form p{
    color: #fff;
    font-size: 14px;
    /* margin-left: 10%; */
    
}
form p:hover{
    text-decoration: underline;
}
.btn-primary {
    color: #FFF;
    background-color: #2AA863;
    border-color: transparent;
    display: flex;
    margin: auto;
    padding: 5px 24px 5px 24px;
    border-radius: 45px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 144px 5px 160px;
    margin-left: 9%;
    margin-top: 10%;

}
.btn-primary:hover{
    color: #2AA863;
    background-color: #fff;
    border: 0;
    transition: 0.3s ease-in-out;
}
.separator{

    border-bottom: 2px solid #fff;
    display: flex;
    margin: auto;
    width: 70%;
    margin-top: 3%;
}
.login-form p{
    padding-top: 26px;
    text-align: center;
    font-weight:400;
}
.social-links ul{
    list-style: none;
    display: flex;
    padding: 30px 0 0 30px;
} 
.social-links ul li a i{
    font-size: 2em;
    padding-left: 60px;
    color: #fff;
}
.reach{
    text-align: center;
    font-size: 14px;
    margin-left: 4%;
    margin-top: 8%;
   
}

