

.authentication-bg-pattern {
    background-image: url(../../assets/images/bg-pattern.png);
}
.authentication-bg {
    background-color: #37493a;
    background-size: cover;
    background-position: center;
    height: 100vh;
}
@media(max-width:576px){
    .custom_btn{
margin-top: 30px !important;
    }
}

.text-truncate {
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-primary:hover {
    background-color: #0e834f !important;
    border-color: #0e834f !important;
}

@media (min-width: 992px) {
    .button-menu-mobile {
        display: none !important;
    }
}

@keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  