html,
body {
  overflow-x: hidden;
}

.column {
  float: left;
}

.left {
  width: 60%;
}

.right {
  width: 40%;
}

.trialForm {
  width: 60%;
  margin-bottom: 200px;
}

#trialForm {
  display: none;
  padding: 20px;
}

.form-label {
  color: white;
  font-size: 1.5rem;
}

.passhelp {
  display: none;
  color: white;
  font-size: 1.2rem;
}

.passhelp ul {
  list-style-type: square;
  padding-left: 2rem;
}

.passwarning {
  background-color: red;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.invalid-feedback {
  font-size: 25px;
}

.select2-container {
  width: 100% !important;
}

.select2 span.select2-selection--single {
  height: 38px;
}

.selection span.select2-selection--multiple {
  padding-top: 5px;
  padding-bottom: 10px;
}

.select2-container--default
  .select2-selection--single
  span.select2-selection__rendered {
  line-height: 35px;
}

.select2-container {
  font-size: 1.5rem;
}

#trialForm .form-control {
  font-size: 1.4rem;
}

.confirmEmailText {
  color: #4a3050;
  font-size: 30px;
  text-align: center;
  max-width: 50%;
  display: none;
  margin: auto;
  background-color: #ffd849;
  border-radius: 15px;
}

a:hover {
  color: #fbb149;
}

.resendOption {
  color: #fbb149;
}

.subTypeContainer {
  width: fit-content;
  margin: auto;
}

.subTypeContainer a {
  display: flex;
  color: white;
  font-size: 1.5rem;
  justify-content: center;
  margin-bottom: 15px;
  transition: 0.5s;
  backface-visibility: hidden;
  transform: translateZ(0);
  border-radius: 10px;
  padding: 10px;
}

.subTypeContainer a:hover {
  transform: scale3d(1.05, 1.05, 1.05);
  box-shadow: 0 4px 8px 0 #00000033, 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #994fb2;
}

.subTypeContainer a img {
  margin-right: 30px;
}

.subTypeContainer h2 {
  color: #fbb149;
  margin-bottom: 5px;
}

#trialForm .backLink {
  font-size: 24px;
  color: #fbb149;
  display: block;
  margin-bottom: 20px;
}

.resendOption {
  display: none;
  margin-top: 20px;
}

.senja-frame-embed {
  border-radius: 10px;
  position: fixed;
  width: 550px;
  height: 100vh;
  overflow: scroll;
}

@media screen and (max-width: 600px) {
  .trialForm {
    width: 90%;
  }

  .row nav {
    margin-top: 15px;
  }

  nav img {
    height: 30px !important;
    margin-right: 5px;
  }

  .subTypeContainer a img {
    width: 100px;
    align-self: center;
  }

  .subTypeContainer > img {
    width: 100px;
    height: 100px;
  }
  h3 {
    color: #fbb149;
  }

  .trialContainer {
    flex-direction: column;
    justify-content: space-between;
  }

  .topContainer {
    margin-bottom: 20px;
  }

  .senja-frame-embed {
    position: relative;
  }
}
