﻿body {
    color: #5a5a5a;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

a,
a:link,
a:visited,
a:active {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
    cursor: pointer;
}

input[type='submit'],
input[type='button'],
button {
    background: #0344FB;
    border: 0px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    padding: 0 24px;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
}

input[type='submit']:hover,
input[type='button']:hover,
button:hover {
    background: #0236C8;
}