body{

  font-family: verdana;
}

.jumbotron {
  margin:  auto;
  margin-top: 5%;
  border: 3px solid #000;
  width: 75%;
  height: 70%;
  background-color:black;
  opacity: 0.7;
  color:white;
  text-align: center;
  border-radius: 9px;
}

#registerform .jumbotron {
  margin:  auto;
  margin-top: 40px;
  border: 3px solid #000;
  height: 70%;
  padding-top: 20px;
  background-color:black;
  opacity: 0.7;
  color:white;
  text-align: center;
  border-radius: 9px;
}

.containter{
  padding-left: 5%;
  padding-right: 5%;
}

.modal-backdrop {
  z-index: 1020;
}

.btn{
  -webkit-box-shadow: inset 9px -8px 25px -14px rgba(0,0,0,0.75);
  -moz-box-shadow: inset 9px -8px 25px -14px rgba(0,0,0,0.75);
  box-shadow: inset 9px -8px 25px -14px rgba(0,0,0,0.75);
  z-index: 1021;
}

 
::-webkit-input-placeholder {
  font-size: 14px;
  color: black;
  font-weight: bold;
}
:-moz-placeholder { /* older Firefox*/
  font-size:14px;
  color: black;
  font-weight: bold;
}
::-moz-placeholder { /* Firefox 19+ */ 
  font-size: 14px;
  color: black; 
  font-weight: bold;
} 
:-ms-input-placeholder { 
  font-size: 14px; 
  color: black;
  font-weight: bold;
}

.modal {
color:#FFF;
}
.modal-header{
  border: none !important;
  background: #2F3238;
  color: #FFF;
}

.modal-footer{
  border: none !important;
  background: #2F3238;
  color: #FFF;
}

.modal-body {
  background: #2F3238;
}
.popover   {
  background-color: #e74c3c;
  color: #ecf0f1;
  width: 120px;
}
.popover.right .arrow:after {
  border-right-color: #e74c3c;
}
.input-group[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
} 

.copy {
  color: #FFF;
  padding: 30px 0 10px 0;
}

.media{
  color: #FFF;
  padding: 30px 0 10px 0;
  font-size: 24px;
}

.media a{
  color: #FFF;
}

.media a:hover{
  color: #666;
}

.btn-custom {
  background: #D9534F;
  color: #FFF;
}

a {
  color: #fff;
}