/*
** Copyright (c) 2019 Latitude Financial Services.
*/
body {
    background-color: #FFFFFF;
    color: #006AC6;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

form#frmRedirectToOrion div.header {
    background-color: #FFFFFF;
    box-shadow: 0 2px 0 0 rgba(0,0,0,0.05);
    clear: both;
    margin-bottom: 5px;
    overflow: auto;
    text-align: left;
}
form#frmRedirectToOrion div.header img {
    float: left;
    height: auto;
    width: 40px;
    padding: 5pt;
}
form#frmRedirectToOrion div.header p {
    font-size: 18px;
    margin-left: 60px;
}
form#frmRedirectToOrion div.content {
    margin-left: 60px;
    overflow: auto;
}
form#frmRedirectToOrion div.content div.info {
    float: left;
    overflow: auto;
    padding: 5pt;
    text-align: center;
    width: 70%;
}
form#frmRedirectToOrion div.content div.info p {
    font-size: 18px;
}
form#frmRedirectToOrion div.content div.info p.title {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 49px;
}
form#frmRedirectToOrion div.content div.info a.button,
form#frmRedirectToOrion div.content div.info input.button {
    background-color: #006AC6;
    border-radius: 4px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
}
form#frmRedirectToOrion div.content div.info a.button:hover,
form#frmRedirectToOrion div.content div.info input.button:hover {
    background-color: #003a6d;
}
form#frmRedirectToOrion div.content img {
    height: auto;
    padding: 5pt;
    width: 20%;
}
form#frmRedirectToOrion div.footer {
    background-color: #F3F3F3;
    clear: both;
    margin-top: 5pt;
    overflow: auto;
    padding: 5pt;
    text-align: left;
}
form#frmRedirectToOrion div.footer p {
    color: #42484D;
    font-size: 14px;
    margin-left: 60px;
}
form#frmRedirectToOrion div.footer img {
    padding: 5px;
}
