*
{
    box-sizing: border-box;
}

html,
body
{
    margin: 0;
    padding: 0;
}
/*
body
{
    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 100vh;
} */

#content-wrapper
{
    margin: 1.5rem auto;
    margin-top: 0;
    padding: 1rem;

    width: 100%;

    background: #fff;
    border-top: 2px solid #91C63A;
    border-bottom: 2px solid #91C63A;

    box-shadow: 0 0 8px rgba(0, 0, 0, .25);

    font-family: 'Roboto', sans-serif;
    font-size: 0.775rem;

    overflow: hidden;
}

.legenda
{
    padding: 1rem;
    margin: -1rem -1rem 1rem;

    font-size: 1.125rem;
    font-weight: 400;
    text-align: center;

    color: #fff;
    background: #91c63a;
}

.form-section
{
    margin-bottom: .5rem;
    padding-bottom: .5rem;

    border-bottom: 1px solid #e0e0e0;
}

.last-section
{
    border: none;
}

.napomene
{
    margin-top: 1rem;
}

.form-section > span
{
    display: block;

    margin-bottom: 0.5rem;

    font-weight: bold;
    font-size: 0.775rem;
    color: #496719;
}

.input-wrapper
{
    display: flex;

    flex-wrap: wrap;
}



.input-wrapper > div:not(:last-child)
{
    margin-right: .5rem;
}

.label-wrapper
{
    display: flex;


    align-items: center;
}

.label-wrapper > label
{
    margin-left: .25rem;
    padding-top: 1px;

    font-size: 0.775rem;
}

.price
{
    padding: 1rem;
    margin: 0 -1rem;
    background: #f7f7f7;

    font-size: 0.9rem;

    border-top: 2px solid #91c63a;
    border-bottom: 2px solid #91c63a;
}

.price > div
{
    display: flex;

    justify-content: space-between;
}

.price > div:not(:last-child)
{
    margin-bottom: .5rem;
}

.tehnika-wrapper
{
    display: flex;

    flex-direction: column;
}

.tehnika-wrapper > div:not(:last-child)
{
    margin-bottom: .5rem;
}

.text-input
{
  width: 100%;
  height: 3rem;

  resize: none;
}

.emajl
{
  width:100%;
}

.button {

    font-weight: bold;
    font-size: 0.9rem;
    border-radius: 1.571em;
    padding: 1.036em 2.134em;
    border-width: 0;
    color: #white !important;
    background-color: #91c63a;
    border-color: #91c63a;
    transition: all .2s ease-in-out;
    display: flex;
    justify-content: space-around;


}

.button:hover{
    font-weight: bold;
    background-color: darkgray;
    color: white !important;
}

.button.bt2 {
    color: #white !important;
    background-color: black;
    border-color: black;
}

.button.bt2:hover{
    font-weight: bold;
    background-color: darkgray;
    color: white !important;
}

a
{
    color: white !important;
    text-decoration: none;
}

/* MEDIA */
@media only screen and (min-width: 500px) {
  #content-wrapper
  {
      margin: 1.5rem auto;

      max-width: 400px;

      border: 2px solid #91C63A;
      border-radius: 8px;
  }
}

/* HELPERS */

.text-bold
{
    font-weight: 600;
    color: #496719;
}

.text-gray
{
    color: #808080;
}
