.btn-solid-gr {
    background-color: #393939;
    border: 0.125rem solid #393939;
}
.image-container {
    position: relative;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.cloud {
    background: transparent url('/themes/ecare/images/home-concept-icons.png') 100% 0;
    height: 56px;
    width: 116px;
    position: absolute;
    top: 5%;
    right: 5%;
}
.sun {
    background: transparent url('/themes/ecare/images/home-concept-icons.png') 0% 0;
    height: 56px;
    width: 60px;
    position: absolute;
    top: 5%;
    left: 5%;
    animation: rotation 8s infinite linear;
}
.flash-success {
    font-size: 17px;
    text-align: center;
    font-weight: bold;
}
