@font-face {
    font-family: 'FontAwesome';
    src: url('font/FontAwesome.otf') format('opentype');
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("font/SourceSansPro-Regular.ttf") format("truetype");
}

div#loginTitle {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    color: #274a71;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-service-group:before {
    content: "\f009" !important;
}

.fa-user:before {
    content: "\f007" !important;
}

.fa-security-domain:before {
    content: "\f084" !important;
}

.fa-lock:before {
    content: "\f023" !important;
}

.fa-exclamation-circle:before {
    content: "\f06a" !important;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    color: #ffffff;
    font: normal 14px/18px 'Source Sans Pro' !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-layout-container {
    width: 100%;
    height: 100%;
    min-width: 1080px;
}

.main-content-container {
    background-color: #F7F5F7;
    height: 100%;
}

.logo-content {
    background-image: linear-gradient(to right, #0077C8 , #225164);
    width: 65%;
    height: 100%;
    float: left;
}

.login-content {
    height: 100%;
    display: flex;
    align-items: center;
}

.login-content .vertical-align {
    display: inline-block;
    height: calc((100% - 200px)/2);
    vertical-align: middle;
}

.logo-title {
    height: calc(100% - 130px);
    display: flex;
    align-items: center;
}

/*
.logo-title img {
    margin: 0 auto;
    margin-left: 350;
    margin-right: 0;
    width: 120px;
    padding-left: 55px;
}*/

/*
.logo-vertical-bar {
   margin-left: 50;
   margin-right: 50;
}*/

.logo-title-ssc-logo-img {
    margin-left: auto;
    width: 120px;
    padding-left: 0px; 
    padding-bottom: 15px;
}

.logo-title-vertical-bar-img {
    height: 30px;
}

.logo-title text-algorithmics {
    font-size: 18pt;
    padding-left:20px;
    padding-right:20px;
}

.logo-title text-login-title {
    font-size: 18pt;
    padding-left: 20px;
    white-space: nowrap;
    margin-right: auto;
}

.logo-footer hr {
    width: 580px;
}

.logo-footer footer {
    width: 530px;
    margin: 0 auto;
    line-height: 18px;
    font-size: 9pt;
    text-align: center;
}

.label-icon {
    border-radius: 3px 0 0 3px;
    background-color: #ffffff;
    color: #B2B4B4;
    font-size: 21px;
    width: 34px;
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.label-icon i {
    margin: 0 auto;
}

.form-wrapper {
    display: block;
    width: 100%;
    justify-content: center;
    align-items: center;
/*    margin: 10px; */
}

.form-wrapper hr {
    margin-top: 50px;
    width: 70%;
}

.invisible {
    display: none;
}

.input-wrapper {
    display: flex;
    justify-content: center;
    margin: 10px;
}

.input-wrapper select {
    padding: 0 10px;
    border-radius: 0 3px 3px 0;
    font: normal 14px/32px 'Source Sans Pro';
    border: 1px solid #ffffff;
    margin: 0;
    width: 173px;
    height: 34px;
}

.input-wrapper input {
    padding: 0 10px;
    border-radius: 0 3px 3px 0;
    font: normal 14px/32px 'Source Sans Pro';
    border: 1px solid #ffffff;
    margin: 0;
}

.input-wrapper input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 20px #ffffff inset;
    -webkit-text-fill-color: #555555;
}

.input-wrapper input:focus {
    outline: none;
}

.login-form {
    margin: 0 auto;
}

.login-form ::placeholder {
    opacity: 0.4;
    font-weight: 100;
}

.login-form ::-ms-input-placeholder {
    opacity: 0.4;
    font-weight: 100;
}

.login-form .submit {
    border: 0;
    background-color: #1C7293;
    height: 36px;
    border-radius: 3px;
    color: #ffffff;
    padding: 0 18px;
    width: 188px;
}

.login-form .submit:hover {
    background-color: #255164;
    cursor: pointer;
}

.login-form .submit:disabled {
    background: #939598;
    cursor: none;
}

.login-form .form-error {
    border: 1px solid #CC2727;
}

.login-form .enterprise-login {
    font-size: 20px;
    color: #000000;
}

.errormsg-container .errormsg {
    background-color: #CC2727;
    display: inline-block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: white;
    padding: 6px;
    font-weight: 500;
    min-width: 188px;
    visibility: hidden;
}

.errormsg-container .errormsg i {
    padding: 0 10px;
}

.errormsg-container .errormsg.isactive {
    visibility: visible;
}
