﻿*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body{
  background: url('background.jpg') no-repeat fixed center center;
  background-size: cover;
}

html, body {
  font-size: 62.5%;
  height: 100%;
  overflow: hidden;
}


@media (max-width: 768px) {
  html, body {
    font-size: 50%;
  }
}

svg {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  overflow: visible;
}

.svg-icon {
  cursor: pointer;
}

.svg-icon path {
  stroke: rgba(255, 255, 255, 0.9);
  fill: none;
  stroke-width: 1;
}

input, button {
  outline: none;
  border: none;
}

.center {
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -15rem;
  margin-top: -36.5rem;
  width: 30rem;
  height: 60rem;
  overflow: hidden;
}

.login {
  position: relative;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25), -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  -webkit-transform: scale(1);
          transform: scale(1);
}

.login.inactive {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


.login_check {
  position: absolute;
  top: 10rem;
  left: 13.5rem;
  width: 14rem;
  height: 2.8rem;
  background: #fff;
  color:white;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.login_check h1{
  padding-top:5px;
}

.login_check:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 2.8rem;
  height: 5.2rem;
  background: #fff;
  box-shadow: inset -0.2rem -2rem 2rem rgba(0, 0, 0, 0.2);
}

.login_form {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 50%;
  padding: 1.5rem 2.5rem;
  text-align: center;
}

.login_row {
  height: 5rem;
  padding-top: 1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.login_row_providers{
  height: 13rem;
  padding-top:1rem;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.login_row_providers h3{
  color: #AbA9Ae;
}


.login_row_providers .login_submit2{
  position: relative;
  width: 100%;
  height:4rem;
  color: rgba(255, 255, 255, 0.8);
  background: #9db1ab;
  border-radius: 0rem;
  font-size: 1.5rem;
}

.login_row_providers .login_submit2 a:hover{
  color:white;
}
a:hover{
  text-decoration:none;
}

.fullWidth a:hover{
  color:white;
}


.fullWidth{
  width:100%;
}

.login_icon {
  margin-bottom: -0.4rem;
  margin-right: 0.5rem;
}

.login_icon.name path {
  stroke-dasharray: 73.50196075439453;
  stroke-dashoffset: 73.50196075439453;
  -webkit-animation: animatePath 2s 0.5s forwards;
          animation: animatePath 2s 0.5s forwards;
}
.login_icon.pass path {
  stroke-dasharray: 92.10662841796875;
  stroke-dashoffset: 92.10662841796875;
  -webkit-animation: animatePath 2s 0.5s forwards;
          animation: animatePath 2s 0.5s forwards;
}
.login_input {
  display: inline-block;
  width: 22rem;
  height: 100%;
  padding-left: 1.5rem;
  font-size: 1.5rem;
  background: transparent;
  color: #FDFCFD;
}
.login_submit {
  position: relative;
  width: 100%;
  height: 4rem;
  margin: 5rem 0 2.2rem;
  color: rgba(255, 255, 255, 0.8);
  background: #9db1ab;
  font-size: 1.5rem;
  border-radius: 0rem;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
  transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
}


.login_signup {
  font-size: 1.5rem;
  color: #ABA8AE;
}
.login_signup a {
  color: #fff;
  cursor: pointer;
}


.login_submit.consent, .login_submit.noConsent{
  position: relative;
  /*width: 100%;*/
  height: 4rem;
  margin: 1rem 0 2.2rem;
  color: rgba(255, 255, 255, 0.8);
  background: #9db1ab;
  font-size: 1.5rem;
  border-radius: 0rem;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
  transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
}

.login_submit.noConsent {
  background: rgba(255, 255, 255, 0.8);
  color:black;
}

.permissionList li{
  background-color:transparent;
  border:none;
  color:white;
  font-size:1.5rem;
}

.consent-scopecheck{
  display:none;
}
.whiteFont{
  color:white;
}
.mediumFont{
  font-size:1rem;
}
@-webkit-keyframes animatePath {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animatePath {
  to {
    stroke-dashoffset: 0;
  }
}



/*.provider_main.inactive {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.provider_main {
  position: relative;
  height: 100%;
  background: -webkit-linear-gradient(top, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(146, 135, 187, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  transition: opacity 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  transition: opacity 0.1s, transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25), -webkit-transform 0.3s cubic-bezier(0.17, -0.65, 0.665, 1.25);
  -webkit-transform: scale(1);
          transform: scale(1);
}*/


/*.provider_check {
  position: absolute;
  top: 10rem;
  left: 13.5rem;
  width: 14rem;
  height: 2.8rem;
  background: #fff;
  color:white;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.provider_check h1{
  padding-top:5px;
}

.provider_check:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 2.8rem;
  height: 5.2rem;
  background: #fff;
  box-shadow: inset -0.2rem -2rem 2rem rgba(0, 0, 0, 0.2);
}

.provider_row_providers{
  height: 13rem;
  padding-top:1rem;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}*/

.login_row_providers h1{
  color: #AbA9Ae;
}

.provider_choice {
  margin: 10px 0px 10px 0px;
  position: relative;
  width: 100%;
  height:4rem;
  color: rgba(255, 255, 255, 0.8);
  background: #9db1ab;
  border-radius: 0rem;
  font-size: 1.5rem;
}

.provider_choice:hover {
  color: white;
}

.login_row_providers li {
  list-style-type: none;
}

/*.provider_form {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 50%;
  padding: 1.5rem 2.5rem;
  text-align: center;
}*/

button { cursor: pointer; }

.provider_message {
    font-size: 24px;
    font-weight: 500;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.login_signup {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}


#mainLogInLogoText {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: inherit;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.1;   

    margin-top: 20px;
    padding-top: 5px;
}


.logoSmall{
  position: absolute;
  top: 15%;
  left: 5%;
  width: 100%;
  height: 50%;
  padding: 1.5rem 2.5rem;
  text-align: center;

  background-image:url('images/white_small.png');
  background-repeat:no-repeat !important;
  height: 60px;
  width:275px;
}