body {
    font-family: 'freight-sans-pro', 'FreightSans Pro';
    font-weight: 350;
    font-style: normal;
    font-size: 16px;
    color: #37465e;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern";
    -moz-font-feature-settings: "kern=1";
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    margin: 0px;
    background-color: rgba(242, 242, 242, 1);
    background-image: none;
    position: relative;
    left: 0px;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

h1, h2, p, div, span, button, input {
    font-family: freight-sans-pro, 'freight-sans-pro', "FreightSans Pro", sans-serif !important;
}

h1 {
    font-size: 35px;
    color: #4D4D4D;
    font-weight: 400;
}

h2 {
    font-size: 20px;
    color: #4D4D4D;
    font-weight: 400;
    margin-bottom: 15px;
}

a, button.button-link {
  cursor: pointer;
}

p, ul {
    font-family: 'freight-sans-pro', 'FreightSans Pro';
    margin-top: 0;
    margin-bottom: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern";
    font-kerning: normal;
}

li {
    margin-left: 25px;
}

a, button.button-link {
    color:#00BCE7;
    text-decoration: none;
}

.background {
    z-index: 0;
}

.ping-default {
    letter-spacing: normal;
    color: #333333;
    vertical-align: none;
    line-height: normal;
    text-transform: none;
}

.sso-screen {
    margin: 5% auto;
    width: 500px;
}

.sso-screen.login {
    width: 700px;
}

.panel-state {
    border-width: 0px;
    background-color: rgba(255, 255, 255, 1);
    background-image: none;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.34901960784313724);
}

.panel-state-content{
    border-width: 0px;
    padding: 30px;
}

#greenphire-logo {
    border-width: 0px;
    width: 100%;
    height: 35px;
    display: flex;
    margin-bottom: 45px;
}

#greenphire-logo .img {
    border-width: 0px;
    width: 280px;
    height: 40px;
}

.footer {
    border-bottom: 1px solid #CCC;
    color: #4D4D4D;
    display: flex;
    font-size: 14px;
    padding: 15px 0;
}

.sub-footer {
    font-size: 13px;
    padding: 10px 0 0 0;
    text-align: right;
}

.footer .text {
    align-self: flex-start;
    border-width: 0px;
    box-sizing: border-box;
    font-family: 'freight-sans-pro', 'FreightSans Pro';
    padding: 0px 0px 0px 0px;
    text-align: left;
    text-transform: none;
    width: 100%;
    word-wrap: break-word;
}

.login .form-wrapper {
    border-right: 1px solid #CCC;
    flex: 0 0 58.33333333%;
    min-width: 56%;
    max-width: 58.33333333%;
    padding-right: 8%;
    width: 57%;
}

.form-wrapper {
    display: block;
    position: relative;
    float: left;
    margin-bottom: 20px;
    min-width: 90%;
}

.center {
    text-align: center;
    padding-top: 10px;
}

.sidebar {
    border-width: 0px;
    flex: 0 0 30%;
    max-width: 30%;
    display: block;
    position: relative;
    float: left;
    padding-left: 4%;
    padding-top: 4%;
    font-size: 16px;
}


label {
    color: #4D4D4D;
    display: block;
    font-family: 'freight-sans-pro', 'FreightSans Pro';
    font-style: normal;
    font-size: 16px;
    font-weight: 350;
    margin: 5px 0 5px 0;
    text-align: left;
    text-transform: none;
}

button.primary:hover {
    background-color: #337AB7;
}

button.secondary:hover {
    background-color: #E8F9FD;
}

button.emphasis:hover {
    background-color: #8C2300;
}

button.primary {
    background-color: rgba(0, 188, 231, 1);
    border: 1px solid rgba(0, 188, 231, 1);
    color: #FFF;
}

button.secondary {
    background-color: #FFF;
    border: 1px solid #337AB7;
    color: #337AB7;
}

button.emphasis {
    background-color: #CC6600;
    border: 1px solid #CC6600;
    color: #FFF;
}

button.primary, button.secondary, button.emphasis {
    border-radius: 0;
    display: block;
    float: left;
    font-family: 'freight-sans-pro', 'FreightSans Pro';
    font-size: 16px;
    font-weight: 300;
    line-height: 1.15;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    text-align: center;
    text-shadow: none;
    text-transform: none;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.button-wrapper {
    display: block;
    float: none;
    height: 20px;
    margin-bottom: 25px;
}

.call-to-action {
    margin-top: 10%;
    width: 100%;
}

.call-to-action button {
    float: none;
    width: 80%;
    margin: 10%;
}

.input-wrapper {
    display: block;
    margin-bottom: 25px;
    text-align: left;
}

input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    height: 35px;
}

input[type=checkbox], input[type=radio]{
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

input {    
    padding: 6px 6px 6px 6px;
    background: inherit;
    background-color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

::placeholder, input:read-only {
    color: #999999;
}

input:read-only {
    background-color: #f2f2f2;
}

#logos {
    margin-top: 85px;
    width: 350px;
}

#logos img {
    vertical-align: middle;
}

#logos a:first-of-type {
    border-right: #ccc 1px solid;
}

#logos a {
    padding: 8px;
}

button.button-link {
    background: none;
    border: none;
    font-family: 'freight-sans-pro', 'FreightSans Pro';
    font-weight: 350;
    font-size: 16px;
    font-style: normal;
    padding: 0;
    text-align: left;
} 

.feedback--error, div[data-id="feedback"], .field-message--error {
    font-family: freight-sans-pro, "FreightSans Pro";
    font-weight: 350;
    font-style: normal;
    color: rgb(204, 0, 0);
    padding: 10px;
    background-color: rgb(250, 230, 230);
    margin-bottom: 10px;
}

.feedback--error.alert-only {
    color: #CC6600;
    background-color: #F5EBCC;
}

.tile-button {
    background: none;
    border: none;
    color: #00BCE7;
    cursor: pointer;
    display: block;
    font-size: 16px;
    padding: 20px;
    text-align: left;
    width: 100%;
}

.icon-container svg {
    margin-right: 10px;
    vertical-align: middle;
} 

.tile-button:hover, .tile-button:hover .icon-container svg {
    background-color: #E8F9FD;
    color: #337AB7;
}

.tile-button .reactSingularKey_loading-container, 
.tile-button:hover .reactSingularKey_loading-container {
    background-color: #E8F9FD;
    color: #337AB7 !important;
}

.primary .reactSingularKey_loading-container {
    color: #FFF !important;
    background-color: none !important;
}

.secondary .reactSingularKey_loading-container {
    color: #337AB7 !important;
    background-color: none !important;
}

.reactSingularKey_loading-container div{
    width: 8px !important;
    height: 8px !important;
}