html, body {
    height:100%;
    width:100%;
    margin: 0;
    padding: 0;
    display:table;
    font-family: Montserrat;
}
body {
    background-image: url('/images/front/back2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    display:table-cell;
    vertical-align:middle;
}
#parent {
    display: table;
    width: 100%;
}
.content {
    font-family: Montserrat;
    border-top: 5px solid #ee3124;
    background-color: #fff;
    margin-top: 70px;
    margin-bottom: 30px;
    width: 750px;
    padding: 50px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: left;
}
.content p, .content p a, .content h1, .content h3, .content h4 {
    font-family: Montserrat;
}
.content p a {
    text-decoration: none;
    color: #00b3ff;
}
.content p {
    font-size: 11px;
    text-align: justify;
}
.content h1 {
    margin: 12px 0;
}
.content h3 {
    margin: 12px 0;
}
#formLogin {
    border-top: 5px solid #ee3124;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    width: 300px;
    height: 320px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#formLogin h1 {
    text-align: center;
    color: #222;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 20px;
    font-family: Montserrat;
}
#forgotPassword input,
.form-horizontal input,
#formLogin select,
#formLogin input {
    width: 80%;
    height: 42px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #bbb;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0 10px 0 10px;
    outline: none;
    font-family: Montserrat;
}
#formLogin select.disabled,
#formLogin input.disabled {
    background: #f0f0f0;
    border: 1px #dddddd solid;
    color: #999;
}
#forgotPassword input[type=submit] {
    cursor: pointer;
}
#formLogin input:active, 
#formLogin input:focus {
    border: 1px solid #ff656c;
}
#formLogin #submit,
#forgotPassword #submit {
    width: 80%;
    height: 40px;
    background: #014079;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #014079;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    font-family: Montserrat;
}
#formLogin #submit:hover,
#forgotPassword #submit:hover {
    background: #084e8e;
}
#formLogin #submit:disabled,
#forgotPassword #submit:disabled {
    background: #f0f0f0;
    border: 1px #cccccc solid;
    color: #bbb;
}
#formLogin p {
    font-family: Montserrat;
    color: #444;
    font-size: 10px;
    margin: 0;
    padding: 0;
}
#formLogin p a {
    color: #444;
    cursor: pointer;
    text-decoration: none;
}
.fixed-nav-bar,
.fixed-nav-bar-mobile {
    border-bottom: 5px solid #014079;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 50px;
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.fixed-nav-bar p {
    display: block;
    font-family: Montserrat;
    float: left;
    margin:0;
}
.fixed-nav-bar p a {
    display: block;
    font-family: Montserrat;
    color: #333;
    cursor: pointer;
    text-decoration: none;
    height: 50px;
    padding: 0px 14px;
    display: table-cell;
    vertical-align: middle;
}
.fixed-nav-bar p.right {
    float: right;
}
.logo {
    padding-top: 7px;
    height: 40px;
    float: left;
    margin-left: 10px;
}
span.error {
    display: block;
    font-family: Montserrat;
    color: red;
    font-size: 11px;
    padding-bottom: 5px;
}

::-webkit-input-placeholder {
   color: #aaa;
}

:-moz-placeholder { /* Firefox 18- */
   color: #aaa;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #aaa;  
}

:-ms-input-placeholder {  
   color: #aaa;  
}
