@media (min-width: 992px)
.col-md-4 {
    width: 33.33333%;
}

@media (min-width: 992px)
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
}

@CHARSET "UTF-8";
/*
over-ride "Weak" message, show font in dark grey
*/

.progress-bar {
    color: #333;
} 

.img-responsive{
  height: : 100px;
  width: : 50px;
}

/*
Reference:
http://www.bootstrapzen.com/item/135/simple-login-form-logo/
*/

* {
  
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

    .form-control {
      
    font-size: 16px;
    height: auto;
    padding: 10px;
    @include box-sizing(border-box);

    &:focus {
      z-index: 2;
    }
  }

html, body {
    margin: 0;
    height: 100%;
}



form[role=login] {
color: #5d5d5d;
    background: whitesmoke;
    padding: 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-top: 10px;
}
  form[role=login] img {
    display: block;
    margin: 0 auto;
    margin-bottom: 0px;
  }
  form[role=login] input,
  form[role=login] button {
    font-size: 18px;
    margin: 16px 0;
  }
  form[role=login] > div {
    text-align: center;
  }
  
  
.corp{
	font-family: 'Dancing Script', cursive;
	color:whitesmoke;
	font-size:calc(20px + 4vw) ;
	margin-top:-23px;
	margin-bottom:0px;
	position: relative;
  padding-left: 150px;
}  
.form-links {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 50px;
}
  .form-links a {
    color: #fff;
  }

  .btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}


.btn-primary {
  background: #20bf6b;
  color: #fff;
  border: 2px solid #33CCCC;
}

.form-control {
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 34px;
    font-size: 14px;
    font-weight: 400;
    color: black !important;;
}

a:link{
	color: black !important;
  text-decoration: none;
  
}



a{
	color: #33CCCC;
	    transition: 0.5s;
	text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}
  
  
.inner-wrapper {
  display:table-cell;
  vertical-align:middle;
  padding:15px;
}  