a {
  color: #052b4f;
  text-decoration: none;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
}

.body {
  background-color: #0093a9;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(0, #32b5c5));
  background-image: linear-gradient(90deg, transparent 50%, #32b5c5 0);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.body.v1 {
  background-image: none;
}

.body.v3 {
  background-image: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.34)), to(#32b5c5));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.34), #32b5c5);
}

.login-section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: auto;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: radial-gradient(circle closest-corner at 50% 45%, rgba(26, 192, 208, 0.62), rgba(97, 212, 223, 0.69) 0%, hsla(0, 0%, 100%, 0) 40%);
}

.login-section.v2 {
  margin-top: 80px;
  background-image: radial-gradient(circle closest-corner at 50% 30%, #1ac0d0, rgba(97, 212, 223, 0.33) 0%, hsla(0, 0%, 100%, 0) 33%, hsla(0, 0%, 100%, 0) 104%);
  opacity: 1;
}

.login-section.v3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../../images/Abriska-Gears-Logo-M.png'), radial-gradient(circle closest-corner at 50% 30%, #1ac0d0, rgba(97, 212, 223, 0.33) 0%, hsla(0, 0%, 100%, 0) 33%, hsla(0, 0%, 100%, 0) 104%);
  background-position: 50% 50%, 0px 0px;
  background-size: 800px, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  opacity: 1;
}

.columns {
  padding: 120px;
}

.form-block {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  display: block;
  overflow: visible;
  min-width: 400px;
  margin-right: auto;
  margin-bottom: 132px;
  margin-left: auto;
  padding: 66px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #62d4e2;
  background-color: #3aadbb;
}

.form-block.v3 {
  background-color: #3aadbb;
}

.form-block.v2 {
  border-color: transparent;
  background-color: transparent;
}

.form-block.v1 {
  margin-bottom: auto;
  padding: 20px 0px 0px;
  border-style: none;
  background-color: transparent;
}

.form-container {
  position: static;
  margin: 56px auto 71px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.form-container.v2 {
  margin-top: 0px;
  margin-bottom: 65px;
}

.form-container.v1 {
  margin-top: 0px;
}

.image {
  max-width: 266px;
  margin-bottom: 37px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  opacity: 1;
}

.text-field {
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  background-color: rgba(228, 235, 236, 0.32);
}

.submit-button {
  margin-top: 11px;
  background-color: #002c4d;
}

.submit-button:hover {
  background-color: #76c7c7;
  color: #052c4d;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30vw;
  min-height: 50vh;
  min-width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading {
  color: #c1df94;
  font-size: 60px;
  line-height: 65px;
}

.heading.v2 {
  color: #ebebeb;
}

.button {
  background-color: #002c4d;
}

.button:hover {
  background-color: #76c7c7;
  color: #052c4d;
}

.heading-2 {
  color: #d4f8ff;
  font-size: 24px;
  text-transform: uppercase;
}

.paragraph {
  margin-top: 40px;
  margin-bottom: 40px;
}

.column {
  position: static;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column._2 {
  padding-left: 60px;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 157px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 20px;
}

.div-block.l {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 11px;
  text-transform: uppercase;
}

.columns-2 {
  padding-top: 33px;
  border-top: 2px solid hsla(0, 0%, 100%, 0.15);
}

.logo {
  max-width: 350px;
  margin-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  opacity: 1;
}

.img {
  max-width: 500px;
  margin-bottom: 37px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  opacity: 1;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 30px;
  border-bottom: 1px solid #70c2cb;
  color: #052b4f;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.recovery-link {
  text-align: right;
}

.recovery-link:hover {
  color: #fdfbfa;
}

.recovery-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .columns {
    padding-right: 0px;
    padding-left: 0px;
  }

  .content-block {
    display: none;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .login-section.v3 {
    margin-right: 15px;
    margin-left: 15px;
    background-image: radial-gradient(circle closest-corner at 50% 30%, #1ac0d0, rgba(97, 212, 223, 0.33) 0%, hsla(0, 0%, 100%, 0) 33%, hsla(0, 0%, 100%, 0) 104%);
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .columns {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .form-block.v3 {
    width: auto;
    max-width: none;
    min-width: auto;
    padding: 25px;
  }

  .image {
    max-width: 70vw;
  }
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 2px;
}
.alert-danger {
    background-color: #fdf2f3;
    border-color: #ce0c0c;
    color: #ce0c0c;
}
.alert-info {
    background-color: #f5fafd;
    border-color: #58b2de;
    color: #58b2de;
}
.alert-success {
    background-color: #f4fbf5;
    border-color: #41b751;
    color: #41b751;
}

.hidden {
    display: none !important;
}

.alert-container {
  position: relative;
  z-index: 5;
  margin-bottom: 20px;
}
.alert-container>.alert {
  padding: 10px;
  position: absolute;
  width: 100%;
}

.errorHintOpen {
  cursor: help;
}
.errorHintOpen:not(:hover)+.errorHint {
  display: none;
}

.columns {
  display: flex;
  justify-content: space-evenly;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}

.login-options {
  padding-top: 20px;
}
.login-options>a {
  width: 230px;
  height: 40px;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
  text-align: center;
}