body {
    padding: 0;
    margin: 0;
    font-family: 'Raleway', sans-serif;
    color: #a8a8a8;
}

a:link{
  color:#222222
}

a:visited{
  color: #222222;
}

a:hover{
  color: #faa85f;
}

.title-wrapper,
.input-container-checkbox{
  margin-bottom: 30px;
}

.izracunTitle{
  text-align: center;
  font-size: 29px;
  margin-bottom: 40px;
  color: #222222;
}

.izracunSubtitle{
  text-align: center;
  font-size: 14px;
  color: #222222;
}

.text-input{
  margin: 0;
  font-size: 1.2em;
}

.input-container,
.dropdown-menu-wrapper{
  margin-bottom: 20px;
}

.input-container-checkbox{
  display: flex;
  flex-direction: row;
}

.input-label-container-checkbox{
  margin-left: 10px;
}

.dropdown-menu{
  outline: 0;
  border-width: 0 0 2px;
  border-color: gray;
  width: 100%;
  height: 30px;
}

input {
  outline: 0;
  border-width: 0 0 2px;
  border-color: gray;
  width: 100%;
  height: 30px;
}

.email-wrapper{
  margin-bottom: 10px;
}

::placeholder {
  color: #e3e3e3;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #e3e3e3;
}

input:focus {
  border-color: black;
  outline: 1px dotted #000
}

.sliderWrapper{
  position: relative;
  max-width: 480px;
  margin: 3% auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #0000001a;
  padding: 40px;
}

/*Button style*/

.leanpay-button {
    display: flex;
    width: 100%;
    height: 40px;
    background: linear-gradient(132.83deg, #faa85f 0%, #f05b72 93.12%);
    border-radius: 4px;
    color: #fff;
    border: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    font-size: 1.3em;
  }
  
  .leanpay-button:hover{
    background-position: 99% 0;
    background-image: linear-gradient(131deg, #faa85f, #f05b72, #e84a60, #e84a60);
    background-size: 300% 100%;
    transition: background-position 300ms;
    cursor: pointer;
  }

  .image-wrapper{
    text-align: center;
    margin-top: 20px;
  }

  .text-info-wrapper{
    font-size: 20px;
    color: #222;
    text-align: center;
  }

  .checkbox-input {
    width: 20px; /* THE FIX */
  }

.error {
  color: red;
}

/* For Mobile Portrait View */
@media only screen and (max-width: 480px)  {
    .sliderWrapper {
      display: block;
      position: relative;
      width: 80vw;
      margin: 0 0;
      height: 100%;
      border: 1px solid #0000001a;
      padding: 40px;
    }
}