﻿body {
    font-size: 14px
}

h1, h2 {
    color: #4B6A80;
    font-size: 28px;
    font-weight: bold;
    margin-top: 0px
}

h3 {
    color: Black;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 25px
}

div.lp-headerContainer {
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #0b253c;
    z-index: 3;
}

div.cr-top-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(/images/Login/AbacusNextLogo_LoginPageTop.png) no-repeat;
    background-size: contain;
    width: 200px;
    height: 41px;
}

#header {
    text-align: center;
    height: 55px;
    top: 40px;
    position: relative;
    width: 100%;
}

.header-text {
    color: white;
    font-weight: 400;
    font-size: 25px;
}

#mainContainer {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 63px;
}

#center {
    height: 450px
}

#rightCol {
    width: 400px;
    float: right;
    padding-top: 20px
}

p {
    margin-bottom: 10px
}

.lp-footerContainer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #000;
    height: 80px;
    z-index: 3;
}

.lp-cloudMonitorDiv {
    right: 10px;
    bottom: 17px;
    position: absolute;
}

.lp-cloudAmicusFooterDiv {
    position: relative;
    bottom: 5px;
    text-align: center;
    vertical-align: middle;
}

.link-no-underline {
    color: #cccccc;
    text-decoration: none;
    cursor: pointer;
}

    .link-no-underline:hover {
        text-decoration: underline !important;
        color: #ffffff !important;
    }

.lp-cloudAmicusFooterDiv span {
    font-size: 12px;
    color: #cccccc;
}

#lkCloudMonitor {
    margin: 0px 10px;
    color: #999999;
}

    #lkCloudMonitor:hover {
        color: #ffffff;
    }

#footer {
    text-align: center;
    height: 55px;
    top: 13px;
    position: relative;
    width: 100%;
}

.footer-text {
    color: white;
    font-weight: 400;
    font-size: 18px;
}

.rightMargin5 {
    margin-right: 5px;
}

.card-required {
    margin-left: 110px;
    font-size: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}


input[type=text], input[type=email], input[type=tel], input[type=url], .amicus-textfield, .aa-form-textfield {
    box-shadow: none !important;
}
