h1 {
    font-size: 24px;
    font-weight: 0;
}

div.header {
    display: flex;
    align-items: center;
    margin-top: 28px;
}

div.container {
    display: flex;
    justify-content: center;
    width: 100%;
}

div.register {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.label {
    text-align: center;
    margin: 30px 0px;
}

div.center {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

a.link {
    text-align: center;
}

.input {
    height: 50px;
    box-shadow: inset 0px 3px 6px rgba(0, 0, 0, 0.16);
}
