@font-face {
    font-family: Linotype330;
    src: url('fonts/linotype-330-regular.eot') format('embedded-opentype'), url('fonts/linotype-330-regular.woff') format('woff');
}

@font-face {
    font-family: Linotype330Light;
    src: url('fonts/Linotype Univers 330 Light.ttf');
}

@font-face {
    font-family: Linotype630;
    src: url('fonts/linotype-w01-630-bold.eot') format('embedded-opentype'), url('fonts/linotype-w01-630-bold.woff') format('woff');
    font-weight: bold;
}

.login-pf-page-header {
  height: 10vh;
}


.login-pf {
  background-color: rgb(232, 237, 242);
  background-image: linear-gradient(rgb(251, 251, 251), rgb(232, 237, 242));
  background: rgb(232, 237, 242);
  background: linear-gradient(rgb(251, 251, 251), rgb(232, 237, 242));
  font-family: Linotype330Light;
  line-height: 24px;
  letter-spacing: 0.2px;
  height: 100%;
}

.login-pf-page form {
  color: rgb(109, 120, 130);
}

.login-pf-page .input-lg {
  height: 48px;
  border: 1px solid rgb(161, 208, 244);
  border-radius: 8px;
  padding-top: 9px;
  padding-left: 15px;
}

.login-pf-page .input-lg::placeholder {
  color: rgba(125, 138, 149, 0.3);
  text-transform: uppercase;
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.login-pf-page form label {
  font-weight: normal;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 0.4px;
  width: auto;
  height: auto;
  position: relative;
  overflow: inherit;
}

.login-pf-page form .btn-lg {
  margin-top: 40px;
  height: 40px;
  text-transform: uppercase;
  background-color: rgb(57, 132, 190);
  background-image: none;
  border: none;
  border-radius: 8px;
  font-family: Linotype630;
  font-weight: bold;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 0.4px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.login-pf-page form .row-submit {
  margin-left: 40px;
  margin-right: 40px;
}

.login-pf-page form .login-pf-settings {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.2px;
  margin-top: 32px;
}

.login-pf-page form .login-pf-settings, .login-pf-page form .login-pf-settings a {
  color: rgb(57, 132, 190);
}

.login-pf-page .login-pf-separator {
  text-align: center;
  overflow: hidden;
  color: rgb(125, 138, 149);
  font-size: 16px;
  font-family: Linotype330Light;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.login-pf-page .login-pf-separator {
  width: 147px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 13px;
}

.login-pf-page .login-pf-separator span:before,
.login-pf-page .login-pf-separator span:after {
  background-color: rgb(209, 216, 223);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.login-pf-page .login-pf-separator span:before {
  right: 0.5em;
  margin-left: -50%;
}

.login-pf-page .login-pf-separator span:after {
  left: 0.5em;
  margin-right: -50%;
}

.login-pf-zocial-provider {
  margin-bottom: 13px;
  height: 46px;
  text-align: center;
}

.login-pf-zocial-provider:last-child {
  margin-bottom: 0px;
}

.login-pf-zocial-provider a {
   border: none;
   padding: 8px 10px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 12px;
   font-weight: normal;
   font-family: Linotype330;
   margin: 0px;
   cursor: pointer;
   line-height: 22px;
   border-radius: 2px;
   box-shadow: 0 1px 1px 0 rgba(0,0,0,0.3);
   width: 210px;
}

.login-pf-zocial-provider a img {
   margin-right: 20px;
}

#zocial-google a {
   background-color: white;
   color: rgba(0, 0, 0, 0.54);
}

#zocial-facebook a {
    background-color: rgb(60, 89, 153);
    color: white;
}

#zocial-apple a {
	background-color: rgb(0, 0, 0);
	color: white;
}

.login-pf-page-footer {
    height: 17vh;
}

.card-pf {
    height: 70vh;
    background: transparent;
    border-top: none;
    box-shadow: none;
}

.login-pf-settings {
    text-align: center;
    margin-top: 20px;
}

.alert.is--error {
    color: #ffffff;
    background: #f31616;
    border-radius: 8px;
    padding: 0px;
}

.alert--content {
    margin-left: 14px;
}

.form__toggleShow {
    display: flex;
    width: 22px;
    height: 18px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    transform: translateY(-175%);
    margin-right: 35px;
    border: none;
    background: none;
    padding: 0px;
}
