@font-face {
  font-family: InterRegular;
  src: url(../fonts/fonts-branding/inter-supporting/Inter-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: InterSemiBold;
  src: url(../fonts/fonts-branding/inter-supporting/Inter-SemiBold.ttf);
  font-weight: 600;
}
@font-face {
  font-family: TiemposHeadlineLight;
  src: url(../fonts/fonts-branding/tiempos-headline-primary/TiemposHeadline-Light.otf);
  font-weight: 300;
}
@font-face {
  font-family: TiemposHeadlineLightItalic;
  src: url(../fonts/fonts-branding/tiempos-headline-primary/TiemposHeadline-LightItalic.otf);
  font-weight: 300;
}
@font-face {
  font-family: TiemposHeadlineRegular;
  src: url(../fonts/fonts-branding/tiempos-headline-primary/TiemposHeadline-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: TiemposHeadlineRegularItalic;
  src: url(../fonts/fonts-branding/tiempos-headline-primary/TiemposHeadline-RegularItalic.otf);
  font-weight: 400;
}
@font-face {
  font-family: TiemposHeadlineSemibold;
  src: url(../fonts/fonts-branding/tiempos-headline-semibold/TiemposHeadline-Semibold.otf);
  font-weight: 600;
}
@font-face {
  font-family: TiemposTextMedium;
  src: url(../fonts/fonts-branding/tiempos-text/TiemposText-Medium.otf);
  font-weight: 500;
}
@font-face {
  font-family: TiemposTextMediumItalic;
  src: url(../fonts/fonts-branding/tiempos-text/TiemposText-MediumItalic.otf);
  font-weight: 500;
}
@font-face {
  font-family: TiemposTextRegular;
  src: url(../fonts/fonts-branding/tiempos-text/TiemposText-Regular.otf);
  font-weight: 400;
}
@font-face {
  font-family: TiemposTextRegularItalic;
  src: url(../fonts/fonts-branding/tiempos-text/TiemposText-RegularItalic.otf);
  font-weight: 400;
}
@font-face {
  font-family: iconfont;
  src: url(../fonts/icons/iconfont.eot?#iefix-sa9xtz) format('embedded-opentype'),
    url(../fonts/icons/iconfont.ttf?-sa9xtz) format('truetype'),
    url(../fonts/icons/iconfont.svg?-sa9xtz#icofont) format('svg'),
    url(../fonts/icons/iconfont.woff?-sa9xtz) format('woff');
  font-weight: normal;
  font-style: normal;
}

/* CSS Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font: inherit;
  margin: 0px;
  padding: 0px;
  border: 0px currentColor;
  border-image: none;
  vertical-align: middle;
  font-size-adjust: inherit;
  font-stretch: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  height: 100%;
  background-image: url('../images/PhishingPageNew.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

body {
  color: #fff;
  line-height: 1.3em;
  font-family: 'TiemposHeadlineRegular', helvetica, arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: ' ';
}

.clearfix::after {
  clear: both;
}

/* Form Elements */
input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type='button']:hover,
input[type='submit']:hover,
.ping-button:hover,
.button:hover,
button:hover {
  text-decoration: none;
  color: rgb(85, 101, 114);
  border-color: rgb(41, 150, 204);
  color: rgb(41, 150, 204);
}

input[type='button']:focus,
input[type='submit']:focus,
.ping-button:focus,
.button:focus,
button:focus {
  border: 1px solid rgb(158, 165, 168);
  border-image: none;
}

input[type='button'].primary,
input[type='submit'].primary,
.ping-button.primary,
.button.primary,
button.primary {
  background: rgb(2, 160, 192);
  border-radius: 0px;
  border: currentColor;
  border-image: none;
  width: 100%;
  height: 36px;
  color: rgb(255, 255, 255);
  padding-right: 0px;
  padding-left: 0px;
  margin-top: 7px;
}

input[type='button'].primary:hover,
input[type='submit'].primary:hover,
.ping-button.primary:hover,
.button.primary:hover,
button.primary:hover {
  color: rgb(255, 255, 255);
}

input[type='button'].normal,
input[type='submit'].normal,
.button.normal,
button.normal {
  border-radius: 0px;
  border: currentColor;
  border-image: none;
  width: 100%;
  height: 36px;
  padding-right: 0px;
  padding-left: 0px;
 }

.ping-button.normal {
  border-radius: 26px;
  border: currentColor;
  width: 100%;
  height: 44px;
  font-size: 16px;
  font-weight: 500;
  font-family: InterRegular;
  max-width: 100%;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  background: #a32a33;
  cursor: pointer;
}

a {
  color: rgb(41, 150, 204);
  text-decoration: none;
  cursor: pointer;
}

a.link {
  text-transform: uppercase;
  padding-bottom: 0px;
  border-bottom-color: rgb(41, 150, 204);
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

a:hover {
  color: rgb(62, 160, 209);
  text-decoration: underline;
}

/* Input Fields */
input[type='text'],
input[type='password'] {
  border-radius: 3px;
  transition: 0.2s;
  height: 50px;
  line-height: 42px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  padding: 12px;
  width: 100%;
  font-family: InterRegular, Helvetica, Arial, sans-serif;
  font: 400 13px / normal InterRegular, Helvetica, Arial, sans-serif;
  max-width: 100%;
  box-sizing: border-box;
}

textarea {
  border-radius: 3px;
  transition: 0.2s;
  height: 43px;
  line-height: 42px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  padding: 12px;
  overflow: auto;
  width: 100%;
  font-family: InterRegular, Helvetica, Arial, sans-serif;
  font: 400 18px / normal InterRegular, Helvetica, Arial, sans-serif;
  max-width: 100%;
  box-sizing: border-box;
}

/* Error States */
input[type='text'].error,
input[type='text'].form-error,
input[type='password'].error,
input[type='password'].form-error,
textarea.error,
textarea.form-error {
  border-color: rgb(237, 58, 3);
}

input[type='text'].error:focus,
input[type='text'].form-error:focus,
input[type='password'].error:focus,
input[type='password'].form-error:focus,
textarea.error:focus,
textarea.form-error:focus {
  border-color: rgb(237, 58, 3);
}

/* Hover and Focus States */
input[type='text']:visited,
input[type='password']:visited,
textarea:visited {
  border: 1px solid rgb(240, 246, 247);
  border-image: none;
}

input[type='text']:hover,
input[type='password']:hover,
textarea:hover {
  border: 1px solid rgb(198, 198, 197);
  border-image: none;
}

input[type='text']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: rgb(41, 150, 204);
}

/* Extended and Short Input Styles */
input[type='text'].extended,
input[type='password'].extended,
textarea.extended {
  width: 350px;
}

input[type='text'].short,
input[type='password'].short,
textarea.short {
  width: 75px;
  margin-top: 5px;
  vertical-align: top;
}

/* Clear button styles */
input[type='text']::-ms-clear,
input[type='password']::-ms-clear,
textarea::-ms-clear {
  display: none;
}

/* Readonly and disabled states */
input[type='text'][readonly],
input[type='text'][readonly='readonly'],
input[type='text'][disabled],
input[type='password'][readonly],
input[type='password'][readonly='readonly'],
input[type='password'][disabled],
textarea[readonly],
textarea[readonly='readonly'],
textarea[disabled] {
  resize: none;
}

/* Labels */
label,
.ping-input-label {
  margin: 0px;
  color: rgb(146, 154, 161);
  line-height: 1em;
  font-family: Arial, sans-serif, 'Helvetica Neue', Helvetica;
  font-size: 14px;
  font-weight: 700;
  vertical-align: top;
  display: inline-block;
  position: relative;
  cursor: default;
  clear: both;
}

.ping-input-label {
  text-align: left;
  color: rgb(53, 57, 61);
}

/* Label transitions */
label .label-text,
label .input-container,
.ping-input-label .label-text,
.ping-input-label .input-container,
.ping-input-container .label-text,
.ping-input-container .input-container {
  transition: 0.2s;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.ping-input-label .label-text {
  transition: 0.2s;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.ping-input-label .input-container {
  transition: 0.2s;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.ping-input-container .label-text {
  transition: 0.2s;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.ping-input-container .input-container {
  transition: 0.2s;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
}

/* Ping Input Container specific styles */
.ping-input-container {
  width: 100%;
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.ping-input-container input[type='text'],
.ping-input-container input[type='password'] {
  margin-bottom: 0px;
  display: block;
  -webkit-appearance: none;
  outline: 1px solid #707575;
}

.ping-input-container input:focus {
  outline: #413d3c auto 1px;
}

.ping-input-container textarea {
  margin: 0px;
  display: block;
}

/* Checkbox Styles */
.ping-checkbox-container {
  text-align: left;
  line-height: 24px;
}

.ping-checkbox-container .icon {
  line-height: 14px;
}

/* Moving Label CSS */
.moving_label,
label.moving_label {
  font-family: InterRegular;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-size-adjust: none;
  font-stretch: normal;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-property: color, bottom, transform;
  transition-property: color, bottom, transform;
  pointer-events: none;
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 100%;
  min-height: auto;
  min-width: auto;
  color: #413d3c;
  padding: 20px 5px 5px;
}

.inputfieldfocus:focus ~ .moving_label {
  left: -5px;
  bottom: 15px; 
  transform: scale(0.9) translateY(-40px);
  -webkit-transform: scale(0.9) translateY(-40px);
  color: #413d3c;
}

.transform_this,
label.transform_this {
  color: #413d3c;
  left: -5px;
  bottom: 15px;
  transform: scale(0.9) translateY(-40px);
  -webkit-transform: scale(0.9) translateY(-40px);
}

/* Container Classes */
.ping-container {
  display: table;
  height: 100%;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  min-height: 100%;
  box-sizing: border-box;
}

.bg-box {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.ping-header {
  margin: 0px auto;
  padding: 20px 20px 0px;
  text-align: center;
  color: rgb(0, 0, 0);
  line-height: 1.2em;
  font-family: 'TiemposHeadlineLight', helvetica, arial, sans-serif;
  font-size: 40px;
  min-height: 16px;
  max-width: 400px;
  box-sizing: border-box;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.ping-body-container {
  margin: auto;
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
  max-width: 340px;
  box-sizing: border-box;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

/* Specific body container styles for signin/password */
body .ping-signin .ping-body-container,
body .ping-password .ping-body-container {
  background-color: #fff;
  border-radius: 10px;
  max-width: 368px;
  min-height: 508px; /* changed from height to min-height */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body .ping-password .ping-body-container {
  border-radius: 0px;
  padding-bottom: 10px;
  max-width: 340px;
}

/* Footer */
.ping-footer-container {
  width: 100%;
  height: 90px;
  text-align: center;
  bottom: 0px;
  position: absolute;
}

.ping-footer {
  color: rgb(146, 154, 161);
  font-size: 11px;
  display: block;
}

.ping-credits {
  background: url('../images/powered-by-ping-identity.svg') no-repeat 0% 0% / contain;
  margin: 10px 0px;
  width: 140px;
  height: 14px;
  color: rgb(255, 255, 255);
  font-size: 0px;
  vertical-align: middle;
  display: inline-block;
}

/* Login Box */
.login-box {
  width: 100%;
  padding-left: 41px;
  padding-right: 41px;
  display: inline-block;
  box-sizing: border-box;
}

.responsive-text{
  color: #413d3c;
  font-size: 14px;
  font-family: 'TiemposHeadlineLight';
  margin-bottom: 40px;
  display: none;
}

.ping-body-container.has-error .responsive-text {
  margin-bottom: 15px;
}

.ping-messages {
  font-size: 15px;
  font-family: sans-serif;
}

.ping-messages.ping-nopad {
  margin: 0;
}

.ping-messages > div.ping-error {
  color: #e61234;
  word-wrap: break-word;
  margin-bottom: 35px;
}

.ping-messages > div.center {
  text-align: center;
  color: rgb(146, 154, 161);
}

.wag-logo {
  padding: 20px 0px 40px;
}

.ping-body-container.has-error .wag-logo {
  padding-bottom: 20px;
}

.secure-logo {
  padding-top: 20px;
}

.forgotpass {
  padding-top: 20px;
}

.forgotpass a {
  font-family: InterRegular;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  text-decoration: underline;
  color: #413d3c;
}

/* Utility Classes */
.form-group.posi_rel.disp_ib.width-full.margin-top-10 {
  width: 100% !important;
  margin-bottom: 20px;
  display: inline-block;
  position: relative;
}

.posi_rel {
  position: relative;
}
.disp_ib {
  display: inline-block;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.width-full {
  width: 100% !important;
}
.text-left {
  text-align: left !important;
}

/* Text Display */
.text-display {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  flex-wrap: wrap;
  font-size: 1.5rem;
  color: white;
  max-width: 30%;
  position: absolute;
  left: 6%;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}

.text-display h1 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.text-display h2 {
  font-size: 16px;
  font-family: InterRegular;
  font-weight: 400;
  margin-top: 10px;
  padding: 0 1px;
  color: white;
  text-align: left;
  max-inline-size: 100%;
  line-height: 20px;
}

/* Branding */
input[type='button'].normal,
input[type='submit'].normal,
.button.normal,
button.normal {
  background: #a32a33;
  color: rgb(255, 255, 255);
}

input[type='text'],
input[type='password'],
textarea {
  border: none;
  color: #413d3c;
  background-color: rgb(255, 255, 255);
}

textarea:focus {
  border: 1px solid #413d3c;
}

body .ping-signin .ping-input-link.ping-pass-change,
body .ping-password .ping-input-link.ping-pass-change {
  color: #413d3c;
}

.ping-body-container {
  background: rgb(255, 255, 255);
}

table#t01 {
  color: rgb(34, 187, 214);
  font-family: Helvetica Neue LT Std;
  font-size: 11px;
  font-weight: bold;
  vertical-align: middle;
}

/* Media Queries */
@media (min-width: 901px) and (max-width: 1300px) and (min-height: 700px) {
  .ping-body-container {
    margin-left: 40%;
  }
}

@media (max-width: 1230px) {
  .text-display h1 {
    color: #fff;
    font-size: 2rem;
    line-height: 1.15;
  }
}

@media (min-width: 1016px) and (max-height: 720px) {
  .ping-body-container {
    margin-left: 40%;
  }
}

@media (max-width: 900px) {
  body {
    padding: 0px;
  }

  .ping-signin.ping-container {
    background-image: url('../images/PhishingPageNew.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
  }

  .bg-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .text-display {
    position: static !important;
    transform: none !important;
    max-width: 80% !important;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
    top: auto !important;
    left: auto !important;
    justify-content: center;
    align-items: center !important;
  }

  .text-display h1 {
    font-size: 2rem !important;
  }

  .text-display h2 {
    font-size: 1rem;
    max-inline-size: 100%;
    text-align: center !important;
  }

  .ping-body-container {
    border-radius: 0px;
    border-bottom-color: currentColor;
    border-bottom-width: medium;
    border-bottom-style: none;
    max-width: 100%;
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }

  input[type='text'],
  input[type='password'] {
    border-radius: 4px;
    width: 100%;
    font-weight: normal;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
  }

  .ping-button {
    border-radius: 4px;
    width: 200px;
    font-weight: normal;
  }

  .transform_this {
    left: 0px;
  }
}

@media (max-width: 900px) and (min-height: 600px) and (max-height: 800px) {
  .text-display {
    display: none !important;
  }
  
  body .ping-signin .ping-body-container,
  body .ping-password .ping-body-container {
    margin: 0;
    min-height: min(550px, calc(100vh - 32px));
    max-height: calc(100vh - 32px);
    overflow-y: auto;
  }

  .responsive-text {
    display: block;
    margin-bottom: 40px;
  }

  .wag-logo {
    padding-bottom: 15px;
  }

  .secure-logo {
    padding-bottom: 10px;
  }
}

@media (max-height: 720px) and (max-width: 1015px) {
  .text-display h1,
  .text-display h2 {
    display: none;
  }

  body .ping-signin .ping-body-container,
  body .ping-password .ping-body-container {
    min-height: min(550px, calc(100vh - 32px));
    max-height: calc(100vh - 32px);
    overflow-y: auto;
  }

  .responsive-text {
    display: block;
    margin-bottom: 40px;
  }

  .wag-logo {
    padding-bottom: 15px;
  }

  .secure-logo {
    padding-bottom: 10px;
  }
}

@media (max-width: 720px) {
  .ping-signin.ping-container {
    background-image: url('../images/PhishingPageNew.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  body .ping-signin .ping-body-container,
  body .ping-password .ping-body-container {
    margin-top: 0px;
    min-height: min(550px, calc(100vh - 32px));
    max-height: calc(100vh - 32px);
    overflow-y: auto;
  }

  .text-display h1,
  .text-display h2 {
    display: none;
  }

  .responsive-text {
    display: block;
    margin-bottom: 40px;
  }

  .wag-logo {
    padding-bottom: 15px;
  }

  .secure-logo {
    padding-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .ping-signin.ping-container {
    background-image: url('../images/PhishingPageNew.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  body .ping-signin .ping-body-container .ping-steps .step {
    width: 80px;
  }

  .ping-footer-container {
    left: 0px;
    text-align: center;
    right: 0px;
    bottom: 0px;
  }

  .ping-header {
    padding: 15px;
    border-radius: 0px;
    font-size: 22px;
    font-weight: 200;
    max-width: 100%;
  }

  .ping-body-container {
    border-radius: 0px;
    max-width: 85% !important;
    margin-top: 0px;
  }
}

@media (max-width: 369px) {
  body .ping-signin .ping-body-container {
    max-width: 100%;
    margin: auto;
  }

  .login-box {
    padding-left: 19px;
    padding-right: 19px;
  }
}

@media all and (min-width: 768px) {
  .bg-box {
    background-position: center;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
}

@media all and (min-width: 360px) {
  table#t01 {
    width: 100%;
  }
  table#t01 tr td:first-child {
    width: 38%;
  }
  table#t01 tr td:last-child {
    width: auto;
    text-align: left;
    padding-left: 10px;
  }
}

@media all and (max-width: 359px) {
  table#t01 tr td:first-child {
    width: 30%;
  }
  table#t01 tr td:last-child {
    width: 70%;
    text-align: left;
    padding-left: 5px;
  }
}
