
*{
    margin: 0px;
    padding: 0px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;

}
#sign_up{
    margin: auto;
    margin-top: 20px;
    width: 30%;
    height: auto;
   

}
#sigup_navbar{
    display: flex;
    justify-content: center;
    width: 100%;
    height: 35px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    padding: 13px;
}
#sign_up_form>input{
    width:90%;
    height: 20px;
  font-size: 15px;
  padding: 15px;
  margin-top: 10px;
}
#sign_up_form>input:focus{
    border: 10px rgb(30, 172, 165) ;
    /* border-color: */
}
#sign_up_check_box{
    display: flex;
    margin-top: 20px;
}
#sign_up_check_box>p{
    margin-left: 10px;
}
.term_and_condtion_checkbox{
    font-size: 12px;
    margin-top: 20px;

}
.term_and_condtion{
    font-size: 14px;
    margin-top: 20px;
}
a{
    font-size: 14px;
    color: #007E8F;
    text-decoration: none;
}
.sign_up_button{
    margin-top: 20px;
    padding: 3% 42%;
    background-color: #bc6d72;
    border: 0px;
    font-size: 16px;
    color: #FFFFFF;

}
#redirect_signup{
    width: 116px;
    height: 70px;
    margin: auto;
    margin-top: 25px;
    padding: 0px;

}
#redirect_signup>div{
    display: flex;
    justify-content: space-between;
    width: 60px;
    height: 44px;
    padding: 5px 10px 5px 10px;
    margin-top: 15px;

}
#redirect_signup>div>img{
    width: 18px;
    height: 18px;
}
.forget_password{
    text-align: center;
    margin-top: 20px;
}
.sign_up_button:hover
{
    cursor: pointer;
    background-color: #C85259;
}
.sign_up_button:active{
    transform: scale(0.98);
}
.signup_checkboc:hover
{
 cursor: pointer;
 color: #007E8F;
}
#welcome{
    width: 30%;
    margin: auto;
}
#welcome>p{
    margin-top: 40px;
}
#welcome:nth-child(2),#welcome>p+a
{
    margin-top: 30px;
}

a:hover{
    font-size: 14px;
    color: #007E8F;
    text-decoration: underline;
}

.updatename{
    display: flex;
}
h1{
    margin-left: 10px;
}

