
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,700);
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #b33e5c;
  color: #000;

}
header{
  background-color: #ffb6c1;
  font-size: 60px;
  color: #fff;
  font-family: 'arial black';
  text-align: left;
  padding-left:50px;
  box-shadow:0px 0px 24px 6px #000000;
-moz-box-shadow:0px 0px 24px 6px #000000;
-webkit-box-shadow:0px 0px 24px 6px #000000;

}

body, input, button {
  font-family: 'Source Sans Pro', sans-serif;
}


.login {
  padding: 20px;
  width: 400px;
  min-height: 40px;
  margin: 2% auto 0 auto;

}

.heading {
    text-align:center;
    margin-top: 1%;

}

h2 {
  font-size: 3em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding-bottom: 5px;
  text-shadow: 1px 1px 3px;
}

.input-group {
  border-bottom: 0px solid rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.5);

}
.input-group-addon{
  background-color: transparent;
  border: none;
}
span {
    min-width: 55px;
    border: none;

  }

i {
  font-size: 1.5em;
  color: rgba(255, 255, 255, 0.2);

}

input.form-control {
  padding: 10px;
  font-size: 5em;
  width: 100%;
  border: transparent;
  background-color:transparent;
  color: #000;
}



.bold{
  font-style: italic;
  text-align: center;
}

}

a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #ff0000; }
a:active { color: #ff8000; }
