﻿body {
    background-color: #f7f7f7;
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 400;
}

.main-content
{
    background-color: white;
    width: 640px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,54,104,0.48);
    -webkit-box-shadow: 0 0 10px rgba(0,54,104,0.48);
}
.forgot-password
{
    font-family: 'Montserrat', sans-serif;
    font-size: .9em;
    color: #003668;
    font-weight: 700;
    background: none;
    border: none;
    background-image: url('../Images/PageIcons/Help.png');
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 25px;
    cursor: pointer;
}
h3.instructions
{
    font-family: 'Montserrat', sans-serif;
    font-size: .9em;
    color: #003668;
    font-weight: 700;
    background: none;
    border: none;
    background-image: url('../Images/PageIcons/Info.png');
    background-repeat: no-repeat;
    padding-left: 30px;
    line-height: 25px;
    cursor: pointer;
}

.button
{
    background-clip: padding-box;
    box-shadow: 0 0 0;
    text-shadow: 0 0 0;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    min-width: 100px;
    padding: 0 20px;
    height: 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    border-radius: 0;
    border: none;
    margin-right: 10px;
}

.button.primary
{
    background: #ec7c4d;
}

.button.primary:hover
{
    background: #EA6C37;
}
.button.secondary
{
    background: #53bfd9;
}
.button.secondary:hover
{
    background: #35B3D2;
}