@import url("../fonts/fonts.css");
html {
    overflow-x: hidden;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Nunito", sans-serif;
    color: #343a40;
    font-size: 15px;
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
    color: #212529;
    background-color: #F1C72E !important;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,p,input{
    font-family: outfitRegular !important;
}



.landing-head .landing-errow{
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 100%;
    padding: 6px;
    border: 1px solid #fff;
}

.landing-head .landing-errow img{
    width: 35px;
    height: auto;
}

.landing-head .landing-logs .esgImage .header-zong{
    width: 70px;
    height: auto;
    padding-bottom: 20px;
}

.main-container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: auto;
}

.terms-condition{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    height: auto;
    border: 1px solid #212529;
    border-radius: 20px;
    padding: 10px;
}