﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}


.button:hover {
    color: #bbb;
}

.button {
    background: none repeat scroll 0 0 #0b5ed7;
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 31px;
    line-height: 28px;
    padding: 5px 20px;
    text-decoration: none;
}

body {
    margin-bottom: 60px;
    font-family: "Roboto", arial, sans-serif;
    font-size: 15px;
    color: #656D6D;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    padding-left: 75px;
    padding-right: 75px;
}

.header-div {
    background-color: rgba(247,123,133,1);
    width: 100%;
    top: 0px;
    text-align: center;
    padding-bottom: 30px;
}





label {
    display: block;
    margin-top: 25px;
    font-size: 16px;
    font-family: Arial;
}
