/* @import "https://fonts.googleapis.com/css?family=PT+Sans:400,700|Lato:100,300,400"; */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
 /* src: local('Lato Light'), local('Lato-Light'), url("/servdeb/jsp/fonts/Lato-Light.ttf") format('truetype');*/
  src: local('Lato Light'), local('Lato-Light'), url("/servdeb/jsp/fonts/lato-light-webfont.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  /*src: local('PT Sans'), local('PTSans-Regular'), url("/servdeb/jsp/fonts/PT_Sans-Web-Regular.ttf") format('truetype');*/
  src: local('PT Sans'), local('PTSans-Regular'), url("/servdeb/jsp/fonts/pt_sans-web-regular-webfont.woff") format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
html {
    height: 100%;
}
body {
    background: url("/servdeb/jsp/img/callcenter.jpg") no-repeat fixed center center / cover rgba(0, 0, 0, 0);
}
@media (min-width: 979px) {
    body {
        padding-top: 80px;
    }
}
body.navi {
	margin:0px;
}

.blue {
    color: #447fc8;
}

.btn-success {
  background-color: #333399;
  border-color: #333399;
  color: #fff;
}
.btn-success:hover {
  background-color: #666;
  border-color: #333;
  color: #fff;
}
.btn-blue {
    background-color: #666;
    background-image: none;
    box-shadow: none;
    color: white;
    padding: 5px 20px;
    text-shadow: none;
}
.btn-blue:hover {
    background: none repeat scroll 0 0 #333399;
    color: white;
}
.navbar .brand {
    margin-top: 20px;
    max-height: 40px;
    padding-bottom: 8px;
    width: auto;
}

.navbar .navbar-inner {
    background: none repeat scroll 0 0 white;
    filter: none;
    height: 80px;
}
.navbar .nav {
    margin-top: 20px;
}
.navbar .nav > li > a {
    color: #333;
    padding: 10px 10px 11px;
    text-shadow: none;
}
.navbar .nav > li > a:hover {
    color: #111;
}
.navbar .nav > li.active > a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111;
}
.navbar .nav > li.active > a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #111;
}
#login-wrapper {
    background: none repeat scroll 0 0 white;
    border-radius: 15px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    display: block;
    height: 430px;
    left: 50%;
    margin-left: -235px;
    margin-top: -185px;
    padding: 25px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 420px;
}
.login-form legend {
    margin-bottom: 15px;
    margin-top: 5px;
    padding-bottom: 15px;
}
.login-form .body {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
}
.login-form .footer {
    margin-top: 20px;
}
.login-form .footer .checkbox.inline {
    display: inline;
}
.login-form .footer .checkbox.inline input[type="checkbox"] {
    float: none;
    margin-top: -4px;
}
.login-form .footer .btn {
    background-image: none;
    box-shadow: none;
    margin-left: 15px;
    padding: 7px 25px;
}

.form-control{
	height: 30px!important;
        box-sizing:border-box;
        display: inline-block;
}

.ref1{
	width: 10%;
        display: inline-block;       
        padding: 6px 8px;
}
.ref2{
	width: 28%;
        padding: 6px 8px;
}
.ref3{
	width: 16%;
        padding: 6px 8px;
}

div#body input, div#akz input{
    margin-bottom: 10px;
    display: inline-block;
}

.cap{
	width: 58%;
}
.passwrd{
	width: 58%;
        margin-bottom: 10px;
        
}

.control-label{
	width: 30%;
	float:left;
	line-height: 25px;
	margin-left: 5%;
        
}

footer.white {
    background: none repeat scroll 0 0 white;
    height: auto;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
}
.navbar {
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.login-form legend {
    color: #333333;
    font-family: "Lato",Helvetica,sans-serif;
    font-size: 36px;
    font-weight: 300;
}
.login-form label {
    color: #333333;
    font-family: "Lato",Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
}

footer.navbar-fixed-bottom {
    font-family: "PT Sans",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

footer.navbar-fixed-bottom a {
    text-decoration: underline;
}
    
@media (max-width: 980px) {
.navbar {
    height: auto;
    margin-bottom: 0;
}
.navbar .brand {
    margin-top: 0;
}
.navbar .navbar-inner {
    height: auto;
}
.navbar .nav > li > a:hover {
    color: white;
}
#login-wrapper {
    margin-top: 25px;
    position: relative;
    top: 0;
}
}
@media (max-width: 495px) {
#login-wrapper {
    height: auto;
    left: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}
}