﻿.customer-profile *,
.customer-profile *:before,
.customer-profile *:after {
  box-sizing: border-box;
}
.customer-profile .customer-profile-resend {
  margin-top: 30px;
  text-align: center;
  line-height: 23px;
  font-size: 0.9rem;
}
.customer-profile .customer-profile-start {
  display: flex;
  justify-content: space-between;
}
.customer-profile .customer-profile-teaser {
  width: 60%;
}
.customer-profile .customer-profile-teaser h1 {
  font-size: 3rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #494a4e;
  font-family: 'PT Sans Narrow', Verdana, Arial;
  margin-bottom: 0.8rem;
}
.customer-profile .customer-profile-teaser h2 {
  font-size: 1.7rem;
  line-height: 1.6rem;
  font-weight: 700;
  color: #494a4e;
  font-family: 'PT Sans Narrow', Verdana, Arial;
  margin: 2rem 0 2.2rem 0;
  text-align: center;
}
.customer-profile .customer-profile-teaser p {
  font-size: 1.1rem;
  line-height: 1.6rem;
  color: #494a4e;
  font-family: 'PT Sans Narrow', Verdana, Arial;
  margin-bottom: 1rem;
}
.customer-profile .customer-profile-teaser button {
  padding: 9px 20px 10px 20px;
  border-radius: 6px;
  border: none;
  background: #26406A;
  color: #FFF;
  font-family: 'PT Sans Narrow';
  font-size: 1.1rem;
  margin-top: 10px;
  cursor: pointer;
}
.customer-profile .customer-profile-teaser .info-circles {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 3rem 0;
}
.customer-profile .customer-profile-teaser .info-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}
.customer-profile .customer-profile-teaser .info-circle h3 {
  font-size: 1.3rem;
  margin: 12px 0 1px 0;
  font-family: 'PT Sans Narrow';
}
.customer-profile .customer-profile-teaser .info-circle h4 {
  font-size: 1rem;
  margin: 0 0;
  font-family: 'PT Sans Narrow';
}
.customer-profile .customer-profile-teaser .info-circle .icon {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 1.4rem;
}
.customer-profile .customer-profile-teaser .premium-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-profile .customer-profile-access {
  width: 30%;
}
.customer-profile .customer-profile-access .customer-profile-login,
.customer-profile .customer-profile-access .customer-profile-verify {
  display: flex;
  flex-direction: column;
  border: solid 1px #DDD;
  align-items: center;
  border-radius: 15px;
  padding: 40px;
  background: #EEE;
}
.customer-profile .customer-profile-access .customer-profile-login .lock,
.customer-profile .customer-profile-access .customer-profile-verify .lock {
  background: gray;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 2.1rem;
}
.customer-profile .customer-profile-access .customer-profile-login h2,
.customer-profile .customer-profile-access .customer-profile-verify h2 {
  font-family: 'PT Sans Narrow', Verdana, Arial;
  font-size: 1.5rem;
  margin: 10px 0 2px 0;
}
.customer-profile .customer-profile-access .customer-profile-login h3,
.customer-profile .customer-profile-access .customer-profile-verify h3 {
  font-family: 'PT Sans Narrow', Verdana, Arial;
  font-size: 1.2rem;
  margin-bottom: 18px;
}
.customer-profile .customer-profile-access .customer-profile-login p,
.customer-profile .customer-profile-access .customer-profile-verify p {
  font-family: 'PT Sans Narrow', Verdana, Arial;
  text-align: center;
  line-height: 1.2rem;
}
.customer-profile .customer-profile-access .customer-profile-login input,
.customer-profile .customer-profile-access .customer-profile-verify input {
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: solid 1px #DDD;
  margin: 14px 0;
}
.customer-profile .customer-profile-access .customer-profile-login button,
.customer-profile .customer-profile-access .customer-profile-verify button {
  padding: 8px 17px 9px 17px;
  border-radius: 6px;
  border: none;
  background: #26406A;
  color: #FFF;
  font-family: 'PT Sans Narrow';
  font-size: 1.1rem;
  margin-top: 10px;
  cursor: pointer;
}
.customer-profile .customer-profile-access .customer-profile-verify {
  display: none;
}
.customer-profile .customer-profile-access .customer-profile-verify i.info {
  display: block;
  margin-top: 2px;
  font-size: 0.9rem;
  font-style: italic;
}
.customer-profile .customer-profile-access .customer-profile-verify form {
  text-align: center;
}