@import url("https://cdnjs.cloudflare.com/ajax/libs/inter-ui/3.19.3/inter.css");

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
p {
  margin: 0;
}

body {
  background: #fafafa;
  color: #4a4a4a;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.4;
}

a {
  color: #575195;
  text-decoration: none;
  font-weight: 700;
  display: inline-block;
}

a:not(.button):not([role]):focus {
  outline: none;
}

a:hover:not(.button):not([role]) {
  background: linear-gradient(currentColor, currentColor) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  background-size: 100% 1px;
  background-position: 0 1.2em;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  padding: 40px 40px 0;
  flex: 1;
}

main.login {
  display: flex;
  flex-direction: column;
}

.chooseproduct main {
  padding-bottom: 30px;
}

#logo {
  max-width: 220px;
  margin: 0 auto 40px;
}

#logo img {
  display: block;
}

.page-header {
  font-weight: normal;
  font-size: 1.625rem;
  color: #2e1b46;
  text-align: center;
}

.page-header.welcome {
  margin-top: 40px;
  letter-spacing: 0.1px;
}

.footer {
  background-color: #2e1b46;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 18px 40px;
  margin-top: 40px;
}

.footer a {
  color: #fff;
}

.footer>div {
  flex: none;
}

.footer .footernav li {
  display: inline-block;
  border-right: 1px solid #c8c8c8;
  padding: 3px 18px;
}

.footer .footernav li:last-child {
  padding-right: 0;
  border-right: none;
}

.user-is-tabbing .chooselang:focus .focused,
.user-is-tabbing .login a:focus,
.user-is-tabbing .footernav a:focus {
  background: linear-gradient(90deg, #3862e9 66%, transparent 0) repeat-x;
  background-size: 6px 3px;
  background-position: 0 1.2em;
}

.footer .copyright .wmi {
  font-weight: 500;
}

.paper-card.-margintop25 {
  margin-top: 25px;
}

.login .buttoncontainer,
.findemail .buttoncontainer,
.setpassword .button[type="submit"],
.resetpassword .button[type="submit"] {
  margin-top: 1.5rem;
}

.login .buttoncontainer .button,
.findemail .buttoncontainer .button,
.checkemail .buttoncontainer .button {
  margin-right: 1.5rem;
}

#passwordlink {
  margin-top: 0.25rem;
}

.textfield.-error + #passwordlink {
  margin-top: 1.5rem;
}


ul.chooselang {
  font-size: 0.875rem;
  position: relative;
  text-align: center;
  margin-top: 30px;
}

.chooselang:focus {
  outline: none;
}

.chooselang .langoption {
  display: inline-block;
  line-height: 1.85;
  font-weight: 500;
}

.chooselang .langoption:first-child:before {
  display: inline-block;
  font: normal normal normal 24px/1 Material Design Icons;
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F1E7";
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 1.25rem;
}

.login .largearea {
  flex: 1;
}

.login .productsuite {
  padding: 30px 60px;
  margin: 40px -40px 0;
  background: rgba(87, 81, 149, 0.04);
}

.login .productsuite h3 {
  text-align: center;
  color: #0a7680;
  font-size: 1.375rem;
  letter-spacing: 0.2px;
  font-weight: 500;
}

.login .productsuite .watermarksuite {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -25px;
}

.login .productsuite .product {
  flex: none;
  margin: 24px 20px 0;
}

.login .productsuite .icon {
  height: 24px;
  width: auto;
}

.findemail .paper-card .information {
  margin-top: 20px;
}

.checkemail .paper-card p {
  margin-bottom: 20px;
}

div[dir="RTL"] .chooselang .langoption:first-child:before {
  margin-right: 0;
  margin-left: 1.25rem;
}

.chooselang .langoption:not(:first-child):before {
  content: "|";
  display: inline-block;
  margin: 0 0.75rem;
}

.chooseproduct .availableproducts {
  padding-left: calc(50% - 193px);
  padding-right: calc(50% - 193px);
}

.chooseproduct .availableproducts .product {
  margin: 20px auto 0;
}

.chooseproduct .availableproducts .product .button {
  height: 60px;
  width: 100%;
  text-align: center;
  border-radius: 12px;
}

.chooseproduct .availableproducts .product svg {
  fill: #fff;
  height: 24px;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}

.chooseproduct .availableproducts .product svg.logo {
  height: 32px;
}

.chooseproduct .availableproducts .product.via svg,
.chooseproduct .availableproducts .product.livetext svg,
.chooseproduct .availableproducts .product.ams svg,
.chooseproduct .availableproducts .product.lat svg {
  height: 20px;
}

.button,
button {
  -ms-transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.1s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(244, 243, 246, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0 rgba(244, 243, 246, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0 rgba(244, 243, 246, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.1);
  border: none;
  color: #575195;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  height: 2.1875rem;
  line-height: 2.125rem;
  padding: 0 0.9375rem;
  cursor: pointer;
  position: relative;
  background: #efeef1;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0.3px;
}

button.-primary:not(.-textonly),
.button.-primary:not(.-textonly),
button.large {
  -webkit-box-shadow: 0 2px 2px 0 rgba(87, 81, 149, 0.12),
    0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 2px 0 rgba(87, 81, 149, 0.12),
    0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 2px 0 rgba(87, 81, 149, 0.12),
    0 2px 2px 0 rgba(0, 0, 0, 0.2);
  background: #575195;
  color: #fff;
}

button.-primary:not(.-textonly),
.button.-primary:not(.-textonly):hover {
  -webkit-box-shadow: 0 4px 2px 0 rgba(87, 81, 149, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 2px 0 rgba(87, 81, 149, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 2px 0 rgba(87, 81, 149, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.2);
  background: #4e4986;
}

button.-primary:focus {
  outline: none;
}

.user-is-tabbing button.-primary:focus,
.user-is-tabbing .button.-primary:focus {
  -webkit-box-shadow: 0 2px 2px 0 rgba(244, 243, 246, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e;
  -moz-box-shadow: 0 2px 2px 0 rgba(244, 243, 246, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e;
  box-shadow: 0 2px 2px 0 rgba(244, 243, 246, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 0 4px 3px #61279e;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

.paper-card {
  max-width: 420px;
  background: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
  border-radius: 5px;
  margin: 0 auto;
}

.paper-card .header {
  border-bottom: 1px solid #2e1b46;
  padding: 24px 30px;
}

.paper-card .header .title {
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.3px;
}

.paper-card .body {
  padding: 30px 30px 24px;
}

.textfield+.textfield {
  margin-top: 1.25rem;
}

.textfieldlabel {
  display: block;
  letter-spacing: 0.3px;
  font-weight: 600;
}

.textfieldinput {
  border-radius: 3px;
  border: 1px solid rgba(35, 35, 35, 0.6);
  font-size: 0.875rem;
  padding: 0.625rem 0.9375rem 0.5rem;
  width: 100%;
}

.textfieldinput:focus {
  box-shadow: 0 0 0 1px #20cbd4;
  outline: none;
  border-color: #20cbd4;
}

.textfieldinput:disabled {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.14);
  color: #dfdfdf;
  background: #9f9f9f;
}

.textfieldlabel+.textfieldinput {
  margin-top: 0.25rem;
  display: block;
}

.nobullets {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.textfield.-error .textfieldlabel {
  color: #c0392b;
}

.textfield.-error .textfieldlabel::after {
  display: inline-block;
  font: normal normal normal 24px/1 Material Design Icons;
  font-size: 24px;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\F026";
  margin-left: 0.3125rem;
}

.textfield.-error .textfieldinput {
  -webkit-box-shadow: 0 0 0 1px #c0392b;
  -moz-box-shadow: 0 0 0 1px #c0392b;
  box-shadow: 0 0 0 1px #c0392b;
  border-color: #c0392b;
}

.textfield.-error .input-error,
.input-error.-error {
  font-style: italic;
  display: block;
  margin-top: 0.3125rem;
  color: #c0392b;
}

button#login {
  width: 100%;
}

.createpw {
  padding: 1.5rem calc(50vw - 250px);
}
