﻿body {
  color: #2d2d2d;
  font-size: 15px;
  background: #f7f7f7;
}

.hidden {
  display: none;
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-block {
  background: #fff;
  padding: 50px 50px 40px;
  width: 440px;
}

.big-button {
  min-width: 250px;
  background: #fff;
  border: 1px solid #808080;
  border-radius: 5px;
  text-align: center;
  font: 18px/22px 'TeamDanmark', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #2d2d2d;
  padding: 14px;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  margin: 0 0 20px;
  text-overflow: ellipsis;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.input-validation-error {
  border: 1px solid #cc2b43;
  color: #cc2b43;
}


@media screen and (max-width: 500px) {
  .login-block {
    width: calc(100vw - 20px);
    padding: 30px;
  }

  .logo-holder {
    margin-bottom: 30px;
  }
}



/*OLD styles */

.login-block--registration {
  width: 800px;
  
  margin-top: 20px;
  margin-bottom: 20px;
}


.checkbox {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.checkbox li {
  overflow: hidden;
}

.checkbox [type='checkbox'] {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -1;
}

.checkbox label {
  margin: 0;
  font: 13px/18px 'AktivGrotesk', Arial, Helvetica, sans-serif;
  text-transform: none;
}

.checkbox .fake-input {
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid #bbb;
  background: #fff;
  vertical-align: middle;
  position: relative;
  margin-right: 8px;
  border-radius: 100%;
  cursor: pointer;
}

.checkbox .fake-input {
  border-radius: 5px;
}

.checkbox .fake-label {
  color: #333;
  vertical-align: top;
  font-size: 1.25em;
  line-height: 1.333em;
  cursor: pointer;
}

.checkbox input[type='checkbox'] ~ .fake-input:before {
  content: '';
  width: 14px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-width: 0 0 3px 3px;
  opacity: 0;
  margin: -7px 0 0 -7px;
  background: url(/images/bg-checkbox.png) no-repeat 1px 1px;
}

.checkbox input[type='checkbox']:checked ~ .fake-input:before {
  opacity: 1;
}

.checkbox input:disabled + .fake-input,
.checkbox input:disabled ~ .fake-label {
  opacity: 0.5;
}

.login-block .fake-label {
  font-size: 1em;
  vertical-align: bottom;
}

.login-block.term-popup {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.term-validation--error {
  color: #dd0a2d;
  padding-top: 15px;
}

.term-popup__content {
  width: 389px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #999;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 26px 25px 0;
  top: 50%;
}

.term-popup__desc {
  max-height: 500px;
  overflow-y: auto;
  margin: 0 -25px 17px !important;
  padding: 0 25px;
}

.term-popup__desc p {
  margin: 0;
}

.two-cols {
  display: flex;
  margin: 0 0 20px;
  justify-content: center;
}

.two-cols__col {
  width: 50%;
  text-align: center;
}

.two-cols__col--normal{
  text-align: left;
  padding:0 10px;
}

.qr img {
  margin: 0 auto;
}
