﻿.login-logo {
    background-image: url(/graphics/firmplus-logo-home-new.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 161px;
    width: 477px;
    margin: 6em auto 0;
}

.main-content {
    background: #3d5068;
    overflow: hidden;
    padding: 2em 2em 1em 2em;
    border-radius: 1.2em;
    color: #FFF;
    text-align: left;
    width: 60vh;
}

.login-container .controls {
    width: 100%;
    padding: 10px 10px 0 10px;
}

.need-help {
    padding-top: 1rem;
}

.footer-links-new {
    font-weight: 600;
    list-style-type: none;
    overflow: hidden;
}

.FooterNew {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    line-height: 10px;
}

body {
    background-color: #DCDDE0;
}