
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}



.page-wrapper
{
    width: 100vw;
    height: 130vh;
    background-color: lightblue;
    display: flex;
    justify-content: center;
    align-items: center;
}



.signup-div
{
    background-color:  #9986e3;
    border-radius: 20px;
    width: 600px;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 10px;
    padding: 62px 43px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2) ;
}

.btn-outline-danger{
    display: block;
}
.mt-2px {
    text-align: center;
}
#signup-form
{
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.form-child
{
    margin: 10px 0;
    display: flex;
    align-items: start;
    flex-direction: column;
    width: 90%;
}



input{
    width: 100%;
    padding: 10px 20px;
    border-radius: 10px;
    border: 0.5px solid white;
    /* border: none; */
}



label
{
    font-size: 400;
    color: white;
}



#submit-button
{
    width: 50%;
    background-color: rgb(0, 175, 233);
    padding: 10px 20px;
    border-radius: 10px;
}



#submit-button:hover
{
    background-color: rgb(0, 151, 201);
    /* background-color: white; */
    cursor: pointer;
}



.login-link
{
    font-size: small;
}



.button-div
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



a
{
    color: lightblue;
}




.heading
{
    margin: 10px;
    color: white;
}



/* .referal-code {
    
} */


.referal-code-div {
    display: flex;
    width: 100%;
}


[referalCode] {
    position: relative;;
}



.referal-button {
    padding: 0 10px;
    margin: 0 5px;
    border-radius: 10px;
    border: none;
    background-color: #7ab6ffcc;
    color: white;
    /* position: absolute; */
}



.referal-box-icons {
    position: absolute;
    float: left;
}


.referal-status {
    /* position: absolute; */
    /* margin-right: auto; */
    padding: 5px 10px;
}