*{
    padding: 0;
    margin: 0;
    font-family: "Fira Sans", sans-serif;
    font-weight: 500;
    font-style: normal;
}
body{
    display: flex;
    align-items: start;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    background-color: black;
    color: #cbcbcb;
    width: 100vw;
    height: 100vh;
}
#conto{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 50%;
    overflow: hidden;
    height: 90%;
}
.x-img{
    width: 350px;
    margin-left: 55px;
    margin-top: 5px;
}
.text-d-d{
    display: flex;
    align-items: start;
    justify-content: left;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-left: 12vw;
    /* background-color: #002008; */
}
.title-text-div{
    width: 100%;
    /* background-color: #660707; */
    font-size: 38px;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 30%;
    overflow: hidden;
    padding-top: 40px;
}
.form{
    /* background-color: #095e8643; */
    /* border-radius: 20px; */
    height: 70%;
    width: 300px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
}
.title-form{
    font-size: 25px;
    width: 100%;
    height: 15%;
    display: flex;
    align-items: start;
    justify-content: left;
}
.google{
    width: 100%;
    height: 9%;
    background-color: #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f4f4f;
    cursor: pointer;
}
.google img{
    width: 20px;
    margin-right:8px;
}
.apple{
    width: 100%;
    height: 9%;
    background-color: #ffffff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    margin-top: 7px;
    cursor: pointer;
}
.apple img{
    width: 20px;
    margin-right:8px;
}
.or{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 10px;
}
.or hr{
    width: 100%;
    border: #2d2d2d solid 1px;
}
.cacc{
    width: 100%;
    height: 9%;
    background-color: #009dff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    /* margin-top: 7px; */
    cursor: pointer;
}
.info{
    font-size: 12px;
    text-align: left;
    color: #757575;
    margin-top: 5px;
}
.info a{
    color: #0086d3;
    text-decoration: none;
}
.info a:hover{
    text-decoration: underline;
}
.sign-in{
    width: 100%;
    /* border-radius: 100px; */
    height: 20vh;
    display: flex;
    align-items: start;
    justify-content:end;
    text-align: left;
    flex-direction: column;
    color: #ffffff;
    /* margin-top: 7px; */
    /* background-color: #0086d3; */
    padding-bottom: 60px;
}
.sign-in h4{
    width: 100%;
    height: 27%;
    /* background-color: #ffffff; */
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00aaff;
    border-radius:100px;
    border: #555555 solid 1px;
    cursor: pointer;
    margin-top: 17px;
}
.footer{
    color: #4d4d4d;
    font-weight: 100;
    padding-right: 20px;
    font-size: 13px;
}
.footer a{
    font-size: 13px;
    text-decoration: none;
    color: #4d4d4d;
    margin-left: 15px;
}
.footer h4{
    margin-top: 10px;
}