body {
    background-color:white;
    font-family: Montserrat,Arial,sans-serif;
    padding: 0;
    margin: 0;
}
body .Error404 {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-right: var(--gutter-compensation,-.5rem);
    margin-left: var(--gutter-compensation,-.5rem);
    background-color: #f3f4f1;
    margin: 0;
    margin-bottom: 100px;
    min-height: 400px;
    padding-bottom: 4rem;
    padding-top: 4rem;
    position: relative;
    width: 100%;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
body .Error404 img {
   width: 170px;
   margin: 0 auto;
}
body .Error404 p {
   text-align: center;
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
}
body .Error404 h2 {
	color: #2d5c97;
    font-size: 2rem;
}
body .Error404 .Error404__foot {
    background-color: #f3f4f1;
    bottom: -50px;
    display: block;
    height: 130px;
    position: absolute;
    -webkit-transform: rotate(4deg);
    transform: rotate(4deg);
    width: 102%;
    z-index: -10;
}
body.esign {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#completedMessage {
    margin: 0 auto;
    width: 80%;
}
#completedMessage h1 {
   text-align: center;
   margin-top: 100px;
   font-size: 1.1rem;
}
#completedMessage h1 span {
    color: #00bbef;
}
a.actionLink {
   position: initial;
}
@media (min-width: 600px) {
  a.actionLink {
    position: relative;
    top: -55px;
    left: 420px;
  }
}
.forgotPasswordPage table td:nth-child(2){
    width: 100%;
}
.forgotPasswordPage .pronto-button {
    margin-left: -44px;
}
.forgotPasswordPage .confirm-button {
    margin-left: 0px !important;
}
#card {
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
}
.message {
    max-width: 1200px;
    margin: 20px 0;
    color: #fff !important;
    font-size: 15px;
    text-align: left;
    background: #cc00000;
}
.message ul {
    padding: 20px;
}
.message .messageCell h4 {
    margin: 10px 0;
    text-transform: uppercase;
    text-align: left;
    color: #cc0000;
    display: none;
}
.message .messageCell .messageText {
   background: #cc0000;
   padding: 6px 12px;
   margin-left: 0;
   border-radius: 5px;
}
.message .messageCell .messageText:before {
   content: "!";
   font-weight: 500;
   border-radius: 50%;
   border: 1px solid #fff;
   padding: 0 8px;
   margin-right: 5px;
}
/*This is hiding some of the error messages with white backgound. To be addressed later*/
.message .messageCell .messageText span {
   color: #fff !important;
}
h2 {
    font-size: 1.6rem;
    margin: .4rem 0;
    font-weight: 600;
    margin-bottom: 20px !important;
    color: #fff;
}
a {
    color: #056ed6;
    border-bottom: 1px dashed #056ed6;
    font-weight: 400;
    text-decoration: none;
}
.footer .forgot-container a {
    text-decoration: none;
    color: #056ed6 !important;
    border-bottom: 1px dashed #056ed6;
    font-weight: 400;
    text-decoration: none !important;
}
.label-move-container {
    box-sizing: border-box;
    position: relative;
}
.label-move-container .label-first {
    font-size: 1.125rem;
    font-weight: 400;
    color: #4d4d4d;
    display: none;
}
label {
  color: gray;
  font-size: .75rem;
  font-weight: 400;
  font-family: Montserrat,Arial,sans-serif;
  text-transform: uppercase;
}
.label-move-container .label-second {
    color: gray;
    top: -80px;
    font-size: .75rem;
    font-weight: 400;
    position: absolute;
    font-family: Montserrat,Arial,sans-serif;
    text-transform: uppercase;
}
.container .input-parent {
  margin: 50px 0;
}
input {
    font-size: 1.125rem;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 25px;
    background: none;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: none;
    color: #4d4d4d;
    display: block;
    font: inherit;
    overflow: auto;
    z-index: 2;
    width: 50%;
}
input:focus {
    outline:none;
}
input[type="submit"] {
    max-width: 210px;
    padding: 12px 15px;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
}
.pronto-button {
    background-color: #00bbef;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat,Arial,sans-serif;
    font-size: 1rem;
    -moz-appearance: button;
    padding: 8px 18px;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    text-decoration: none;
    text-transform: uppercase;
    align-items: flex-start;
    text-align: center;
}
.pronto-button:hover {
    background-color: #056ed6;
}
.chat-btn {
    background-color: #00bbef;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat,Arial,sans-serif;
    font-size: 1rem;
    -moz-appearance: button;
    padding: 8px 18px;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    text-decoration: none;
    text-transform: uppercase;
    align-items: flex-start;
    text-align: center;
}
.start-btn {
    /*background-color: #42f4d1;
    color: black;*/
}
.reject-btn {
    /*background-color: #c42121;
    color: black;*/
}
.chat-btn-wrapper {
    border: 1px solid grey;
    padding: 30px;
    text-align: center;
    background-color: white;
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.75);
    position: fixed;
}
.btn-primary {
    background-color: #00587c!important;
    color: #fff!important;
}
.btn {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Nunito,sans-serif;
    font-size: 1rem;
    height: 45px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 200px;
    padding: 0 25px;
}
@media (max-width: 767px) {
    input {
        width: 100%;
    }
    .message {
        font-size: 13px;
        width: 90%;
    }
}
.Header {
    background-color: #fff;
    border-bottom: 1px solid rgba(99, 110, 126, 0.6);
    height: 60px;
    padding: 0.5rem;
    z-index: 10;
}
.Header__div--logo,
.Header__div--mobile {
    display: flex;
    z-index: 10;
}
.Header__div--logo img {
    align-self: center;
    max-width: 135px;
    width: 100%;
}
.Header__div--mobile {
    justify-content: flex-end;
}
.Header__div--mobile i {
    align-self: center;
    font-size: 2rem;
    padding: 0.5rem;
}
.Header__div--web {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
.Header__div--web a {
    margin-right: 0.5rem;
    padding: 1rem;
    border-bottom: none;
}
.Header__div--web button {
    height: 45px;
    min-width: auto;
}
.Header--auth,
.Header--auth--dd {
    background-color: #d5d5d5;
    padding: 0.5rem;
    width: 100%;
    z-index: 5;
}
.Header--auth__div,
.Header--auth--dd__div {
    align-items: center;
    display: flex;
}
.Header--auth__div div,
.Header--auth--dd__div div {
    align-items: center;
    display: flex;
    flex-basis: 60%;
}
.Header--auth__div div:last-child,
.Header--auth--dd__div div:last-child {
    flex-basis: 40%;
    justify-content: flex-end;
}
.Header--auth__div i,
.Header--auth--dd__div i {
    padding: 0 0.5rem;
    text-align: right;
    transition: all 250ms ease-in;
}
.Header--auth__div--submenu,
.Header--auth--dd__div--submenu {
    background-color: #fff;
    height: auto;
    left: 0;
    padding: 0 0.5rem;
    top: -200px;
    transition: top 250ms ease-in;
    position: absolute;
    width: 100%;
    z-index: 4;
}
.Header--auth__div--submenu.expanded,
.Header--auth--dd__div--submenu.expanded {
    top: 0;
    transition: top 250ms ease-in;
}
.Header--auth>div,
.Header--auth--dd>div {
    z-index: 5;
}
.Header--auth>div:last-child,
.Header--auth--dd>div:last-child {
    z-index: 4;
}
.Header--auth>div:last-child:hover,
.Header--auth--dd>div:last-child:hover {
    cursor: pointer;
}
.Header--auth--dd {
    padding: 0;
    z-index: 4;
}
.Header--auth--dd h3 {
    padding: 0 0.5rem;
}
.Header--menu {
    background-color: #fff;
    border-bottom: 2px solid #d5d5d5;
    min-height: 100px;
    padding: 0 0.5rem;
    top: -66px;
    transition: top 250ms ease-in;
    position: absolute;
    width: 100%;
    z-index: 5;
}
.Header--menu.expanded {
    top: 94px;
    transition: top 250ms ease-in;
}
.Header--menu a {
    height: 100%;
    width: 100%;
}
.Header .fa-asterisk:before,
.Header .fa-bars:before {
    transition: all 1250ms ease-in;
}
@media only screen and (min-width: 62rem) {
    .Header--auth__div--submenu {
        border: 1px solid #d5d5d5;
        border-top: none;
        width: 300px;
    }
}
.forgotPasswordPage {
  font-family: Nunito,sans-serif;
}
.btn {
  border: none;
  margin-top: 1rem !important;
}
.actionLink {
  color: #00587c;
  margin-top: 1rem !important;
}
.actionLink:hover {
  color: #00587c;
}