  html,
  body,
  header,
  .view {
   height: 100%;
	 font-family:'Century Gothic'
  }
  
  .btn-login{
      background-color:#9E233A !important;
      font-size: 15px;
      font-weight: bold;
      width: 100%;
  }
  
  .btn-login:hover{
      background-color:#fff !important;
      font-size: 15px;
      font-weight: bold;
      color: #9E233A;
      width: 100%;
      border-color: #9E233A;
  }

  h3{
	  font-size:22px;
	  color:#000;
  }
  
  h1{
	  font-size:25px;
  }
  
  .spaces{
    margin-top: 30px;
    margin-bottom: 190px;
  }
  
  .card-body{
	  background-color: rgba(0,0,0,0.6);
    box-shadow: 2px 2px 4px #808080; 
    border-radius: 0px;
  }

  .color_standar{
	  color:#1C2331;
  }
  
  @media (max-width: 740px) {
    html,
    body,
    header,
    .view {
      height: 1000px;
    }
  }
  @media (min-width: 800px) and (max-width: 850px) {
    html,
    body,
    header,
    .view {
      height: 650px;
    }
  }

  .top-nav-collapse {
    background-color: #1C2331!important;
  }

  .navbar:not(.top-nav-collapse) {
    background: transparent !important;
  	/*background-color:#1e2737;*/
  }

  @media (max-width: 768px) {
    .navbar:not(.top-nav-collapse) {
      background: #1e2737 !important;
    }
  }
  @media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
      background: #1e2737 !important;	  
    }
  }

  .rgba-gradient {
    /*
  	background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
      background: -webkit-gradient(linear, 45deg, from(rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%)));
      background: linear-gradient(to 45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
  	*/
  	background-color: rgba(0,0,0,0.1);
  }

  .card {
    background-color: rgba(126, 123, 215, 0.0);
  }

  .md-form label {
    color: #ffffff;
  }

  h6 {
    line-height: 1.7;
  }