

.logo{
    max-height: 60px;
}

.logo-small{
    max-height: 25px;
}

.form__input {
    font-size: 1.8rem;
    margin-bottom: 0;
    margin-top: 1rem;
}

.alert-error {
    background-color: #DD0733;
    padding: 1rem;
    color: white;
}

.form-help-block {
    color: var(--clr-primary);
    font-size: 1.4rem;
    font-weight: 500;
    color: #DD0733;
}

  /* napomena Nesi da ne pravi ovakva klase*/
.error {
    height: unset;
    display: unset;
    justify-content: unset;
    align-items: unset;
}

.error__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60vh;
}

.clr-white:hover {
    color: #fff !important;
}

.paragraph-regular {
    font-size: 1.8rem;
  }

/*
.form__input {
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 1rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    background-color: #ebebeb;
    color: #3f3f3f;
  }

.form__field {
    width: 100%;
    border: 1px solid #E9E9E9;
    background-color: transparent;
    padding: 1rem 2rem;
    margin-bottom: 3rem;
}
    */


/*
a.nav__link.active {
    color: #DD0733;
}

.ref-logo:hover {
    box-shadow: 0px 6px 20px 0px rgba(35, 35, 49, 0.24);
}

.logo{
    max-height: 50px;
}

.contact i{
    font-size: 30px;
    line-height: 30px;
}

.pagination {
    background-color: transparent;
    justify-content: center;
    margin-top: 4rem;
    
}
  
.page-item {
    margin-right: 4px;
}
  
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #DD0733;
    border: 1px solid #DD0733;
}
  
.page-link {
    background-color: #fff;
    border: 1px solid #999999;
    color: #999999;
    padding: 0.5rem 1.5rem;
    transition: 0.4s ease;
    font-size: 2rem;
}
  
.page-link:hover {
    background-color: #383838;
    color: #fff;
    border: 1px solid #383838;
}

.page-item:last-child .page-link, .page-item:first-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


.slider__item .bg-img-container {
    padding-bottom: 50%;
}

.form__field {
   margin-top: 30px !important;
   margin-bottom: 0px !important;
}

.form-help-block {
    color: var(--clr-primary);
    font-size: 1.4rem;
    font-weight: 500;
    color: #DD0733;
  }

  .alert-error {
    background-color: #DD0733;
    padding: 1rem;
    color: white;
  }
*/

/*******************************************************************************
    Error
*******************************************************************************/
/*
.error__content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 60vh;
}

.error__title {
    font-size: 12rem;
    font-weight: 600;
    line-height: 1;
}
*/

