﻿.app-brand-logo {
    width: 292px;
    height: 33px;
}

.application-name {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
    text-align: left;
}

.app-version {
    display: block;
    font-size: 0.8rem;
    text-align: right;
    padding: 0px 20px 0px 20px;
}

body {
    margin: 0;
    font-family: Open Sans, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 16px;
    text-align: left;
    background-color: #fff;
    height: 100%
}

.btn-login {
    text-align: right;
    display: inline-block;
    float: right;
}

.btn-submit {
    background-image: url(../Images/login_btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 48px;
    height: 48px;
}


.client-name {
    display: table-cell;
    vertical-align: middle;
    color: #86bc25;
}


.control-label {
    color: #00A3E0;
}


.form-control {
    display: block;
    width: 100%;
    font-size: 1rem;
    padding: 5px 5px 5px 5px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.header {
    font-size: 24px;
    color: #fff;
    text-align: left;
    background-color: #000000;
    height: 40px;
    width: 100%;
    display: table;
}

.header-logo {
    display: table-cell;
    width: 40px;
    padding: 3px;
}


.header-row {
    display: table-row;
}

.input-validation-error {
    border: 1px solid #ff0000;
}

label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.limiter {
    width: 640px;
    height: 350px;
    background-color: #4A4A4A;
    color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.limiter-sso {
    height: 300px !important;
}


.limiter-color {
    background-color: #4A4A4A;
}

.login-form {
    width: 100%;
    position: relative;
}

.login-label {
    color: #00A3E0;
    font-weight: 300;
}

.msg-block {
    font-size: 1rem;
    color: white;
    padding-top: 5px;
    font-weight: 300;
    line-height: 16px;
    text-align: left;
    display: inline-block;
}

.row {
    text-align: left;
    padding: 0px 20px 0px 20px;
}


.sub-header {
    font-size: 1rem;
    color: white;
    padding: 20px;
    display: inline-block;
}

.validation-errors {
    float: left;
}

.version-label {
    display: block;
    font-size: 0.8rem;
    text-align: right;
    color: #fff;
    font-weight: 300;
    padding: 0px 20px 0px 20px;
}