body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}
.register-container {
    background-color: white;
    padding: 30px;
    padding-top: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 300px;
}
h2 {
    text-align: center;
    color: #333;
}
.form-group {
    margin-bottom: 15px;
}
label {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}
input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
button {
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}
button:hover {
    background-color: #218838;
}

.have_account{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.have_account a{
    display: inline-block;
    text-decoration: none;
    color: black;
}

._school{
    display: flex;
    padding-top: 3px;
    padding-bottom: 3px;
}
.school{
    margin-bottom: 5px;
}

input[type="radio"]{
    margin: 5px;
}

.sign_up{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.sign_up a{
    display: inline-block;
    text-decoration: none;
    color:black;
}
