body {
    padding: 0;
    margin: 0;
    font-family: verdana;
    font-size: 14pt;
    COLOR: gray;
}

.checkboxImportant {
  text-align: left;
  display: flex;
  align-items: flex-start;
  margin-bottom: 8px;
  color: black;
  font-size: 14px;
  cursor: pointer;
}

html .checkboxImportant a {
  background: transparent;
  color: blue;
  font-size: 14px;
  line-height: 22px;
}

.form-row select {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    min-width: 350px;
}

.formSelect, select {
    width: 100%;
    height: 40px;
    padding-left: 14px;
}

.programName, .formatSelect, .dates {
    display: none;
}

.hrefBack {
  margin-top: 20px;
}

.payFrontDescription {
  margin-top: -5px;
  margin-bottom: 15px;
  color: #cc1e1e;
  padding: 0px 20px;
  text-align: center;
}

.ui-form .hrefBack a {
  color: #4a90e2;
  background: none;
  font-size: 16px;
  padding: 0;
  margin-bottom: 0px;
  line-height: 16px;
}

.classButton a {
    display: block;
    width: 270px;
    /* margin: auto; */
    padding: 10px 20px;
    background: #3859f6;
    color: white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    /* margin-top: 30px; */
    z-index: 99;
    /* position: absolute; */
    text-align: center;
    margin-bottom: 30px;
}

.payDescription {
    max-width: 700px;
    text-align: justify;
    text-indent: 40px;
    font-size: 9px;
    margin-bottom: 20px;
    color: black;
    padding: 10px;
}

.back {
    min-width: 100vw;
    min-height: 100vh;
    display: flex;
    /* background-image: url(/sites/all/themes/geography/img/krags.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.gContentLogin {
    max-width: 400px;
    text-align: center;
    margin: 10px;
    padding: 10px;
}

.gContentLoginLogo {
    margin-bottom: 10px;
}

a {
    color: #337ab7;
    text-decoration: none;
}

.gContentLoginLogo img {
    width: 60px;
}

.titleReg span {
  font-size: 20px;
  font-weight: bold;
  color: black;
  margin-bottom: 4px;
  display: block;
}

.payFormTitle {
    margin-bottom: 30px;
    color: black;
    font-size: 24px;
}

/*  */

body {
   background: #e6f4fd;
   font-family: 'Roboto', sans-serif;
    background-image: url(/pay/img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.ui-form {
  max-width: 350px;
  padding: 20px 20px 20px;
  margin: 20px auto 10px;
  background: white;
}

.titleReg {
  line-height: 14px;
}

.payImage img {
  width: 260px;
}

.ui-form h3 {
   position: relative;
   z-index: 5;
   margin: 0 0 60px;
   text-align: center;
   color: #4a90e2;
   font-size: 30px;
   font-weight: normal;
}
.ui-form h3:before {
   content: "";
   position: absolute;
   z-index: -1;
   left: 60px;
   top: -30px;
   width: 100px;
   height: 100px;
   border-radius: 50%;
   background: #fee8e4;
}
.ui-form h3:after {
   content: "";
   position: absolute;
   z-index: -1;
   right: 50px;
   top: -40px;
   width: 0;
   height: 0;
   border-left: 55px solid transparent;
   border-right: 55px solid transparent;
   border-bottom: 90px solid #ffe3b5;
}
.form-row {
   position: relative;
   margin-bottom: 20px;
}

.submit {
  cursor: pointer;
}

.payForm {
  min-width: 360px;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 40%);
}
.form-row input {
    display: block;
    width: 100%;
    padding: 0;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    background: none;
    border-width: 0;
    border-bottom: 2px solid #4a90e2;
    transition: all 0.2s ease;
    margin-top: 30px;
    font-size: 16px;
}
.form-row label {
   position: absolute;
   left: 3px;
   color: #9d959d;
   font-size: 16px;
   font-weight: 300;
   transform: translateY(-35px);
   transition: all 0.2s ease;
}
.form-row input:focus {
   outline: 0;
   border-color: #F77A52;
}

body .labelPrice {
  transform: translateY(-58px);
  margin-left: -1px;
  font-size: 14px;
  font-weight: 400;
  outline: 0;
  border-color: #F77A52;
  color: #F77A52;
}

.form-row input:focus+label, .form-row input:valid+label {
   transform: translateY(-58px);
   margin-left: -1px;
   font-size: 14px;
   font-weight: 400;
   outline: 0;
   border-color: #F77A52;
   color: #F77A52;
}
.ui-form input[type="submit"] {
   width: 100%;
   padding: 0;
   line-height: 42px;
   background: #4a90e2;
   border-width: 0;
   color: white;
   font-size: 20px;
}

.error {
    color: red;
    font-size: 24px;
    margin-bottom: 20px;
}

.finish {
    color: green;
    font-size: 24px;
    margin-bottom: 20px;
}

.finishDesc {
    margin-bottom: 20px;
    color: black;
    line-height: 30px;
}

.ui-form a {
    width: 100%;
    padding: 0;
    line-height: 42px;
    background: #4a90e2;
    border-width: 0;
    color: white;
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}

.ui-form a.noMargin {
  margin-bottom: 0px;
}


.ui-form p {
   margin: 0;
   padding-top: 10px;
}

@media screen and (max-width: 400px) {
  body .form-row select {
    min-width: 100px;
    width: 100%;
  }
  .gContentLogin {
    width: 90%;
    text-align: center;
    margin: 10px;
    padding: 10px;
  }
  .payForm {
    width: 100%;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 40%);
    min-width: 100%;
  }
  .form-row label {
    font-size: 16px;
  }
  .payImage {
    text-align: center;
  }
  .payImage img {
    width: 90%;
  }
}
