@font-face {
    font-family: "AllstateObjektiv";
    src: url("/mga/sps/static/symantec/AllstateObjektiv_W_Rg.woff2") format("woff2");
}

@font-face {
    font-family: "AllstateObjektiv";
    src: url("/mga/sps/static/symantec/AllstateObjektiv_W_Bd.woff2") format("woff2");
    font-weight: bold;
}

@font-face {
  font-family: 'allstatesansw-regular';
  src: url("/mga/sps/static/wsotp/allstatesansw-regular.woff2") format("woff2"), url("/mga/sps/static/wsotp/allstatesansw-regular.woff") format("woff");
}

@font-face {
  font-family: 'allstatesansw-bold';
  src: url("/mga/sps/static/wsotp/allstatesansw-bold.woff2") format("woff2"), url("/mga/sps/static/wsotp/allstatesansw-bold.woff") format("woff");
  font-weight: bold;
}

.abBody {
    height: 100vh;
    width: 100vw;
    margin: 0;
}

.defBody {
    margin: 0;
    height: 100vh;
    width: 100vw;
}

div.centered {
    font-family: arial, helvetica, sans-serif;
    margin-top: 80px;
    text-align: center;
	font-size: 16px;
}

div.centered table {
    margin: 0 auto;
    text-align: left;
}

.logoBlock {
    background-color: #d0e6f4;
    padding: 10px;
    border-bottom: 3px solid white;
}

.tableBlock {
    border: 1px solid #999999;
    width: 500px;
    font-size: .9em;
    background-color: #eaeaea;
    padding: 0;
    margin: 0;
}

.col1 {
    padding: 5px 0px 5px 105px;
    width:100px;
}

.col2 {
    padding: 5px 0px 5px 0px;
}

.instr {
    padding: 5px 0px 5px 5px;
    font-size: .9em;
    font-style: italic;
    color: #333333;
    text-align: left;
}

.legalText {
    font-size: .8em;
    color: #666666;
    padding: 5px 15px 8px 15px;
    text-align: justify;
    justify-content: center;
}

.errorText {
    padding: 5px 25px 0px 25px;
    color: #000000;
    text-align: justify;
    justify-content: left;
}

a {
    text-decoration: none;
    color: #0e5ba0;
}

tabler {
    padding: 0px 0 0px 0;
    border-style: hidden;
    border-width: 0px;
    margin: 0px;
}

.ABlogin {
    font-family: AllstateObjektiv;
    display: flex;
    flex-grow: 1;
    height: 100%;
    flex-direction: column;
    background-image: url("/mga/sps/static/symantec/Background.jpg");
    background-size: cover;
    justify-content: center;
    align-items: center;
}

.ABlogin::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-image: linear-gradient(to top right, #0033a0 45%, #45bce5);
}

.ABlogin__logo {
    position: absolute;
    top: 15px;
    left: 15px;
    height: 3rem;
}

.ABlogin__container {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    font-size: 16px;
    position: relative;
    max-width: 30rem;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.ABlogin__form {
    display: flex;
    flex-direction: column;
    padding: 1rem 0;
}

.ABlogin__title {
    text-align: center;
}

.ABlogin__security-code-message {
    margin-bottom: 1rem;
}

.action-button {
    margin-top: 0.5rem;
    height: 1.5rem;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    color: white;
    background-color: #00709C;
}

.action-button:hover {
    cursor: pointer;
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

.ABlogin__sign-in-button {
    font-size: 16px;
    margin-top: 1rem;
    height: 2rem;
    border: none;
    border-radius: 5px;
    color: white;
    background-color: #0033a0;
}

.ABlogin__sign-in-button:hover {
    cursor: pointer;
    box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

.ABlogin .ABtitle__allstate {
    color: #0033a0;
}

.ABform__password-input {
    border: solid 1px lightgray;
    border-radius: 5px;
    font-size: 18px;
    padding: 0.5rem;
}

.ABlogin__invalid-security-code-message {
    color: #c11616;
    background-color: #ffdce0;
    padding: .5rem;
    border-radius: 4px;
    border: 1px #c11616 solid;
    text-align: center;
    margin-bottom: 1rem;
}

.login__center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.login__OK-button {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  height: 2.5rem;
  border: none;
  border-radius: 5px;
  color: white;
  width: 25%;
  text-align: center;
  background-color: #0033a0;
}

body {
  font-family: 'allstatesansw-regular';
  height: 100vh;
  margin: 0;
  background-color: #F2F6F9;
  font-size: 10px;
}

.row:after {
  content: "";
  display: table;
  e clear: both;
}

.navBar-color {
  background-color: #254b6e;
  display: flex;
  color: white;
  justify-content: flex-end;
}

.labelText {
  color: white !important;
}

.navBar {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 66px;
  width: 100%;
  background-image: linear-gradient(to top, #0033a0, #001e60);
}

.divider {
  width: 2px;
  height: 56px;
  opacity: 0.3;
  margin: 5px 15px 5px 80px;
  background-color: #ffffff;
}

.navBarRow {
  height: 62px;
  padding: 5px 5px;
}

.navBarTitle {
  color: #fff;
  text-align: left;
  height: 42px;
  line-height: 42px;
  font-weight: bold;
  font-family: allstatesansw-regular, Verdana, sans-serif;
}

.mountainImg {
  position: relative;
  bottom: 0px;
  right: 0px;
  margin-top: -40px;
  margin-left: 15%;
  width: 90%;
  margin-right: 10%;
  padding-top: 20px;
  min-width: 300px;
  max-width: 1132px;
  z-index: -10;
}

.mountainImg1 {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin-top: -40px;
  margin-left: 7%;
  width: 90%;
  margin-right: 7%;
  padding-top: 20px;
  min-width: 10%;
  max-width: 90%;
  z-index: -10;
}

.login {
  display: flex;
  flex-grow: 0;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.login__logo {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 3rem;
}

.login__logo1 {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 3rem;
}

.login__container {
  background-color: white;
  padding: 2rem;
  border-radius: 10px;
  position: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  max-width: 30rem;
  border: solid 1px #bcc9d5;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.secqa_login__container {
  background-color: white;
  padding: 2rem;
  border-radius: 10px;
  position: center;
  margin: auto;
  max-width: 50rem;
  border: solid 1px #bcc9d5;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.login__form {
  display: flex;
  flex-direction: column;
}

.login__title {
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 2em;
  padding: 0.5rem;
}

.title__allstate {
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 3em;
  padding: 0.5rem;
  color: #0033a0;
}

.welcome__allstate {
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 1.5em;
  padding: 0.5rem;
  color: #0033a0;
}

.login__instructions {
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 1.5em;
  padding: 0.5rem;
}

.otp__choices {
  text-align: left;
  font-weight: bold;
  margin-left: 15%;
  display: block;
  font-size: 1.5em;
  padding: 0.5rem;
}

.login__legal-disclaimer {
  font-size: 10px;
  justify-content: center;
  text-align: justify;
}

.login__sign-in-button {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  height: 2.5rem;
  border: none;
  border-radius: 5px;
  color: white;
  width: 100%;
  background-color: #0033a0;
}

.login__sign-in-button:hover {
  cursor: pointer;
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

.login__push-button {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  height: 2.5rem;
  border: none;
  border-radius: 5px;
  color: white;
  width: 20%;
  background-color: #0033a0;
}

.login__push-button:hover {
  cursor: pointer;
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

.login .title__allstate {
  color: #0033a0;
}

.cp {
  display: flex;
  flex-grow: 0;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.cp__logo {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 3rem;
}

.cp__container {
  background-color: white;
  padding: 2rem;
  border-radius: 10px;
  position: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  margin-bottom: auto;
  max-width: 30rem;
  border: solid 1px #bcc9d5;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.cp__form {
  display: flex;
  flex-direction: column;
}

.cp__title {
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 2em;
  padding: 0.5rem;
}

.cp__legal-disclaimer {
  font-size: 10px;
  justify-content: center;
  text-align: justify;
}

.cp__sign-in-button {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  height: 2.5rem;
  border: none;
  border-radius: 5px;
  color: white;
  width: 100%;
  background-color: #0033a0;
}

.cp__sign-in-button:hover {
  cursor: pointer;
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

.cp .title__allstate {
  color: #0033a0;
}

.form__otp-text {
  font-size: 18px;
  padding: 0.5rem;
  margin: 0.5rem;
  text-align: center;
}

.form__secqa-textc1 {
  float: left;
  font-size: 18px;
  padding: .75rem 0 0 10%;
  margin: 0.25rem;
  width: 15%;
  text-align: left;
}

.form__secqa-textc2 {
  float: left;
  font-size: 18px;
  padding: 0.5rem;
  margin: 0.5rem;
  width: 65%;
  text-align: left;
}

.form__secqa-ins {
  float: left;
  font-size: 10px;
  padding: 0.5rem;
  margin: 0.5rem;
  width: 65%;
  text-align: left;
}

.form__secqa-input {
  border: solid 1px lightgray;
  border-radius: 5px;
  background-color: #dee6e7;
  font-size: 18px;
  padding: 0.5rem;
  margin: 0.5rem;
  width: 65%;
  text-align: left;
}

.form__cp-text {
  font-size: 18px;
  padding: 0.5rem;
  margin: 0.5rem;
  text-align: left;
  float: left;
  width: 12rem;
}

.error__txt {
  color: #c11616;
  font-size: 1.20em;
  font-family: allstatesansw-bold;
  background-color: #ffdce0;
  border-radius: 4px;
  border: 1px #c11616 solid;
  word-wrap: break-word;
  justify-content: center;
  text-align: justify;
  padding: 0.5rem;
}

.error__txto {
  color: #c11616;
  font-size: 1.40em;
  font-family: allstatesansw-bold;
  background-color: #ffdce0;
  border-radius: 4px;
  border: 1px #c11616 solid;
  word-wrap: break-word;
  justify-content: center;
  text-align: justify;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.error__txtb {
  color: black;
  font-size: 1.40em;
  font-family: allstatesansw-bold;
  text-align: center;
  padding: 0.5rem 1rem 0.5rem 1rem;
}

.error__txtblack {
  color: black;
  font-size: 1.60em;
  word-wrap: break-word;
  justify-content: center;
  text-align: justify;
  padding: 0.5rem;
}

.popup__text {
  color: black;
  font-size: 1.40em;
  display: inline-block;
  font-family: allstatesansw-bold;
  background-color: #F2F6F9;
  border-radius: 4px;
  border: 1px #F2F6F9 solid;
  text-align: center;
  padding: 0.5rem;
}

.form__otp-input {
  border: solid 1px lightgray;
  border-radius: 5px;
  background-color: #dee6e7;
  font-size: 18px;
  padding: 0.5rem;
  text-align: left;
}

.form__cp-input {
  border: solid 1px lightgray;
  border-radius: 5px;
  background-color: #dee6e7;
  font-size: 18px;
  padding: 0.5rem;
  text-align: left;
  width: 15rem;
}

.form__text {
  font-size: 1.40em;
  padding: 0.5rem;
  font-family: allstatesansw-regular;
  text-align: center;
  justify-content: center;
}

.form__text2 {
  font-size: 14px;
  padding: 0.5rem;
  color: #dc5cac;
  font-family: allstatesansw-bold;
  text-align: center;
  justify-content: center;
}

.hidden {
  font-weight: bold;
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a {
  text-decoration: none;
}

.abBody {
  height: 100vh;
  width: 100vw;
  margin: 0;
  font-size: 16px;
  display: flex;
  background-size: cover;
  justify-content: center;
  align-items: center;
  font-family: allstatesansw-regular;
}

.abBody::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.verification-code-input {
  border: solid 1px lightgray;
  border-radius: 5px;
  font-size: 18px;
  padding: 0.5rem;
  width: calc(100% - 1rem);
}

.verification-code-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  z-index: 1;
  background-color: white;
  border-radius: 5px;
  padding: 2rem;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.verification-code-form__title {
  font-size: 24px;
  color: #0033a0;
  text-align:center;
  font-family: allstatesansw-bold;
}

.verification-code-form__description {
  color: #757575;
}

.verification-code-form__submit-button {
  border: none;
  border-radius: 5px;
  padding: 7px 14px;
  color: white;
  background-color: #0033a0;
  font-size: 16px;
  margin-bottom: 2rem;
}

.verification-code-form__submit-button:hover {
  cursor: pointer;
  box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.1);
}

.verification-code-form__contact-method-radio {
  margin: 16px 0;
  display: flex;
  flex-direction: column;
}

.contact-method-radio__label {
  margin-bottom: 16px;
}

.contact-method-radio__radio-button {
  padding: 0.5em;
  margin-right: 16px;
  -webkit-appearance: none;
  outline: 0.1em solid black;
  outline-offset: 0.1em;
}

.contact-method-radio__radio-button:checked {
  display: inline-block;
  background-color: #0033a0;
}

.verification-code-invalid-message {
  color: #c11616;
  background-color: #ffdce0;
  padding: 0.5rem;
  border-radius: 4px;
  border: 1px #c11616 solid;
  text-align: center;
  margin-bottom: 1rem;
  width: calc(100% - 1rem);
}

.verification-code-input {
  margin-bottom: 1rem;
}

.verification-code-form__instructions {
  color: #757575;
}

.verification-code-form__instructions1 {
  color: #757575;
  text-align: center;
  font-weight: bold;
  display: block;
  font-size: 1.5em;
  padding: 0.5rem;
}

.verification-code-form__contact {
  color: black;
}

.verification-code-form__code-submission,
.absecurityCodeDiv {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.verification-code-form__resend-code-link {
  color: #0033a0;
  font-size: 16px;
  background-color: white;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.verification-code-form__resend-code {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}

.verification-code-form__change-method {
  display: flex;
  justify-content: center;
}

.verification-code-form__change-method-link {
  color: #0033a0;
  font-size: 16px;
  background-color: white;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 992px) {
  .abBody {
    background: none;
  }

  .abBody::before {
    background: none;
  }

  .login__logo {
    display: none;
  }

  .verification-code-form {
    padding: 2rem;
    box-shadow: none;
  }
}


@media screen and (max-width: 700px) {
  .ABlogin {
	background-image: none;
  }

  .ABlogin::before {
	display: none;
  }

  .ABlogin__logo {
	display: none;
  }

  .ABlogin__container {
	height: 100%;
	display: flex;
	border-radius: 0;
	flex-direction: column;
	justify-content: center;
	max-width: initial;
	box-shadow: none;
  }
	
  .abBody {
	background: none;
  }

  .abBody::before {
	background: none;
  }

  .login__logo {
	display: none;
  }

  .ABlogin__logo {
	display: none;
  }

  .verification-code-form {
	padding: 2rem;
	box-shadow: none;
  }

  .body{
    background-color: white;
  }

  .defBody{
    background-color: white;
  }

  body::before {
    background-color: white;
  }

  .login__form {
    display: flex;
    flex-direction: column;
  }

  .login {
    height: 100%;
    background-color: white;
  }
  
  .login::before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    opacity: 0.8;
  }

  .login__legal-disclaimer {
    word-wrap: break-word;
    justify-content: center;
    text-align: justify;
  }

  .form__eai-text {
    display: flex;
    word-wrap: break-word;
    justify-content: center;
    text-align: justify;
  }

  .mountainImg1 {
   display: none;
  }
  
  .login__container {
    border: none;
    box-shadow: none;
  }
}
