.fondologinverde{	
  background-image: url('/BancoAztecaGua/resources/img/bajaportal/fondo_verde.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
}

.btn-call {
    font-family: AvenirNext-Bold;
    font-size: 22px;
    padding: 3px 21px;
    margin: 20px 0 0;
    line-height: unset;
    border-radius: 25px;
    background: #006440;        
    background: #fff;
}
.transicion {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.btn-call:hover {
    background: #43b02a;    
}

.login a {
	color: #43b02a;
	font-size: 22px;		
}

.login section.container{
	    padding: 15px 10px;	
	    position: relative;
}