body{
    background-color:  #FEFCF0;
    margin: 0 auto;
    margin-top: 200px;
    padding: 8px;

    box-sizing: border-box;
    line-height: 1.6;

    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 360px;
}

.title{
    margin: 0 auto;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    max-width: 366px;
}

.instruction{
    margin: 0 auto;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    max-width: 360px;
    font-size: 14px;
    color: #9E9E9E;
}


.form-group {
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 366px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;

    text-align: left;

    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-size: 14px;
}

.form-group input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}


button[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #1A244E;
    color: #fff;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
    font-size: 16px;
}