/* @override 
	http://182.54.217.174:4041/Content/css/login.css
	http://182.54.217.174:9091/Content/css/login.css */

@font-face {
  font-family: 'BAE Systems Web';
  font-style: normal;
  font-weight: 300;
  src: local('BAE Systems Web Light'), local('BAESystemsWeb-Light'), url(/fonts/light/BAESystemsWeb-Light.woff2) format('woff2'), url(fonts/light/BAESystemsWeb-Light.woff) format('woff');
}
@font-face {
  font-family: 'BAE Systems Web';
  font-style: normal;
  font-weight: 400;
  src: local('BAE Systems Web regular'), local('BAESystemsWeb-Regular'), url(/fonts/regular/BAESystemsWeb-Regular.woff2) format('woff2'), url(/fonts/regular/BAESystemsWeb-Regular.woff) format('woff');
}
@font-face {
  font-family: 'BAE Systems Web';
  font-style: normal;
  font-weight: 600;
  src: local('BAE Systems Web Semibold'), local('BAESystemsWeb-Semibold'), url(fonts/bold/BAESystemsWeb-Bold.woff2) format('woff2'), url(/fonts/bold/BAESystemsWeb-Bold.woff) format('woff');
}
@font-face {
  font-family: 'BAE Systems Web';
  font-style: normal;
  font-weight: 700;
  src: local('BAE Systems Web Bold'), local('BAESystemsWeb-Bold'), url(/fonts/bold/BAESystemsWeb-Bold.woff2) format('woff2'), url(/fonts/bold/BAESystemsWeb-Bold.woff) format('woff');
}


#form_login {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color: #D0D3D4;
}

div.well {
    height: 100px;
}

.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    .Absolute-Center.is-Responsive {
        width: 50%;
        height: 50%;
        min-width: 200px;
        max-width: 700px;
        /*padding: 20px;*/
    }

#logo-container {
    margin: auto;
    margin-bottom: 10px;
    width: 200px;
    height: 30px;
}

.Loginlogo-container {
    position: absolute;
    color: white;
    top: 17%;
    font-size: 20px;
    left: 15%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.btn-signin {
    background-color: #fc4c02 !important;
    width: 100%;
    color: #ffffff !important;
    border: none;
   
    /* line-height: 2.75; */
	font: bold 20px 'BAE Systems Web';
	padding: 6px 12px;
}



.footer {
    background: 0 0;
    border: 0;
}

    .footer .footer-entry {
        color: #63666a;
        line-height: 1.41666667;
        font-family: 'BAE Systems Web';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        /*text-align: left;*/
        text-decoration: none;
        text-indent: 0;
        text-justify: auto;
        text-outline: 0;
        text-overflow: clip;
        text-shadow: none;
        text-transform: none;
        text-wrap: normal;
        /*color: #ababab;*/
		text-align: center;
        border-right: 1px solid #ababab;
        padding: 0 15px;
    }

        .footer .footer-entry.last {
            border: 0;
        }



label {
    color: #000000 !important;
    display: inline-block;
    margin-bottom: 6px;
	font: bold 14px 'BAE Systems Web';
}

.signin-password {
    margin-top: 20px;
}

.signin {
    margin-top: 30px;
}

.forgot-password {
    font-family: 'BAE Systems Web';
    font-size: 20px;
    color: #337ab7 !important;
}

.signin-font {
    font-family: 'BAE Systems Web';
    font-size: 14px;
}

.theme-color {
    color: #337ab7 !important;
    text-align: center;
}

.bold {
    font-weight: bold;
}

.font-18 {
    font-size: 18px;
}

.font-grey {
    color: #747474;
}

.background-loginbanner{
    background-image: url(../images/banner.png);
	background-size: cover;
	background-position: left;*/
}


.background-login {
    background-image: url(../images/banner.png);*/
    background-size: cover;
    background-position: center;
}

.background-transparent {
    background-color: transparent;
}

.border-radius-0 {
    border-radius: 0 !important;
}

.padding-top-0 {
    padding-top: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.my-dialog .modal-dialog {
    width: 100%;
    max-width: 1150px;
}
