@CHARSET "UTF-8";
.progress-bar {
    color: #333;
} 

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    outline: none;
}

.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
    @include box-sizing(border-box);


    &:focus {
      z-index: 2;
    }
}
html,
body {
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin: 0px;
  padding: 0px;
  height: 100%;
}

form[role=login] {
    color: #5d5d5d;
    background: #f2f2f2;
    padding: 26px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
    form[role=login] img {
        display: block;
        margin: 0 auto;
        margin-bottom: 35px;
    }
    form[role=login] input,
    form[role=login] button {
        font-size: 16px;
        margin: 16px 0;
    }
    form[role=login] > div {
        text-align: center;
    }
    
.form-links {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 50px;
}
    .form-links a {
        color: #fff;
    }

.col-centered {
float: none;
margin: 0 auto;
vertical-align: middle;
}

#the_form h1 {
    position:relative;
    padding:20px 20px;
    margin:0 -40px 10px;
    font-size:28px;
    line-height:32px;
    font-weight:normal;
    color:#fff;
    text-shadow:0 1px 1px rgba(0,0,0,0.4);
    -webkit-box-shadow:0 5px 5px rgba(0,0,0,0.4);
       -moz-box-shadow:0 5px 5px rgba(0,0,0,0.4);
            box-shadow:0 5px 5px rgba(0,0,0,0.4);
    zoom:1;
}

#the_form h1:before,
#the_form h1:after {
    content:"";
    position:absolute;
    z-index:-1;
    top:100%;
    left:0;
    border-width:0 15px 15px 0;
    border-style:solid;
}

#the_form h1:after {
    left:auto;
    right:0;
    border-width:0 0 15px 15px;
}

