body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.splash_wrapper {}

.splash {
    max-width: 100%;
    min-width: 40%;
}

.form_wrapper {
    display: flex;
    flex-direction: column;
    max-width: 275px;
    text-align: center;
    vertical-align: middle;
    margin: auto;
}

.form_wrapper>a,
.signup_wrapper>a {
    width: 100%;
}

.common_width {
    width: 275px;
    max-width: 100%;
}

.form_item {
    margin: 3px 0px;
    border-radius: 10px;
    background-color: #ffffff;
}

.form_input {
    color: black;
    height: 35px;
    font-size: 24px;
    margin: 3px 0px;
    border-radius: 10px;
    background-color: #ffffff;
}

.checkbox_wrapper {
    padding-left: 15px;
    display: flex;
    align-items: left;
}

.checkbox_wrapper>p1 {
    text-align: left;
    padding: 10px;
}

.signup_wrapper {
    display: flex;
    flex-direction: column;
    width: 100% text-align: center;
    border: 2px solid white;
    margin-top: 5px;
    border-radius: 10px;
    padding: 10px;
}

#warning {
    color: red;
    font-size: 20px;
    text-align: left;
    text-indent: 10px;
    margin-bottom: 10px
}