.card {
    background-color: transparent;
    border-color: #2aabd2;
}

.card-deck {
    padding-bottom: 15px;
}

.card-block {
    padding-bottom: 15px;
}

.card-body {
    padding-top: 5px;
}

.card-text{
  color: white;
  font-size: 14px;
}

.card-img-top {
  width: 100%;
}

.card-footer {
    background-color: #343a40);
    border-width: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.card:hover {
    box-shadow: 0px 0px 0px 1px #ffa500;
    border-color: #ffa500;
}

.form-control:hover {
    box-shadow: 0px 0px 0px 1px #2aabd2;
}

hr.style-three {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #2aabd2, rgba(0, 0, 0, 0));
    width: 70%;
}


/* Ribbons */

.ribbon {
    position: absolute;
    right: -6px;
    top: -6px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

.ribbon span {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}

.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.ribbon-orange span {
    color: black;
    background: #ffa500;
}

.ribbon-orange span::before {
    border-left: 3px solid #b47500;
    border-top: 3px solid #b47500;
}

.ribbon-orange span::after {
    border-right: 3px solid #b47500;
    border-top: 3px solid #b47500;
}

.ribbon-blue span {
    color: black;
    background: #2aabd2;
}

.ribbon-blue span::before {
    border-left: 3px solid #2aabd298;
    border-top: 3px solid #2aabd298;
}

.ribbon-blue span::after {
    border-right: 3px solid #2aabd298;
    border-top: 3px solid #2aabd298;
}

.ribbon-black span {
    color: white;
    background: gray;
}

.ribbon-black span::before {
    border-left: 3px solid rgb(45, 45, 45);
    border-top: 3px solid rgb(45, 45, 45);
}

.ribbon-black span::after {
    border-right: 3px solid rgb(45, 45, 45);
    border-top: 3px solid rgb(45, 45, 45);
}
