.login-header{
    width: 100%;
    text-align: center;
}
img.logo{
    width: 50%;
}
.panel-title{
    cellor: white;
}

.services{
    width: 100%;
    padding: 10px;
    border: 1px solid #d1d1d1;
    font-size: 1.5em;
    box-shadow: 2px 2px rgba(136, 136, 136, 0.63);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}


.card-img-top{
    max-width: 100%;
    min-width: 100%;
}

.title-service{
   padding-bottom: 10px;
}

.title-service span:first-child{
    color: #5B8263;
    font-weight: 900;
}

.title-service span:nth-child(2){
    color: #E35F66;
    font-weight: 900;
}

amount{
    font-size: 30px;
    font-weight: 900;
    float: right;
}

#type-card{
    font-size: 28px;
}