.login-form {
  width: auto; 
  max-width: 340px;
  background: #f7f7f7;
  padding: 30px;
  border-radius: 8px;
}
.login-form .text-description {
  font-family: Roboto;
  font-weight: 300;
  font-size: 0.9em;
}
.login-form h2 {
  font-family: Roboto;
  margin: 0 0 15px;
}
.login-form .hint-text {
  color: #777;
  padding-bottom: 15px;
}
.form-control, .btn {
  min-height: 38px;
  border-radius: 2px;
}
.login-btn {
  font-size: 15px;
  font-weight: bold;
}
.or-seperator {
  margin: 20px 0 10px;
  text-align: center;
  border-top: 1px solid #ccc;
}
.or-seperator i {
padding: 0 10px;
background: #f7f7f7;
position: relative;
top: -11px;
     z-index: 1;
}
.social-btn .btn {
margin: 10px 0;
        font-size: 15px;
        text-align: left;
        line-height: 24px;
}
.social-btn .btn i {
float: left;
margin: 4px 15px  0 5px;
        min-width: 15px;
}
.input-group-addon .fa{
  font-size: 18px;
}

.home_name {
  font-family: Roboto;
  font-weight: 100;
color: grey;
margin: 0;
display: table-cell;
         vertical-align: middle;
}

.home_name h3 {
  font-family: Roboto;
  font-weight: 400;
color: grey;
margin: 0;
}


.login_header2{
  font-family: Roboto;
  font-weight: 100;
display: block;
color: grey;
       font-size: 24pt;
       margin-top: -20px;
}

.home_container_large{
display: block;
         text-align: center;
margin: auto;
width: auto;
       margin-top: 30px;
       margin-bottom: 30px;
}

.home_container_small{
display: inline-block;
height: 180px;
}

.home_img{
  height: 110px;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 20px;
}

.text-descriptor {
  font-family: Roboto;
  font-weight: 300;
  font-size: 0.9em;
}

.login-footer {
  font-family: Roboto;
  font-weight: 300;
  font-size: 0.9em;
}

.sign-in {
  font-family: Roboto;
  font-weight: 300;
}

.howto_gif {
  border-radius: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
