.signup_div {
    background-image: url("../Images/IMG_3554_szerkesztett.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
}

select {
  text-align: center;
  height: 30px;
  line-height: 40px;
  border-radius: 8px;
  border: 2px solid #00126D;
  font-size: 14px;
}

.signup_choose {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding: 20px;
} 

.form_container {
    max-width: 1440px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.form {
    max-width: 800px;
    width: 100%;
    border-radius: 15px;
    margin: 25px 0;
    padding: 15px 0;
    align-items: center;
    flex-direction: column;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: rgba(109, 184, 233, 0.85);
}

.form > div > h1 {
    font-size: 35px;
    justify-self: center;
    padding-bottom: 20px;
}

.label_div {
    font-weight: 600;
    font-size: 22px;
    display: flex;
    align-items: center;
}

.label_div > select {
    display: flex;
    justify-self: center;
}

.label_div > label {
    width: 325px;
}

.label_div > input {
    flex: 1;
    border-radius: 10px;
    padding: 5px;
}

.form > div > button {
    display: flex;
    justify-self: center;
}