body form.check-user-email{
    max-width: 615px;
    margin: auto;
}
body form.check-user-email h1.main_title{
    display:none;
}
form.check-user-email H3 {
    color: #444444;
    margin-top: 50px;text-align: center;font-size: 1.5em;
}
body form.check-user-email input[type=email]{
    padding: 8px;
    color: #666;
    background-color: #fff;
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    margin-bottom: 20px;
}
body form.check-user-email button[type=submit]{
    width: 100%;
    border-radius: 12px;
    background-color: #8f13a5;
    border: none;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}