html, body {
    height: 100%;
       padding-top:0;
}
body {
   background:  #f8f8f8; 
   text-align: center;
   font-family: Roboto;
}
#user-login {
    width: 100%;
    max-width: 100%;
}
.content-panel {
  background: #fff none repeat scroll 0 0;
  border-radius: 6px;
  margin-top: 20px;
  position: relative;
}

.content-panel-header {
  padding: 10px;
  position: relative;
}

.content-panel-header::after {
  clear: both;
  content: "";
  display: table;
}


#login-container{
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    max-width: 400px;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.9;
}

.center-container {
   position: absolute;
    top: 50%;
    transform: translateY(-60%);
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.9;
}


.centerpanel {
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.9;
    max-width: 1200px;
    width: 100%;
    margin-top:50px;
}

footer {
  background: #ebebeb none repeat scroll 0 0;
  border-top: 1px solid #dedede;
  bottom: 0;
  color: #a2a2a2;
  font-size: 9px;
  height: 20px;
  left: 0;
  line-height: 19px;
  margin: auto;
  padding-right: 20px;
  position: absolute;
  right: 0;
  text-align: right;
  width: 100%;
}

.content-logo-circle {
    width: 90px;
    height: 90px;
    position: absolute;
    background: #fff;
    position: absolute;
    top: -45px; left: 0; right: 0; 
    margin: auto;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #dee1e7;
    box-sizing: border-box;
    padding: 5px;
}

.content-logo-circle img { 
    z-index: 2;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    left: 5px;

}

.content-logo-circle:after{
    position: absolute;
    display: inline-block;
    background: #fff;
    width: 180px;
    height: 50px;
    content: " ";
    top: 44px;
    left: -45px;
}

.content-logo-circle:before {
}

#login-container button.login-btn {
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #52bf8a;
    border-color: #38AE75;
}

#login-wrap {
    padding: 20px;
}

.input-wrap {
    position: relative;
}


label > i.fa{
    display: block;
    line-height: 50px;
    background: transparent;
    width: 50px;
    text-align: center;
}
input[type='email'],
input[type='password'],
input[type='text'] {
    height: 50px;
}
input[type='password'].has-icon ,
input[type='text'].has-icon  {
    padding-left:55px;
}


input#username.has-icon + label,
input#password.has-icon + label {
    position: absolute;
    left: 0; top:0; bottom: 0;
    width: 50px;
    height: 50px;
    background: transparent;
    text-align: 50px;
     font-weight: 500;
}

input#username + label:after,
input#password + label:after{
    content: ""; /* remove prepending : */
}


.input-wrap {
    margin-bottom: 20px;
}
div > .input-wrap:last-of-type{
   
}


.cover {
  background: transparent url("/images/cover.png") no-repeat scroll center center / cover ;
  color: rgb(255, 255, 255);
  min-height: calc(100%);
}




.form-group:after {
  content: "";
  display: table;
  clear: both;
}

.border-1 {
  border:  1px solid #dee1e7;
}

h1.small-style {
  font-size: 18px;
  margin: 0;
  margin-top:10px;
  font-weight: lighter
}

h1.border-bottom {

  padding-bottom: 15px;
  border-bottom: 1px solid #dee1e7;
}

.left-align {
  text-align: left;
}

.top-margin {
  margin-top:20px;
}

.bottom-margin {
  margin-bottom: 20px
}
.tiny-style {
  font-size: 12px;
}

.form-style.grey {
  background-color: #f6f6f6;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  width: 100%;
}

input:focus.form-style.grey {
  border-color: #C5C5C5;
}

label {
  font-weight: 500;
}

h1 i {
  margin-right: 20px;
  opacity: 0.8;
  position: relative;
}

h1 i:after{
  top:-10px; left:-10px; right: -10px; bottom:-10px;
  background-color: #D7D7D7;
  position: absolute;
  content: " "; 
  z-index: -1;
  border-radius: 50%;
}

.button-row.absolute-out {
  position: absolute;
 
  vertical-align: bottom;
  right:0; left: 0; bottom: -60px;
}

.button-row {
  text-align: right;
}


.button-row > * {
  float: right;
}


.button-row button {
  width: auto;
  min-width: 200px;
}

.button-row a {
  display: block;
  height: 46px;
  line-height: 46px;
}


.absolute-logo {
  top: -50px;
  position: absolute;
}

button.default-style {
  background: #5abaa3;
  box-shadow: none;
  color: #fff;
  border: none;
}


ul.error {
  list-style-type: none;

  margin: 0;
  padding: 0;
}

ul.error li {
  border: 1px solid transparent;
  border-radius: 4px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 15px;

    background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

