.logoCenter {
    display: block;
    margin: 0 auto;
}
.line {
    background-color: #818181;
    height: 1px;
}
/* Full-width input fields */
input[type=text],
input[type=email],
input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
    border-radius: 4px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Overwrite default styles of hr */
hr {
    border: 1px solid #eaeaea;
    margin-bottom: 25px;
}

/* Set a style for the submit button */
.registerbtn {
    background-color: #55ACEE;
    color: white;
    padding: 14px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    border-radius: 4px;
}

.registerbtn:hover {
    background-color: #349ae7;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
    /* background-color: #f1f1f1; */
    text-align: center;
}