@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

form {
    z-index: 1;
}

*{
    margin: 0px;
    padding: 0px;
}

body{
    font-family: 'Exo', sans-serif;
}


.context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}


body{
    background: #f8f9fa;
    background: -webkit-linear-gradient(to left, #3c3c3c, #121212);  
    width: 100%;
    height:100vh;
}

.boxSaldo{
    margin-top: 5%;
    margin-bottom: 5%;

}

.vSaldo{
    font-weight: bold;
}

.card {
    border-radius: 20px;
    box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
    padding: 25px;
    margin: 20px;
    width: 380px;
    transition: all 0.3s ease-out;
    font-family: "Poppins", sans-serif;
     
  }

  .card-body {
    border-radius: 20px;
    box-shadow: 7px 7px 13px 0px rgba(50, 50, 50, 0.22);
    padding: 25px;
    margin: 20px;
    transition: all 0.3s ease-out;
    font-family: "Poppins", sans-serif;
     
  }
  
  .card:hover {
    transform: translateY(-5px);
    cursor: pointer;
  }
   
  .card p {
    color: #a3a5ae;
    font-size: 16px;
  }
   
  .image {
    float: right;
    max-width: 60px;
    max-height: 60px;  
  }

  .image_logo {
    float: center;
    max-width: 70px;
    max-height: 70px;  
  }
  
  .red {
    border-top: 3px solid #b3404a;
  
  }
   
  .blue {
    border-top: 3px solid #4895ff;
  
  }
   
.roxo{
    border-top: 3px solid #9932cc;
  
  }

  a:link{
	text-decoration:none;
	
}

.text-bg-info {
    color: #fff !important;
}