.register_message {
    background: #fff; 
    padding: 80px 0 30px;
    text-align: center;
}

.register_message p {
    padding-top: 1em;
}

.register_message a.link {
    text-decoration: underline;
    color: #208cc2;
}

.register_message_body {
    margin: auto;
    width: 80%;
}

.register_message_body .button-container {
    padding-top: 20px; 
}

.register_message_body .button-container .button:not(:last-child) {
    margin-right: 20px; 
}

.register_message_body .button-container .button {
    margin: 0; 
}

h3 {
    font-weight: bold;
}

.back-link {
    margin: 3em 0 1em 1em;
    font-weight: bold;
}

.register_message .button {
    font-family: 'raleway-regular,Arial,sans-serif';
    font-weight: 400;
    color: #FFFFFF;
    background: #208cc2;
    padding: 6px 15px;
    border-radius: 20px
}
.register_message .button {
    display: block;
    margin: 0 auto 5px;
    font-size: 14px;
    padding: 6px 20px 7px;
    cursor: pointer;
    background: #208cc2;
    color: #ffffff;
    position: relative;
    border-radius: 50px;
    text-align: center;
    font-family: 'raleway-regular';
    width: auto
}
