#signSection{
    width: 100%;
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(246,139,30);
}
#signDiv{
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#signImageDiv{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#signImage{
    width: 70px;
    height: 70px;
    padding-bottom: 20px;
}
#signText{
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
#signHead{
    font-family: roboto, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
#signPara{
    font-family: roboto, sans-serif;
    font-size: 17px;
    font-weight: 500;
    /* color: rgb(74, 74, 74); */
}
#signPara a{
    color: rgb(246,139,30);
    text-decoration: none;
}
#signInDiv{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    /* border: 5px solid rgb(246,139,30); */
    border-radius: 20px;
}
.label{
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    text-align: left;
}
#label{
    /* display: flex;
    align-items: center;
    justify-content: flex-start; */
    font-size: 17px;
    font-weight: 600;
}
.signInput{
    width: 95%;
    height: 50px;
    border: 1px solid rgb(74, 74, 74);
    border-radius: 5px;
    padding-left: 8px;
    font-size: 20px;
}
.signInput::placeholder{
    font-size: 15px;
    color: rgb(246,139,30);
}
input:focus-visible{
    border: 2px solid rgb(246,139,30) !important;
    outline: none;
}
/* input:focus-within{
    border: none;
} */
/* input:focus{
    border: 2px solid rgb(246,139,30) !important;
} */
.spaneye{
    position: relative;
    bottom: 14%;
    left: 40%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid red; */
}
#spaneye{
    /* font-size: 18px; */
    line-height: 1;
    transition: color 0.3s ease-in-out;
}
#signButton{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid rgb(74, 74, 74);
}
#continueBtn{
    background-color: rgb(246,139,30);
    width: 100%;
    height: 60px;
    border: 1px solid rgb(246,139,30);
    border-radius: 5px;
    font-size: 20px;
    color: white;
    font-weight: 600;
}
#continueText{
    font-size: 15px;
    padding-top: 5px;
    font-family: roboto, sans-serif;
}
#continueLink{
    color: rgb(246,139,30);
    font-size: 15px;
    padding: 5px;
    font-family: roboto, sans-serif;
}
#signPasskey{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#passKey{
    width: 100%;
    height: 60px;
    background-color: white;
    border: 1px solid rgb(246,139,30);
    font-size: 20px;
    color: rgb(246,139,30);
    font-weight: 600;
    border-radius: 5px;
    font-family: roboto, sans-serif;
}
#signFacebook{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#facebook{
    width: 100%;
    height: 60px;
    background-color: rgb(24,119,242);
    border: 1px solid rgb(24,119,242);
    color: white;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 600;
    font-family: roboto, sans-serif;
}
#paragraph{
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#paraDiv{
    font-size: 15px;
    padding-top: 5px;
    font-family: roboto, sans-serif;
}