body{	
    font-family: 'Roboto';
}

.jumbotron{
	background-color: #ffffff;
  	padding: 30px 0;
}

footer img, .jumbotron img{
	margin: 0 auto;
}

footer {
  background-color: #46464e;
  padding: 30px 0;
  text-align: center;
  margin-top: 30px;
  color: #fff;
  font-variant: small-caps;
}



.form-control {
  height: 60px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 0;
  font-size: 22px;
}

.btn_login {
  width: 200px;
  display: block;
  background-color: #ebb300;
  height: 60px;
  color: #ffffff;
  font-weight: 700;
  border-radius: 25px;
  font-size: 30px;
  border: none;
  margin: 20px 0;
}

.form-text, label {
  font-size: 22px;
  color: rgb(70, 70, 78);
  font-weight: 300;
}

h2{
  font-size: 35px;
  font-weight: bold;
  color: #46464e;
  text-align: center;
}

p{
  font-size: 20px;
  font-family: "Roboto Slab";
  /*font-weight: bold;*/
  margin: 10px 0;
}

.loginCard {
  margin: 30px 0;
}

input[type=checkbox] {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 0px;
  margin-right: 5px;
  margin: 0;
  position: static;
  background-color: #ffffff;
  margin-top: -3px;
}

.panel-default {
  border:none;
}

.panel-default>.panel-heading {
  background-color: #ffffff;
  border: none;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
}

.panel-title {
  font-size: 22px;
  font-family: "Roboto Slab";
  font-weight: bold;
}