body{
    display: block;
}

html{
    overflow: hidden;
}

.info {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px;
    cursor: pointer;
}

.local {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 20px;
    margin-left: 50px;
    cursor: pointer;
}

.poweredBy{
    position:fixed;
    bottom:0;
    right: 0;
    }


.field-icon {
    float: right;
    margin-right: 10px;
    margin-left: -10px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    }

@media (min-width: 992px){
    .paddingLogin {
        margin-left: 36%;
    }
}
.form-signin {
    padding: 10%;
    margin: 0 auto;
    padding-top: 7%;

}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    /*margin-bottom: 10px;*/
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.account-wall {
    margin-top: 20px;
    padding: 4% 0px 1px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0 0 20px #5f5f5f;
    -webkit-box-shadow: 0 0 20px #a5a5a5;
    /* box-shadow: 0 0 50px #255783; */
    border-top: 3px solid #28abe2;
    border-radius: 3px;
    background-image: linear-gradient(top, #2aace2, #2aace2 12%, transparent 10%, transparent 100%);
    background-image: linear-gradient(top, #2aace2, #2aace2 12%, transparent 10%, transparent 100%);
    /* background-image: -webkit-linear-gradient(top, #255783, #255783 12%, transparent 10%, transparent 100%); */
}

.login-title {
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}

.btn-login-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
}

/*use http://paletton.com to get hover colour*/
.btn-login-primary:hover {
    color: #fff;
    background-color: #275c8a;
    border-color: #275c8a;
}

#clientLogo {
    background: url(images/LOGO_login.png) no-repeat;
    background-size: 210px 112px;
    height: 112px;
    width: 210px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

#loginBackground  {

  background: url(images/workforce_management_banner4.jpg) no-repeat center center fixed; 

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

#main-section{
    color:#dedede !important;
}
.menu{
    background-color: #29a8df;

}
a{
    color:white;
}
a:hover { 
    background-color: white;
}

select,input{
    color:black;
}
legend{
    color:#dedede !important;

}

#RegDet {
	text-align: center;
	color: gray;
  padding-bottom: 6px;
}

#RegDet div {
	display: inline;
	text-align: left;
}

.BottomReg1 {
    left: 0;
    font-size: 10pt;
    text-align: center;
    font-weight: bold;
    /* color: #2C96C8; */
    color: gray;
    padding: 3px;
    /* margin: 10px; */
}

.BottomReg2 {
    position: fixed;
    bottom: 0;
    font-size: 10pt;
    text-align: center;
    /* font-weight: bold; */
    color: white;
    /* padding-left: 35%; */
    margin-bottom: 10px;
    width: 100%;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}

.textCenter {
	text-align: center !important;
}

.centered {
    position: relative;
    margin-top: 5%;
}

.fields {
    font-size: 11pt;
}

.fields label {
    display: inline-block;
    width: 30%;
    text-align: right;
}

.fields input {
	border: 1px solid gray;
	padding: 3px;
	margin-left: 1em;
}

#messages {
    margin-bottom: 0 !important;
    height: 70px;
    margin-top: 10px;
}

.alert-warningLogon {
    color: #8a6d3b;
    background-color: #faebcc;
    border-color: #faebcc;
}

.forgotten {
  text-align: left;
  margin-top: 5px;
}

.forgotten a {
  text-decoration: underline;
}

.forgotten a:hover {
  color: #c2382b;
  background-color: transparent; 
}


.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 75%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-backdrop.in {
    background-color: #255783;
}

.localBut{
    color: white !important;
    margin: 5px;
    text-align:center;
}

#localModal .modal-body{
    text-align:center;
}