/** Shopify CDN: Minification failed

Line 66:31 Unterminated string token

**/
main form {
    display: flex; 
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

main form input {
    width: 100%;
    height: 35px;
    padding-left: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

main .bottom-link {
    color: #de5e5c;
    text-decoration: none;
    margin-top: 15px;
}
main .bottom-link:hover {
    text-decoration: underline;
}

main .submit-button {
    background-color: #de5e5c; 
    color: white;
    border: none;
    height: 35px;
    cursor: pointer;
}

main ul {
    padding-left: 0;
    list-style-type: none;
}

main .hide { 
    display: none;
}

main h2 {
    text-align: center; 
    margin-bottom: 0;
}
main p {
    text-align: center;
    margin-top: 5px;
}

main p a {
    color: #de5e5c;
    text-decoration: none;
    margin-top: 15px;
}
main p a:hover {
    text-decoration: underline'
}