html,
body {
  height: 100%;
  margin: 0;
}

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

#logo {
  width: 180px;
}

#lnkHome {
  color: #545a65;
  font-size: 0.7em;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  margin-top: 70px;
  bottom: 0;
  text-align: center;
}

#lnkFb,
#lnkTw {
  width: 100px;
  height: 23px;
  padding: 4px;
  padding-top: 16px;
  background-color: #375593;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: white;
  text-align: center;
  font-size: 0.9em;
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
}

#lnkTw {
  background-color: #51acf2;
  margin-left: 10px;
  text-decoration: none;
}

#lnkFb:hover,
#lnkTw:hover {
  cursor: pointer;
}

#lnkFb:focus,
#lnkTw:focus {
  outline: none;
  box-shadow: 0;
}

#dvTest .share {
  display: inline-block;
  margin-top: 20px;
}

#dvTest .pshare {
  margin-bottom: 0px;
  margin-top: 30px;
}

#frmLogin,
#frmPassReset,
#frmResetPass,
#frmDemoLogin,
#frmActivate {
  background-color: #353940;
  padding: 50px;
  width: 400px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}

#frmLogin input,
#frmLogin textarea,
#frmLogin select,
#frmPassReset input,
#frmResetPass input,
#frmDemoLogin input,
#frmActivate input {
  width: 100%;
  max-width: 100%;
  padding: 15px 0;
  text-indent: 17px;
}

#frmLogin button,
#frmLogin textarea,
#frmLogin select,
#frmPassReset button,
#frmResetPass button,
#frmDemoLogin button,
#frmActivate button {
  margin-top: 10px;
}

.mainContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.mainContainer2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0 10%;
}

.mainContainer2 img {
  width: 200px;
  display: block;
  flex: 1 0 100%;
}

.options-container.large {
  flex: none;
  width: 38%;
}

.options-container.small {
  flex: none;
  width: 24%;
}

.imgContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0 20px 0;
}

.imgContainer a {
  display: inline-block;
  width: 180px;
}

.options-container a.brand {
  background: #cf2323;
}

#mainContainer {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-family: "Open Sans", sans-serif;
  background-image: url(../img/loginBg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

.frmLoginMain2 {
}

.options-container p {
  color: white;
  font-size: 14px;
  line-height: 22px;
  padding: 5px;
  padding-bottom: 0px;
}

.options-container {
  flex-direction: row;
}

#frmLoginMain,
.frmLoginMain {
  background-color: #353940;
  padding: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  width: 920px;
}

.frmLoginMain {
  display: block;
}

#frmLoginMain p {
  color: white;
  font-size: 14px;
  line-height: 22px;
  padding: 10px;
}

#frmZoom {
  background-color: #353940;
  padding: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  width: 500px;
}

.zoomContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  min-height: 90vh;
    padding: 5vh 0vh;
  font-family: "Open Sans", sans-serif;
  background-image: url(../img/loginBg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#frmDemoLogin,
#frmActivate {
  height: 400px;
}

#frmActivate {
  height: 300px;
}

#btnDemo {
  background-color: #77808f;
  border: 2px solid #8cc040;
}

form input,
form a,
form button {
  display: block;
  margin: 0 auto;
}

#aBack {
  color: #545a65 !important;
  font-size: 13px;
  margin-top: 10px;
}

form select,
form textarea {
  font-family: "Arial";
}

form input,
form select,
form textarea {
  border: 2px solid #545a65;
  padding: 15px;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: transparent;
  width: 250px;
  color: white;
  font-size: 1em;
}

/* all */
::-webkit-input-placeholder {
  color: #545a65;
  font-weight: 600;
  font-size: 0.9em;
}
::-moz-placeholder {
  color: #545a65;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #545a65;
} /* ie */
input:-moz-placeholder {
  color: #545a65;
}

form a {
  color: #545a65;
  font-size: 0.7em;
  font-weight: 600;
}

#lnkWw {
  margin-top: 10px;
  margin-bottom: 13px;
  margin-left: 215px;
}

#lnkAcc {
  text-align: center;
  margin-top: 15px;
}

form button {
  border: none;
  background-color: #8cc040;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 0.8em;
  margin-top: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.zoomLink {
  border: none;
  background-color: #1071eb;
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 0.8em;
  margin-top: 12px;
  width: 250px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
}

.zoomLink:hover {
  color: white;
}

form button:hover {
  background-color: #83b33b;
  /* Firefox */
  -moz-transition: all 0.1s ease-in;
  /* WebKit */
  -webkit-transition: all 0.1s ease-in;
  /* Opera */
  -o-transition: all 0.1s ease-in;
  /* Standard */
  transition: all 0.1s ease-in;
}

form input:focus,
form textarea:focus,
form button:focus {
  outline: none;
}

form a:hover,
form button:hover {
  cursor: pointer;
}

form a:hover {
  color: #6a7180;
}

form img {
  width: 150px;
  height: auto;
  margin: 0 auto;
  display: block;
  margin-bottom: 25px;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: relative;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  background-color: #353a40 !important;
  position: relative;
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-radius: 6px;
  overflow: hidden;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-header:after,
.modal-footer:after {
  clear: both;
}

.modal-header,
.modal-body,
.modal-footer {
  padding: 55px;
  background-color: #353a40;
  color: white !important;
  border: 0;
}

.modal-footer {
  border: 0;
  padding-top: 15px;
}

.modal-header,
.modal-body {
  padding-bottom: 0px;
}

.modal-body {
  padding-bottom: 0px;
  padding-top: 0px;
}

.modal-footer button {
  color: white !important;
  background-color: #545a66;
  box-shadow: 0;
  font-size: 12px;
  font-weight: 600;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  padding: 12px 22px;
  display: block;
  float: left;
}

.modal-footer button:hover {
  cursor: pointer;
  background-color: #5e6573;
}

.modal-header h4 {
  font-size: 1.2em;
  font-weight: 600;
  padding-bottom: 30px;
}

.modal-body p {
  display: block;
  padding-bottom: 25px;
  font-size: 13px;
  line-height: 22px;
  color: #a8abb1;
}

#myModal {
  z-index: 9999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
}

.feedback {
  text-align: center;
  font-size: 13px;
  padding: 0px 20px 10px 20px;
  color: #616773;
}

.feedback-res {
  text-align: center;
  font-size: 14px;
  padding: 0px 20px 10px 20px;
  color: #616773;
  margin-top: 70px;
}

#aRegister {
  display: block;
  text-align: center;
  margin-top: 25px;
}

#zoomCal {
  margin-top: 20px;
}

#frmZoom input,
#frmZoom textarea {
  border: 2px solid #545a65;
  padding: 15px 0;
  text-indent: 17px;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: transparent;
  width: 100%;
  color: white;
  font-size: 1em;
}

#inputGeboortedatum {
  font-family: Arial;
  font-size: 16px;
  border: 2px solid #545a65;
  padding: 15px;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: transparent;
  width: 250px;
  color: white;
  font-size: 1em;
}

.btnZoomHeader {
  background: #1071eb;
  font-size: 0.85em;
  font-weight: bold;
  width: 260px;
  border-radius: 5px;
  padding: 15px 12px;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: white;
  text-decoration: none;
  margin: 0;
  margin-bottom: 10px;
}

.btnSubmit {
  background: #1071eb;
  font-size: 0.85em;
  font-weight: bold;
  width: 283px;
  border-radius: 5px;
  padding: 15px 12px;
  text-align: center;
  display: block;
  margin: 0 auto;
  color: white;
  text-decoration: none;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 10px;
}

.btnZoom,
.btnZoomFree {
  background: #1071eb;
  font-size: 0.85em;
  font-weight: bold;
  border-radius: 5px;
  padding: 15px 0;
  text-align: center;
  display: block;
  color: white;
  margin-top: 10px;
  text-decoration: none;
  width: 100%;
  max-width: 100%;
}

.btnStep {
  background: #8cc040;
  font-size: 0.85em;
  font-weight: bold;
  border-radius: 5px;
  padding: 15px 12px;
  text-align: center;
  display: block;
  color: white;
  text-decoration: none;
  margin: 0;
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
}

.btnStep .add-to-calendar-checkbox:checked ~ a {
  border-top: 1px solid #77a92f;
}

.lnkAttest {
  padding: 10px;
  font-size: 12px;
  text-decoration: none;
  color: #6a7180;
}

.lnkContainer {
  color: #6a7180;
}

.lnkAttest2 {
  padding: 0px 10px;
  font-size: 13px;
  text-decoration: none;
  color: #6a7180;
  display: inline;
}

#optionWrapper div {
  color: #6a7180;
}

.mainBody {
  min-width: 1000px;
}

.lnkAttest:hover {
  color: #6a7180;
  text-decoration: underline;
}

.btnZoomFree {
  background-color: #ea8a00;
}

.btnElearning {
  background: #8cc040;
  font-size: 0.85em;
  font-weight: bold;
  width: 260px;
  border-radius: 5px;
  padding: 15px 12px;
  text-align: center;
  display: block;
  color: white;
  margin-top: 10px;
  text-decoration: none;
  margin: 0;
}

.btnElearning2 {
  background: #8cc040;
  font-size: 0.85em;
  font-weight: bold;
  border-radius: 5px;
  padding: 15px 0;
  text-align: center;
  display: block;
  color: white;
  margin-top: 10px;
  text-decoration: none;
}

.btnZoom:hover,
.btnElearning:hover,
.btnZoomFree:hover {
  color: white;
}

.btnZoomAttest {
  background: #1071eb;
  font-size: 0.85em;
  font-weight: bold;
  width: 282px;
  border-radius: 5px;
  padding: 15px 12px;
  text-align: center;
  display: block;
  color: white;
  margin-top: 10px;
}

.btnZoomAttest.download,
.btnZoomAttest.download:hover {
  background: #8cc040;
}

.btnZoom:hover,
.btnZoomAttest:hover {
  background: #1071eb;
}

.zoomInfo {
  text-align: center;
  color: white;
  font-size: 0.85em;
}

.zoomHelp {
  color: #545b65;
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
}

#zoomCal .add-to-calendar-checkbox:checked ~ a {
  display: block;
  width: 100%;
  margin-left: 0;
  padding: 0;
  padding-top: 10px;
  margin: 10px 0px;
  color: white;
  text-decoration: none;
  font-size: 12px;
  border-top: 1px solid #2c85f5;
  text-align: center;
}

#zoomCal .add-to-calendar-checkbox:checked ~ a:last-child {
  margin-bottom: 0px;
}
.add-to-calendar-checkbox:hover {
  cursor: pointer;
}

.zoomLabel {
  font-size: 12px;
  width: 100%;
  margin: 0 auto;
  margin-top: 5px;
  color: #545b65;
  display: block;
}

.zoomInputInfo {
  margin-top: 4px;
}

#optionWrapper {
  display: flex;
}

.optionWrapper {
  flex-direction: column;
  padding: 35px;
  background-color: #353940;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

@media (max-width: 1040px) {
  .mainContainer {
    align-items: flex-start;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 35px 0;
  }
  #optionWrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #frmLoginMain {
    width: 325px;
    padding: 25px;
  }

  .btnElearning,
  .btnZoom,
  .btnZoomFree {
    margin: 0px 10px;
  }

  html,
  body {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
    min-height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: repeat;
  }
}

.m10 {
  padding: 10px;
}

@media (max-width: 768px) {
  .mainContainer2 {
    flex-direction: column;
    padding: 0 2%;
  }
  .options-container.large {
    width: 100%;
  }

  .options-container.small {
    width: 100%;
  }

  .zoomContainer {
    padding: 0 5%;
    display: flex;
  }

  #frmZoom {
    padding: 0;
    width: 100%;
  }
}
