* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    display: flex;
    height: 150vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Open Sans", sans-serif;
}

#app1 {
    width: 240px;
    height: 240px;
    position: absolute;
    top: -40px;
    /* overflow: hidden; */
    object-fit: contain;
}

.container {
    width: 398px;
    height: 314px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    /* top: 50px; */
    bottom: 180px;
    border-radius: 6px;
}

p {
    text-align: center;
    font-size: 22px;
    padding: 20px;
    font-family: sans-serif;
    font-size: 18px;
}

.login {
    display: flex;
    flex-direction: column;
    /* flex: 1 0 ; */
    gap: 15px;
    margin: 0 18px;
}

.for {
    text-align: center;
}

a {
    color: #1877f2;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

a:hover {
    text-decoration: underline;
}

.for2 {
    margin: 10px;
}

input {
    padding: 16px 18px;
    width: 360px;
    border-radius: 6px;
    border: 1px solid #c9c4c4;
    outline: none;
    background-color: #fff;
}

button {
    width: 360px;
    padding: 12px 16px;
    background-color: #1877f2;
    outline: none;
    border: none;
    font-size: 20px;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

button:hover {
    background-color: #166FE5;
    cursor: pointer;

}

input::placeholder {
    font-size: 16px;
    opacity: 0.7;
}


/* forget account */

.navbar {
    width: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    position: absolute;
    border-bottom: 0.5px solid #D7D9DB;
    box-shadow: rgba(230, 230, 230, 0.77) 0px 5px 15px;
    top: 0;
}

.navbar img {
    width: 150px;
    height: 150px;
    /* position: absolute;
    top: -20px; */
    /* overflow: hidden; */
    margin: 0 10px;
    object-fit: contain;
}

.login2 {
    display: flex;
    flex-direction: row;
    /* flex: 1 0 ; */
    gap: 15px;
    margin: 0 20px;
}


#first {
    padding: 14px 16px;
    width: 200px;
    border-radius: 6px;
    border: 1px solid #c9c4c4;
    outline: none;
    background-color: #fff;
}

#first:hover {
    border-color: #1877f2;
}

#second:hover {
    border-color: #1877f2;
}

#second {
    padding: 14px 16px;
    width: 200px;
    border-radius: 6px;
    border: 1px solid #c9c4c4;
    outline: none;
    background-color: #fff;
}

#button {
    width: 80px;
    padding: 12px 14px;
    background-color: #1877f2;
    outline: none;
    border: none;
    font-size: 14px;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    font-weight: bold;
}

#first::placeholder {
    font-size: 14px;
}

#second::placeholder {
    font-size: 14px;
}

.forget {
    align-self: center;
}

a {
    color: #1877f2;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

a:hover {
    text-decoration: underline;
}


@media screen and (max-width: 948px) {
    #first {
        display: none;
    }

    #second {
        display: none;
    }

    .forget {
        display: none;
    }
}

.container2 {
    width: 500px;
    height: 276px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    /* top: 50px; */
    bottom: 150px;
    border-radius: 6px;
}

#Cancel {
    padding: 10px 12px;
    width: 85px;
    font-size: 15px;
    border-radius: 6px;
    margin: 0 10px;
    background-color: #E4E6EB;
    color: rgb(105, 101, 101);
}

#Search {
    padding: 12px 14px;
    width: 85px;
    font-size: 15px;
    border-radius: 6px;
}

#para {
    font-size: 17px;
    text-align: justify;
}

h3 {
    padding: 20px;
    height: 64px;
    box-shadow: 0px 1px 0px #cec9c9;
}

#text2 {
    width: 470px;
    margin: 0 12px;
}

.buttons {
    display: flex;
    justify-content: flex-end;
    margin: 25px 18px;
}



/* Sign up page */

.app1-image {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.app1-image img {
    width: 300px;
    height: 300px;
    position: absolute;
    bottom: 68%;
    /* left: 38%; */
    /* overflow: hidden; */
    object-fit: contain;
}


.container3 {
    width: 432px;
    height: 600px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    /* top: 10px; */
    bottom: 60px;
    border-radius: 6px;
}

.head {
    display: flex;
    flex-direction: column;
    text-align: center;
    /* padding: 30px; */
    padding-top: 50px;
    gap: 7px;
    height: 100px;
    border-bottom: 1px solid rgb(206, 202, 202) ;
}

span {
    position: relative;
    /* top: -30px; */
    margin: 10px 0;
    font-size: 14px;
}

#new {
    font-size: 25px;
    margin-top: -35px;
    transform: translateY(10px);
}


/* #sub {
    margin-top: -58px;
    font-size: 12px;
} */ 

.login3 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 0 20px;
    margin-top: 15px ;
}


#f-name {
    padding: 12px 14px;
    width: 180px;
    border-radius: 6px;
    border: 1px solid #c9c4c4;
    outline: none;
    background-color: #fff;
}

#f-surname {
    padding: 12px 14px;
    width: 195px;
    border-radius: 6px;
    border: 1px solid #c9c4c4;
    outline: none;
    background-color: #fff;
}

#mobile {
    padding: 12px 12px;
    width: 390px;
    border-radius: 6px;
    border: 1px solid #c9c4c4;
    outline: none;
    background-color: #fff;
}

#new-password {
    padding: 12px 12px;
    width: 390px;
    border-radius: 6px;
    border: 1px solid #c9c4c4;
    outline: none;
    background-color: #fff;
}

form {
    padding: 10px;
    margin: 0 10px;
}

#date-birth {
    font-size: 12px;
    color: gray;
}

#day {
    padding: 5px 5px;
    border-radius: 4px;
    width: 130px;
}

#month {
    padding: 5px 5px;
    border-radius: 4px;
    width: 130px;
}

#year {
    padding: 5px 5px;
    border-radius: 4px;
    width: 130px;
}

.select {
    /* padding: 5px; */
    padding-top: 10px;
    display: flex;
    gap: 10px;
}

.gender-options {
    display: flex;
    margin: 0 10px;
    padding: 10px;
    gap: 40px;
    /* border: 1px solid red; */
}

#Gender {
    font-size: 12px;
    color: gray;
    margin: 0 20px;
}

#learn {
    font-size: 12px;
    margin-top: -12px;
    text-align: justify;
}

#terms {
    font-size: 12px;
    margin-top: -30px;
    text-align: justify;
}

#link {
    font-size: 12px;
}

#term1 {
    font-size: 12px;
}

#term2 {
    font-size: 12px;
}

.bottom-div{
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
}


#sign {
    width: 200px;
    padding: 12px 14px;
    background-color: #119F16;
    outline: none;
    border: none;
    font-size: 18px;
    border-radius: 6px;
    color: white;
    cursor: pointer;
    font-weight: bold;

}

.Already {
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 10px;
}

/* footer */

.links {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: 250%;
    border-top: 1px solid rgb(219, 211, 211);
    padding: 20px;
    gap: 15px;
    /* font-size: 2px; */
    /* width: 1000px; */
    align-items: center;
    justify-content: center;

}


#one, #two, #three, #four, #five, #six, #seven, #eight, #nine, #ten, #eleven, #twelve, #thirteen, #fourteen,  #fifty, #sixteen, #seventy, #eighty, #ninety, #twenty, #twenty-one, #twenty-two, #twenty-three, #twenty-four, #twenty-five, #twenty-six, #twenty-seven, #twenty-eight,#twenty-nine, #thirty{
    color: #385898;
    font-size: 12px;
    text-align: justify;
}

#meta {
    font-size: 12px;
    position: relative;
    top: 240%;
    left: -40%;
    color: gray;
    /* background: red; */
}  


