.sign_up_welcome{
    text-align: start;
    margin-top: 5rem;
    margin-left: 1rem;
    font-weight: bold;
}

.sign_up_image{
    margin-top:20%;
    /* text-align: center; */
    margin-left:20%;
}

.signup_logo_head{
    margin-top: 1rem;
    margin-left: 41%;
    color: #6610f2;
    font-weight: 800;
}

.reg_success{
    background-color: lawngreen;
    padding: 1rem;
    color: black;
    text-decoration: none;
    margin-bottom: 1rem;
}

h1{
    margin-top: -1rem;
    text-align: start;
    margin-left: 1rem;
    color: #6610f2;
}

.create_account_label{
    text-align: start;
    margin-left: 1rem;
    font-weight: bold;
    font-size: 20px;
}

form{
    text-align: start;
    padding: 1rem;
    margin-top: 3rem;
}

label{
    font-weight: 500;
}

input{
    border: 2px solid  black;
    border-radius: 15px;
    width: 70%;
    height: 5vh;
    padding-left: 10px;
    margin-bottom: 5px;
}

.register_button{
    border: black;
    background-color: black;
    color: white;
    font-weight: bold;
}

a.login_url_text{
    text-decoration: none;
    font-weight: bold;
}

.login_signup{
    font-weight: bold;
}

.toggle-password{
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    .sign_up_image{
        border-radius: 2rem;
        height: 200px;
    }

    .signup_logo_head{
        margin-top: 1rem;
        margin-left: 45%;
    }

    .sign_up_welcome{
        margin-top: 2rem;
        text-align: center;
        margin-left: 3rem;
    }

    h1{
        text-align: center;
        margin-left: 3rem;
        color: #6610f2;
    }

    .create_account_label{
        margin-top: 1rem;
        text-align: center;
        margin-left: 3rem;
    }

    form{
        margin-top: 1rem;
        margin-left: 2rem;
    }

    input{
        width: 90%;
    }

}
  