@import url('https://fonts.googleapis.com/css?family=Spartan:100,200,300,400,500,600,700&display=swap');

Html, body{
    pointer-events:all;
    height: 100%;
    background-color: #fff;
}

body {
    overflow-y: hidden !important;
}

body .fa,body .fab,body .fal,body .far,body .fas{
    font-family: "Font Awesome 5 Pro" !important;
}
body .other-login i.fab{
    font-family: "Font Awesome 5 Brands" !important;
}


.grandParentContaniner{
    display:table; height:100%; margin: 0 auto;
}

.parentContainer{
    display:table-cell; vertical-align:middle;
}

.entry{
    min-width:200px;
    margin-bottom:5px;
}
.main-logo-header{
    position: relative;
    padding-top: 14vh;
    margin-bottom: 75px;
}
.main-logo-header * {
    display: block;
    text-align: center;
    margin: 0 auto;
}
a.back-stack {
    position: absolute;
    bottom: 6px;
    display: inline-block;
    font-size: 12px;
    color: #007dc4;
    font-weight: bold;
    
    text-decoration: none;
    margin-left: 180px;
}
a.back-stack i {
    font-size: 12px;
    display: inline-block;
    color: #007dc4;

}

.header-img-wrapper {
    display: flex;
    margin: 100px 0 20px 0;
    align-items: baseline;
    justify-content: center;
}

.header-img-wrapper img {
    height: 26.88px;
    width: 172px;
    margin-left: 0px;
    margin-right: 8px;
}

.main-logo-header i{
    font-size: 33px;
    color: #232323;
}
.main-logo-header img{
    width: 192px;
    margin-top: 13px;
    filter: grayscale(100%);
}
.new-login {
    width: 100%;
    text-align: center;
}
.new-login *{
    font-family: 'Roboto' !important;
}
.back-stack{
    font-family: 'Roboto' !important;
}
#other-logins-box a{
    font-family: 'Roboto' !important;
}
.other-login i {
    padding-left: 6px;
}
.new-login input {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 480px;
    font-size: 16px;
    background: transparent !important;
    padding: 17px 41px;
    border: solid 2px #007dc4;
    color: #007dc4;
    border-radius: 40px;
}
.new-login h1 {
    font-family: 'Spartan' !important;
    font-size: 54px;
    font-weight: 500;
    /* margin-bottom: 40px; */
}

.wuwta-login-header {
    height: 36px;
    margin: 100px 0 20px 0;
    font-family: Spartan;
    font-size: 32px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0099d8;
}

.wuwta-login-header img {
    width: 172px;
    margin-left: 0px;
}

.wuwta-login-err-cont {
    display: none;
    height: 12px;
    margin-bottom: 20px;
}

.wuwta-login-err {
    display: none;
    /* margin-left: 30%; */
    color: #ff3333;
    height: 12px;
    /* margin: 20px 20px 20px 30%; */
    font-family: Roboto;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
}

.wuwta-input {
    margin: 0 10px 0 10px !important;
}

.wuwta-reset-password-header {
    height: 36px;
    font-family: Spartan;
    font-size: 32px !important;
    font-weight: bold !important;
    line-height: normal;
    color: #003a6e;
}

.password-reset-help {
    padding: 30px;
    font-family: 'Spartan' !important;
    color: gray;
    font-weight: bold;
}

.wuwta-reset-password-body {
    width: 364px;
    margin: 0 auto;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #545454;
}

.contact-us-text {
    color: #007dc4;
    text-decoration: none;
}

.wuwta-hidden-footer-info {
    display: none;
    opacity: 0;
    pointer-events: none;
}

.return-login {
    width: 184px;
    height: 40px;
    margin-top: 35px;
    border-radius: 24px;
    border: solid 2px #007dc4;
    background-color: #fff;
    color: #007dc4;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.return-login:hover {
    border: solid 2px #7dbe3e;
    color: #7dbe3e;
}

/* Swift input style */
.swift-input {
    position: relative;
    width: 100%;
    max-width: 364px;
    margin: 0 auto
}
.swift-input input{
    z-index: 2;
    font-weight: bold;
}
.swift-input label {
    position: absolute;
    font-weight: bold;
    top: 21px;
    left: 40px;
    padding: 0px 4px;
    transition: top .3s;
    background-color: #fff !important;
    -webkit-transition: z-index 1 linear;
    -ms-transition: z-index 1 linear;
    transition: z-index 1 linear;
    color: #007dc4;
}

.reset-show-password-new, .reset-show-password-repeat {
    text-align: right;
    margin-bottom: 4px;
    font-size: 12px;
}

.wuwta-login-container {
    display: flex;
    justify-content: center;
}

.email-login{
    margin-bottom: 30px;
}
.label-z{
    z-index: 5 !important;
    /* font-size: 13px; */
}

.move-label{
    top: -7px !important;
    background-color: #e9e9e9 !important;
    -webkit-transition: z-index 1 linear;
    -ms-transition: z-index 1 linear;
    transition: z-index 1 linear;
}
.an-bar {
    height: 3px;
    position: absolute;
    top: 0;
    left: 39px;
    z-index: 3;
    background-color: #fff;
}
.an-bar.open-bar{
    height: 3px;
}
button.quick-link.login-button {
    height: 40px;
    background-color: #007dc4;
    border: 2px solid #007dc4;
    padding: 0;
    color: #fff !important;
    font-weight: bold;
    margin-top:22px;
}
button.quick-link.login-button:hover {
    background-color: #7dbe3e;
}
.forgot-box {
    width: 100%;
    max-width: 748px;
    margin: 0 auto;
}
a.forgot {
    width: 100%;
    text-align: right;
    display: block;
    font-size: 10px;
    text-decoration: none;
    color: #007dc4;
    margin-top: 9px;
    padding-right: 40px;
    height: 13px;
}
.line-box {
    max-width: 480px;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 5vh;
    margin: 0 auto;
    padding-top: 50px;
}
.login-line {
    width: 82%;
    margin-left: 9%;
    border-bottom: 2px solid #979797;
    position: absolute;
    top: 57px;
    z-index: 10;
}
#other-logins-box{
    width: 100%;
    text-align: center;
    margin-top: 70px;
}
.line-text {
    font-family: 'Roboto' !important;
    font-size: 16px;
    font-weight: 300 !important;
    width: 10%;
    padding: 0px 0px;
    background-color: #e9e9e9;
    position: absolute;
    left: 45%;
    z-index: 12;
    text-align: center;
    font-weight: bold;
    color: #9b9b9b;
}
a.quick-link.other-login {
    display: inline-block !important;
    vertical-align: top;
    font-size: 14px !important;
    background-color: #fff !important;
    font-weight: bold;
}

a.quick-link.other-login:first-of-type{
    margin-right: 2%;
}
.scroller-wrap {
    height: 100%;
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}

.scroller-wrap::-webkit-scrollbar {
    display: none;
    background: transparent; /* Chrome/Safari/Webkit */
    width: 0px;
}

.wrap {
    pointer-events:all;
    min-height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.push{
    position: relative;
    bottom: 0;
    display: block;
    height: 248px;
}
.footer {
    z-index: 10;
    pointer-events:all;
    position: absolute;
    margin-top: -176px;
    width: 100%;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 12px;
}
    .footer h3 {
      font-family: Spartan;
      font-weight: 800;
      font-size: 14px;
      margin-bottom: 9px; }
    .footer p {
      font-size: 14px;
      line-height: 1.5; }
    .footer .address, .footer .call-us {
      margin-bottom: 22px; }
    .footer .call-us a {
      font-size: 14px;
      line-height: 1.5;
      color: #060614; }
    .footer .policies {
      margin-bottom: 24px; }
      .footer .policies a {
        font-size: 12px;
        color: #060614;
        line-height: 1.5;
        font-family: 'Roboto', sans-serif;
        text-decoration: underline; }
        .footer .policies a:hover {
          text-decoration: none; }
    .footer .copyright {
      margin-bottom: 8px; }
      .footer .copyright p {
        font-size: 12px;
        line-height: 1.5; }
  
  .privacy-policy, .terms-of-use, .partnerships, .contact-sales {
    background-color: #ffffff; }
  
  .privacy-policy h1, .terms-of-use h1 {
    font-size: 30px;
    margin-bottom: 30px; }
  .privacy-policy .top-section, .terms-of-use .top-section {
    margin-bottom: 16px; }
    .privacy-policy .top-section p, .terms-of-use .top-section p {
      font-size: 16px;
      line-height: 1.56; }
  .privacy-policy .privacy-copy, .terms-of-use .privacy-copy {
    margin-bottom: 100px; }
    .privacy-policy .privacy-copy p, .terms-of-use .privacy-copy p {
      font-size: 16px;
      line-height: 1.63; }
      
li.footer-item {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}
li.footer-item h4{
    font-size: 14px;
    font-weight: bold;
    color: #060614;
    margin-bottom: 8px;
}
.footer-item p {
    font-size: 14px;
    color: #007dc4;
    margin-bottom: 20px;
}

.trademark {
    height: 30px;
    width: 92%;
    margin-left: 4%;
    margin-top: 50px;
    /* border-top: 1px solid #979797; */
    padding: 12px 0px 40px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trademark p {
    font-size: 12px;
    color: #545454;
    margin-bottom: 0px;
}
.trademark a {
    float: right;
    font-size: 12px;
    vertical-align: top;
    display: inline-block;
    padding-left: 32px;
    color: #007dc4;
}

.new-footer {
    position: relative;
    margin-top: 0;
}

/* info pages */
.privacy-copy h1{
    text-align: left !important;
    font-size: 42px;
}

.privacy-copy h5, .terms-of-use .privacy-copy h5 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 2px;
}

.privacy-policy  .privacy-copy p, .info-text , .terms-of-use .privacy-copy p{
    font-size: 22px !important;
    line-height: 1.45;
    padding-bottom: 22px;
}

.main-log{
    height: 36px !important;
    line-height: 2em !important;
}

body.contact-sales {
    background-color: #e9e9e9;
}

body.contact-sales footer  {
    background-color: transparent !important;
}

.footer a {
    text-decoration: none;
    color: #007dc4;
}

.footer-info ul {
    list-style: none;
    padding-left: unset;
}

li.footer-item {
    display: inline-block;
    width: 32%;
    vertical-align: top;
}

li.footer-item h4{
    font-size: 14px;
    font-weight: bold;
    color: #060614;
}

.footer-item p {
    font-size: 14px;
    color: #007dc4;
    margin-bottom: 20px;
}

.sales-direct {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.4;
    color: #545454;
}

.sales-direct a{
    text-decoration: none;
    color: #007dc4;
    font-weight: normal;
    font-size: 12px;
}

.swift-input-tooltip:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #ff3333;
    left: -6px;
    top: 21px;
}

.swift-input-tooltip {
    align-content: center;
    display: none;
    border-radius: 8px;
    width: 120px;
    position: absolute;
    right: -135px;
    top: 3px;
    background-color: #ff3333;
    color: #fff !important;
    font-size: 10px !important;
    line-height: 13px;
    min-height: 53px;
    padding: 6px 10px 7px 10px;
    font-weight: bold;
}

input.swift-input.invalid{
    color: #ff3333 !important;
    border: 2px solid #ff3333 !important;
}

input.invalid + label{
    color: #ff3333;
}

.swift-input-tooltip i {
    position: absolute;
    left: -50px;
    font-size: 18px;
    color: #ff3333;
    top: 16px;
}

/* Small Desktop */
@media screen and (max-width: 1024px) {
    .wrap {
        padding: 0 100px;
    }

    .main-logo-header {
        padding-top: 64px;
    }
    
    .main-logo-header a.back-stack {
        margin-left: 0;
    }

    .trademark {
        width: 100%;
        margin-left: 0;
    }

    /* Login START */

    .wuwta-login-header {
        text-align: initial;
        height: 50px;
        margin: 0 0 6px 84px;
    }

    /* Login END */

}

/* TABLET */
@media screen and (max-width: 768px) {
    .wrap {
        padding: 0 64px;
    }

    .main-logo-header {
        padding-top: 82px;
    }
    
    .main-logo-header a.back-stack {
        margin-left: 0;
    }

    /* Login START */

    .wuwta-login-header {
        font-size: 24px !important;
        height: 22px;
        margin: 0 0 16px 64px;
    }

    .wuwta-login-header img {
        width: 132.3px;
        height: 20px;
    }

    /* Login END */
    /* Forgot password START */

    .header-img-wrapper {
        flex-direction: column;
        gap: 10px;
        padding-left: 20vw;
        margin: 36px 0 0 0;
    }

    .header-img-wrapper img {
        height: 20px;
        width: 132.3px;
    }

    .wuwta-reset-password-header {
        font-size: 24px !important;
        height: 20px;
    }

    /* Forgot password END */
    /* Forgot sent START */
    
    .wuwta-login-err-cont {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 20px;
    }

    .wuwta-reset-password-body {
        padding: 0 0 0 20vw;
        margin: 22px 0 0 0;
    }    

    /* Forgot sent END */
}

/* PHONE */
@media screen and (max-width: 500px) {
    .wrap {
        padding: 0 30px;
    }

    a.forgot {
        font-size: 12px;
    }

    /* Login START */

    .header-img-wrapper {
        padding-left: 40px;
    }

    .wuwta-login-header {
        text-align: center;
        margin: 36px 0 16px 0;
    }

    .wuwta-login-container {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }

    .main-login-button {
        margin-top: 34px !important;
    }

    .forgot-box.phone-show {
        display: flex;
        justify-content: center;
    }

    .phone-forgot {
        padding-right: 0 !important;
        width: fit-content !important;
        margin-top: 20px !important;
    }

    .sales-direct {
        margin-top: 105px;
    }

    .trademark {
        display: flex;
        flex-direction: column;
        height: fit-content;
        align-items: center;
        gap: 8px;
    }

    .for-desktop {
        display: flex;
        gap: 8px;
    }
    .for-desktop a {
        padding-left: 0;
    }
    /* Login END */
    /* Forgot password START */

    .forgot-email-input {
        margin-bottom: 14px;
    }

    /* Forgot password END */
    /* Forgot sent START */
    .wuwta-reset-password-body {
        padding: 0 70px 0 40px;
    }
    /* Forgot sent END */
}
  

