﻿ 
/**********************************************************
 * This is Generated Code
 * You should not modify this code as it may be overwritten.
 * Generated By Generative Objects 
 *********************************************************/
.header-image {
    padding: 10px;
    margin: 10px;
    background-size: cover;
    width: 318px;
    height: 24px;
}

header {
    color: #37474f;
    background-color: #fff;
    min-height: 103px;
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
}

h2 {
    font-size: 1.6em;
    color: #37474f;
    padding: 5px 0 10px 0;
}

// to hide the show password button in IE because we have our own one
input::-ms-reveal {
    display: none;
}  