@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');
body{
    font-family: "Merriweather", serif;
}
.heading-login{
    font-weight: 800;
}
.header{
    background: #FFCC00;
    padding: 20px 10px;
}
.h-40{
    border-radius: 5px;
    box-sizing: border-box;
    height: 50px;
    text-indent: 20px;
    border: 1px solid #949494;
    box-shadow: none;
    font-size: 16px;
    outline: 1px solid transparent;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 500;
}
.h-40::placeholder{
    font-size: 16px;
}
.text-label{
    font-family: "Funnel Sans", sans-serif;
    font-weight: 500;
}
.h-40:focus{
    border: 2px solid #000;
    outline: 0;
    box-shadow: none !important;
}
.icon-right{
    font-size: 29px;
}
.fs-20{
    font-size: 15px;
    color: #333;
    text-decoration: none !important;
}
.icon-show{
    font-size: 25px;
    position: absolute;
    right: 0px;
    transform: translate(-35px, -37px);
    color: #333;
    cursor: pointer;
}
.fs-20:hover{
    color: #333;
    text-decoration: none !important;
}
.form-check-input{
    width: 20px;
    height: 20px;
}
.form-check-label{
    font-family: "Funnel Sans", sans-serif;
    font-weight: 500;
}
.para-text{
    font-family: "Funnel Sans", sans-serif;
    font-weight: 500;
}
.btn-login{
    background: #FFCC00;
    color: #000;
    padding: 15px 20px;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 500;
}
.text-desc{
    font-family: "Funnel Sans", sans-serif;
    font-weight: 500;
}
.btn-regis{
    background: transparent;
    color: #000;
    border: 2px solid #000;
    padding: 15px 20px;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 500;
}
.btn-resend{
    background: transparent;
    color: #000;
    border: 2px solid #000;
    padding: 15px 20px;
    font-family: "Funnel Sans", sans-serif;
    font-weight: 500;
}
.h-150 {
    height: 100vh;
}
.img-nav {
    animation: crescendo 1.5s alternate infinite ease-in;
}

@keyframes crescendo {
    0% {
        transform: scale(.8);
    }
    
    100% {
        transform: scale(1.3);
    }
}
.text-noc{
    font-weight: 700;
}
a{
    color: #333;
    text-decoration: underline;
}
a:hover{
    color: #333;
}
footer{
    background: #191919;
    padding: 15px 90px;
}
.list-footer{
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    column-gap: 40px;
align-items: center;
    
}
.list-footer li{
    padding: 10px 20px;
   
}
.list-footer li:hover{
    background-color: hsla(0, 0%, 100%, .1);
    border-radius: 4px;
}
.list-footer li a{
color: #fff;
font-size: 16px;
font-family: "Funnel Sans", sans-serif;
    font-weight: 500;
    text-decoration: none;
}
.fs-45{
    font-size: 40px;
}
@media screen and (max-width:767px) {
    .flex-box{
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
    footer{
        padding: 10px 10px !important;
    }
    .list-footer{
        margin-top: 16px;
    }
}
