#root > div {
    padding: 20px;
}
.jumbo {
    height: 370px;
    background: linear-gradient(0turn, #121b23 .8%, #0b472c8c);
    position: absolute;
    left: 0;
    right: 0;
    top: 115px;
}
.bg-1 {
    background-image: url(/assets/bg1.png);
    height: 325px;
    background-size: contain;
    opacity: .1;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    transform-origin: 18px center;
}
.earn_header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
    gap: 50px;
    flex-wrap: wrap;
}
.jum_t {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    z-index: 1;
}
@media screen and (max-width: 1116px) {
    .jum_t {
        text-align: center;
        align-items: center;
    }
}
.jum_t > div {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 30px;
}
.jum_t > div > span {
    color: rgb(4 213 119);;
}
.jum_t > h2 {
    text-transform: uppercase;
    letter-spacing: .025em;
    color: #55657E;
}
.jum_t > a {
    background: linear-gradient(1turn, #0ab367 .8%, #08d97b);
    height: 41px;
    width: 181px;
    display: flex;
    border-radius: 7px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    border: solid 2px #ffffff6e;
}
.earn_header > div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-color: #19232d;
    padding: 20px;
    border-radius: 8px;
    width: 300px;
    z-index: 1;
}
.earn_header > div:last-child > form {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.earn_header > div:last-child form > p:first-child {
    color: white;
    font-size: 26px;
    font-weight: 600;
}
.earn_header > div:last-child form > p:nth-child(2) {
    color: white;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    margin-top: 13px;
}
.earn_header > div:last-child form > p:nth-child(2) > span {
    color: rgb(4 213 119);
}
.earn_header > div:last-child form > hr {
    margin: 20px 0px;
    width: 100%;
    height: 1px;
    border-style: none;
    background-color: #404d5f;
}
.earn_header > div:last-child > form > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    margin-top: 13px;
    width: 100%;
}
.earn_header > div:last-child > form > div > p {
    color: white;
    font-size: 500;
    font-size: 15px;
}
.earn_header > div:last-child > form > div > input {
    width: calc(100% - 15px* 2);
    padding: 11px 15px;
    border-radius: 8px;
    border-style: none;
    background-color: #121b23;
    outline: none;
    color: white;
    width: 100%;
}
.earn_header > div:last-child > form > button {
    border-style: none;
    border-radius: 8px;
    margin-top: 30px;
    background: rgb(4 213 119);
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.earn_header > div:last-child > button#google {
    margin: 20px 0;
    border: 1.5px solid #167148;
    padding: 10px 20px;
    width: 100%;
    border-radius: 8px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    height: 36px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.5s ease;
}
.earn_header > div:last-child > button#google:hover {
    background-color: #167148;
}
.earn_header > div:last-child  > button {
    background-color: unset;
    border: unset;
    cursor: pointer;
    color: #94a3b8;
    margin: 16px 0px;
}
#root > div > div:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #121d28;
    border-radius: 12px;
    max-width: 1200px;
    margin: 60px auto 0px;
    flex-wrap: wrap;
}

#root > div > div:nth-child(2) > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 400px;
    height: 135px;
}
#root > div > div:nth-child(2) > div > div {
   color: rgb(4 213 119);
   display: flex;
   align-items: center;
   gap: 5px;
   font-size: 25px;
}
#root > div > div:nth-child(2) > div > p {
    color: #b2c2c8;
    text-align: center;
}
#root > div > div:nth-child(3) > p:first-child {
    margin-top: 70px;
    color: white;
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
}
#root > div > div:nth-child(3) > p:nth-child(2) {
    margin-top: 20px;
    color: #b2c2c8;
    font-size: 19px;
    text-align: center;
}
#root > div > div:nth-child(3) > div {
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}
#root > div > div:nth-child(3) > div > div {
    border-style: solid;
    border-width: 2px;
    border-bottom: none;
    border-color: #167148;
    padding: 8px;
    gap: 8px;
    border-radius: 12px;
    background-color: #121d28;
    fill: #c4ef83;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#root > div > div:nth-child(3) > div > div > p {
    color: white;
    font-size: 15px;
    font-weight: 500;
}
#root > div > div:nth-child(3) > div > div > p > span {
    color: rgb(4 213 119);
}

#root > div > div:nth-child(4) > p{
    margin-top: 70px;
    color: white;
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 20px;
    text-align: center;
}
#root > div > div:nth-child(4) .half {
color: #fff;
max-width: 1200px;
margin: 0 auto;
}
#root > div > div:nth-child(4) .tab {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    color: #b2c2c8;
    overflow: hidden;
}
#root > div > div:nth-child(4) .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
#root > div > div:nth-child(4) .tab label {
    position: relative;
    display: block;
    padding: 6px 20px;
    background: #121d28;
    font-weight: bold;
    border-radius: 8px;
    line-height: 3;
    cursor: pointer;
}
#root > div > div:nth-child(4) .tab-content {
    max-height: 0;
    overflow: hidden;
    background: #121d28;
    border-radius: 0px 0px 8px 8px;
}
#root > div > div:nth-child(4)  .tab-content p {
    margin: 1em;
}
  /* :checked */
  #root > div > div:nth-child(4) .tab input:checked ~ .tab-content {
    max-height: 100vh;
    margin-top: -5px;
}
  
  /* Icon */
  #root > div > div:nth-child(4) .tab label::after {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 3em;
    height: 3em;
    line-height: 3;
    text-align: center;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    transition: all .35s;
}
#root > div > div:nth-child(4) .tab input[type=checkbox] + label::after {
    content: "+";
}
#root > div > div:nth-child(4)  .tab input[type=radio] + label::after {
    content: "\25BC";
}
#root > div > div:nth-child(4)  .tab input[type=checkbox]:checked + label::after {
    transform: rotate(315deg);
}
#root > div > div:nth-child(4) .tab input[type=radio]:checked + label::after {
    transform: rotateX(180deg);
}
#root > div > div:nth-child(5){
    margin-top: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}
#root > div > div:nth-child(5) > div {
    width: 300px;
    border-radius: 12px;
    padding: 10px;
    background-color: #121d28;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #b2c2c8;
    align-items: center;
}
#root > div > div:nth-child(5) > div > i {
    color: rgb(4 213 119);
    font-size: 40px;
}

#root > .forgotpassword  {
    display: flex;
    flex-direction: column;
    padding: 0px;
    background-color: #19232d;
    position: fixed;
    top: calc(50% - 255px / 2);
    left: calc(50% - 300px / 2);
    height: 255px;
    width: 300px;
    justify-content: start;
    padding: 10px;
    color: #fff;
    z-index: 1001;
    border-radius: 8px;
}
#root > .forgotpassword > div {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    flex-direction: unset;
}
#root > .forgotpassword > div:nth-child(1) > svg {
    cursor: pointer;
}
#root > .forgotpassword > div:nth-child(3) > span {
    color: #b7b7b7;
}
#root > .forgotpassword > hr {
    margin: 20px 0px;
    width: 100%;
    border: 1px solid #404d5f;
}
#root > .forgotpassword > form  {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#root > .forgotpassword > form > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    margin-top: 13px;
    width: 100%;
}
#root > .forgotpassword > form > div > p {
    color: white;
    font-size: 15px;
}
#root > .forgotpassword > form > div > input {
    padding: 11px 15px;
    border-radius: 8px;
    border-style: none;
    background-color: #121b23;
    outline: none;
    color: white;
    width: 100%;
}
#root > .forgotpassword > form > input {
    border-style: none;
    border-radius: 8px;
    margin-top: 30px;
    background: rgb(4 213 119);
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.2s linear;
}