﻿@import url('https://fonts.googleapis.com/css?family=Lato');

.c-blue-button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    height: 32px !important;
    min-width: 5rem;
    letter-spacing: 0.5px;
    border-radius: 16px;
    background-color: #1a64ff;
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-family: 'Lato';
    font-weight: 400;
    border: 0px;
    cursor: pointer;
}

.c-blue-button-sm {
    height: 28px;
    padding: 0 1rem;
}

.message-box {
    background-color: #fff;
    padding: 30px 20px;
    margin-top: 20px;
    -webkit-box-shadow: 4px 0 10px 0 #e5e5e5;
    box-shadow: 4px 0 10px 0 #e5e5e5;
    border-radius: 4px;
    max-width: 800px;
    text-align: center;
    margin: 20px auto;
}

.message-text {
    font-family: 'Lato';
    font-size: 18px;
    line-height: 28px;
    color: #9b9b9b;
    padding: 20px 10px;
    font-weight: 300;
}

body {
    background-color: #f5f5f5;
}
