/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('../fonts/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
    font-family: "Open Sans",sans-serif;
    font-size: 1em;
}

/*h2 {*/
/*    display: block;*/
/*    font-family: "Open Sans",sans-serif;*/
/*    font-weight: 300;*/
/*    font-size: 32px;*/
/*    margin-bottom: 0;*/
/*}*/

h2 {
  display: block;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.small-font {
    font-size: 12px;
}


.btn-action {
    color: #fff;
    background-color: #5fb957;
    font-weight: 400;
    line-height: 1.5em;
    padding: 11px 17px 10px;
    font-size: .79012345679em;
    letter-spacing: .1em;
    border: 2px solid transparent;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 1px;
}

.btn-action:hover {
    background-color: #489c41;
    border-color: #45953e;
    color: #fff;
}

.btn-bank {
  color: #fff;
  background-color: #ed4370;
  border-color: #ed4370;
  font-weight: 400;
  line-height: 1.5em;
  padding: 11px 17px 10px;
  font-size: .79012345679em;
  letter-spacing: .1em;
  border: 2px solid transparent;
  text-transform: uppercase;
  transition: all .2s ease-in-out;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 1px;
}

.btn-bank:hover {
  background-color: #ed4370;
  border-color: #ed4370;
  color: #fff;
}


.items-center {
  align-items: center
}

.flex {
  display: flex
}

.justify-center {
  justify-content: center
}


