@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,600";

:root {
  --main-blue: #244C91;
}

.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 150px;
    visibility: visible;
    width: 60%;
}

.logo_240 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    visibility: visible;
    width: 240px;
}

.logo_authorize {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 150px;
    visibility: visible;
    width: 290px;
    padding-top: 20px;
}

.legal-terms-container{
    text-align:center;
    color:var(--main-blue);
    font-size:10px;
    font-family: Open Sans;
}

.main-blue-color{
    color: var(--main-blue);
    accent-color: var(--main-blue);
}

.external_login_link_mobile {
    width: 99%;
    padding-top: 7px;
    background-color: #ffffff !important;
}

.external_login_link {
    width: 100%;
    padding-top: 7px;
}

.login_button {
    width: 100%;
}

.register_button {
    width: 120px;
    padding-top: 8px;
}

.register_label {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin-left: 50px;
    margin-right: 50px;
}

.forgot_password_link {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    color: var(--main-blue);
    padding-left: -10px;
}

.forgot_password_link:hover {
    color: #001E8F;
}

.main_panel {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 5%;
    border-color: rgba(0, 0, 0, 0.12);
}

.outer {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.row {
    display: table-row;
}

@media (min-width: 577px) {
    .spacer {
        height: 0;
    }
}

.row .header{
    justify-content: space-between;
    width: 100%;
    height: 48px;
    padding: 4px 16px 4px 16px;
    gap: 0;
    background: rgba(20, 43, 83, 1);
    align-items: center;
    display: table-cell;
    margin-bottom: 50px;
}

.header .logo {
    width: 120px;
    margin-left: unset;
}

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

.row .middle {
    padding-top: unset;
    position: relative;
    overflow: hidden;
}

.middle-container{
    height: 690px;
    display: grid;
    align-items: center;
}

@media screen and (max-height: 500px) {
    .middle {
        vertical-align: text-top;
        padding-top: 120px;
    }
}

@media (min-width: 577px) {
    .middle-container{
        display: flex;
    }
}

.header-bar{
    width: 650px;
    margin: auto;
    padding: 40px 0 0 0;
    top: 15px;
    left: 190px;
    position: absolute;
}

.header-bar.centered {
    left: -100px;
}

.header-bar.finished {
    left: -435px;
}

@media (min-width: 577px) {
    .header-bar {
        padding: 80px 0 0 0;
        position: static;
    }
}

.stages-bar{
    width: 650px;
    display: flex;
}

.stage{
    width: 30px;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.25px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(178, 183, 188, 1);
    gap: 8px;
    display: grid;
    position: relative;
    overflow: visible;
}

.stage span{
    font-size: 12px;
    font-weight: 400;
}

.stage.active{
    color: rgba(36, 76, 145, 1);
}

.stage.done{
    color: rgba(209, 218, 235, 1);
}

.fade-bar-left{
    width: 250px;
    height: 73px;
    left: -300px;
    background: linear-gradient(89.71deg, rgba(255, 255, 255, 0) -7.9%, #FFFFFF 58.75%);
    position: absolute;
    transform: rotate(180deg);
}

.centered .fade-bar-left{
    left: 15px;
}

.finished .fade-bar-left{
    left: 310px;
}

.fade-bar-right{
    width: 300px;
    height: 73px;
    left: 95px;
    background: linear-gradient(89.71deg, rgba(255, 255, 255, 0) 5.43%, #FFFFFF 58.75%);
    position: absolute;
}

.centered .fade-bar-right{
    left: 385px;
}

.finished .fade-bar-right{
    left: 0;
}


@media (min-width: 577px) {
    .fade-bar-left,  .fade-bar-right{
        display: none;
    }
}

.circle{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 6px 10px;
    gap: 10px;
    width: 30px;
    height: 30px;
    border: 1px solid #B2B7BC;
    border-radius: 50px;
    flex: none;
    margin: auto;
}

.active .circle{
    background: #244C91;
    border-radius: 50px;
    border: none;
}

.done .circle{
    background: #D1DAEB;
}

.circle label{
    width: 85px;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.25px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: rgba(178, 183, 188, 1);
}

.active .circle label{
    color: rgba(255, 255, 255, 1);
}

.done .circle label{
    color: rgba(117, 147, 196, 1);
}

.circle label img{
    width: 14px;
    margin-left: -3px;
    margin-top: 1px;
}

.circle-label{
    position: absolute;
    width: 120px;
    top: 40px;
    left: -45px;
}

.stage-wizzard{
    width: 240px;
    height: 30px;
    padding: 12px 0px 12px 0px;
    gap: 10px;
    margin: auto;
}

.stage-wizzard .rectangle{
    width: 238px;
    height: 6px;

    background: #B2B7BC;
    border-radius: 4px;

    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.active .rectangle{
    background: rgba(36, 76, 145, 1);
}

.inner {
    margin-left: auto;
    margin-right: auto;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.error-alert {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #C70816;
    background-color: #FDF4F4;
    border-color: #FDF4F4
}

.required-label {
    float:right;
    font-size:12px;
    font-weight: 100;
    color: rgba(0, 0, 0, 0.6);
}

.gap {
    height: 24px;
}

.login_panel {
    margin: auto;
    padding: 20px 40px 20px 40px;
    width: 460px;
    min-width: 290px;
    border: 1px solid;
    border-color: rgba(229, 230, 232, 1);
    border-radius: 8px;
    gap: 16px;
    display: grid;
}

@media screen and (max-height: 560px) {
    .gap {
        height: 16px;
    }

    .login_panel {
        padding-top: 10px;
    }
}

@media screen and (max-width: 472px) {
    .login_panel {
        width: 99%;
        border-color: rgba(0, 0, 0, 0);
    }
}

.row .login_panel {
    padding: 20px 25px 20px 25px;
    border-radius: 4px;
}

.row.wide .login_panel {
    width:  330px;
    padding: 20px 20px 20px 20px;
    border-color: rgba(229, 230, 232, 1);
}

@media (min-width: 577px) {
    .row .login_panel {
        padding: 40px 40px 40px 40px;
    }

    .row.wide .login_panel {
        width: 576px;
        padding: 30px 30px 30px 30px;
    }
}

.content {
    width: 370px;
    gap: 24px;
    background: rgba(255, 255, 255, 1);
    display: grid;
}

.row.wide .content {
    width: 280px;
}

@media (min-width: 577px) {
    .row .content {
        width: 360px;
    }

    .row.wide .content {
        width: 510px;
    }
}

.content .cnt-header {
    width: 360px;
    height: 30px;
    display: contents;
}

.row.wide .content .cnt-header {
    width: 280px;
    display: flex;
    gap: 10px;
}

@media (min-width: 577px) {
    .row.wide .content .cnt-header {
        width: 510px;
    }
}

.cnt-header .subheader{
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.15px;
    text-align: center;
    color: rgba(0, 18, 33, 1)
}

.row.wide .cnt-header .subheader{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: flex;
    gap: 8px;
    align-items: center;
}

.cnt-header .subtitle{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.15px;
    text-align: center;
    color: rgba(0, 18, 33, 1);
}

.cnt-header .subtitle-regular{
    font-weight: 400;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
}

.cnt-header .content{
    gap: 10px;
    display: grid;
    margin: 0;
}

.cnt-header .content .item{
    padding: 20px 0px 20px 0px;
    border-bottom: 1px solid rgba(229, 230, 232, 1)
}

.cnt-header .content .entry{
    display: flex;
    flex-direction: row;
}

.cnt-header .form-group{
    padding: 12px 0 12px 0;
    gap: 10px;
    border-radius: 4px;
    background: rgba(242, 242, 243, 1);
    border: 1px solid rgba(229, 230, 232, 1);
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    letter-spacing: 0.15px;
    text-align: center;
    color: rgba(76, 88, 99, 1);
    display: grid;
    margin: 0;
}

.cnt-header .form-group .form-head{
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(0, 18, 33, 1);
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-head span{
    word-break: break-all;
}

.cnt-header .form-group-warn{
    padding: 12px;
    gap: 10px;
    display: grid;
    border-radius: 4px 0px 0px 0px;
    background: rgba(254, 246, 219, 1);
    border: 1px solid rgba(251, 189, 0, 1);
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.15px;
    text-align: center;
}

.cnt-header .form-group-warn .form-head{
    font-weight: 600;
}

.cnt-header .form-group-warn .head-lbl{
    font-weight: 700;
    color: rgba(36, 76, 145, 1);
}

.content .item div{
    float: left;
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 17.5px;
    letter-spacing: 0.15px;
    text-align: left;
    color: rgba(0, 18, 33, 1);
}

.content .item .content-header{
    font-weight: 700;
    width: 305px;
    padding: 0 10px 0 10px;
}

.content-header div{
    width: 100%;
}

.content .item span{
    font-weight: 400;
}

.content .cnt-body {
    gap: 32px;
    display: grid;
    width: 360px;
}

.row.wide .content .cnt-body {
    width: 280px;
    gap: 10px;
}

@media (min-width: 577px) {
    .row.wide .content .cnt-body {
        width: 510px;
    }
}

.cnt-body .inputs{
    gap: 16px;
    display: grid;
}

.cnt-body .input{
    gap: 8px;
    display: grid;
}

.input ul{
    padding-left: 20px;
}

.cnt-body .snackbar{
    width: 360px;
    padding: 12px 16px 12px 16px;
    gap: 10px;
    border-radius: 4px;
    background: rgba(253, 244, 244, 1);
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-align: left;
    word-break: break-word;
    color: rgba(199, 8, 22, 1);
}

.cnt-body .link{
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    letter-spacing: 0.16px;
    text-align: left;
    color: rgba(36, 76, 145, 1);
}

.cnt-body .assistive-text{
    padding: 0 8px 0 8px;
    gap: 2px;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.4px;
    text-align: left;
    color: rgba(25, 41, 54, 1);
}

.cnt-body .error{
    color: rgba(199, 8, 22, 1);
}

.cnt-body .input .card-divider{
    border-top: 1px solid rgba(229, 230, 232, 1)
}

.content .cnt-label {
    padding: 0 4px 0 4px;
    gap: 8px;
    display: flex;
}

.row .content .cnt-label {
    display: block;
}

.cnt-label .field-label {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-align: left;
    color: rgba(25, 41, 54, 1);
    margin: 0;
}

.cnt-label .field-label-error {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-align: left;
    color: rgba(199, 8, 22, 1);
}

.content .field-input {
    padding: 8px 12px 8px 16px;
    border-radius: 4px;
    border: 1px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(204, 207, 210, 1)
}

.content .field-input-error {
    border: 1px solid rgba(199, 8, 22, 1)
}

.field-input-error:focus, .field-input-error:hover{
    border-color: rgba(199, 8, 22, 1)!important;
    outline-color: rgba(199, 8, 22, 1) !important;
}

.content .cnt-footer {
    gap: 28px;
    display: grid;
}

.cnt-footer .footer-bar {
    gap: 16px;
    display: grid;
}

.cnt-footer .footer-bar {
    gap: 24px;
}

.cnt-footer .bar-btn {
    width: 100%;
    height: 44px;
    padding: 8px 20px 8px 20px;
    border: 0;
    border-radius: 4px;
    background: rgba(36, 76, 145, 1);
    color: rgba(255, 255, 255, 1);
}

.cnt-footer .bar-btn:hover {
    background: rgba(20, 43, 83, 1);
}

.cnt-footer .bar-btn:focus, .cnt-footer .bar-btn:active{
    background: rgba(74, 110, 173, 1);
}

.cnt-footer .bar-btn-small {
    float: left;
    width: 172px;
    height: 44px;
    padding: 8px 20px 8px 20px;
    gap: 8px;
    border: 0;
    border-radius: 4px;
    background: rgba(36, 76, 145, 1);
    color: rgba(255, 255, 255, 1);
}

.cnt-footer .bar-btn-small:hover {
    background: rgba(20, 43, 83, 1);
}

.cnt-footer .bar-btn-small:focus, .cnt-footer .bar-btn-small:active{
    background: rgba(74, 110, 173, 1);
}

.footer-bar .footer-frame {
    gap: 16px;
    display: grid;
}

.footer-frame span{
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(127, 136, 143, 1);
}

.footer-frame .secondary {
    gap: 12px;
    display: grid;
    text-align: center;
}

.footer-frame .secondary-small{
    display:  flex;
    gap: 16px;
}

.button-bar{
    width: 330px;
    margin: auto;
    padding-bottom: 50px;
}

.button-bar .footer-bar{
    display: grid;
}

.button-bar .bar-btn{
    width: 330px;
}

.button-bar .footer-frame{
    width: 330px;
}

@media (min-width: 577px) {
    .button-bar{
        width: 632px;
    }

    .button-bar .footer-bar {
        display: flex;
    }

    .button-bar .bar-btn{
        width: 300px;
    }

    .button-bar .footer-frame{
        width: 300px;
    }
}

.secondary .secondary-btn {
    display: inline-block;
    width: 100%;
    height: 44px;
    padding: 8px 0px 8px 0px;
    border-radius: 4px;
    gap: 10px;
    border: 1px solid rgba(229, 230, 232, 1);
    background: rgba(255, 255, 255, 1);
    color: rgba(36, 76, 145, 1);
}

.secondary .secondary-btn:hover{
    background: rgba(209, 218, 235, 1);
    border: 1px solid rgba(163, 182, 215, 1)
}

.secondary .secondary-btn:focus, .secondary .secondary-btn:active{
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(74, 110, 173, 1)
}

.secondary .secondary-btn-small {
    float: left;
    width: 172px;
    height: 44px;
    padding: 0 20px 0 20px;
    gap: 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(163, 182, 215, 1);
    color: rgba(36, 76, 145, 1);
}

.secondary .secondary-btn-small:hover{
    background: rgba(209, 218, 235, 1);
    border: 1px solid rgba(163, 182, 215, 1)
}

.secondary .secondary-btn-small:focus, .secondary .secondary-btn-small:active{
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(74, 110, 173, 1)
}

.btn-label{
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.64px;
    text-align: center;
}

.secondary img {
    height: 22px;
}

.secondary span {
    color: inherit;
}

.form-header{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 125%;
    text-align: center;
    letter-spacing: 0.15px;
    text-transform: capitalize;
    color: #001221;
}

.form-header-secondary{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
}

.field-icon {
    float: right;
    margin-left: -40px;
    padding-right: 15px;
    padding-top: 18px;
    position: relative;
    overflow: hidden;
}

.field-input {
    font-family: 'Open Sans';
    font-style: normal;
    background: #FFFFFF;
    border: 1px solid #CCCFD2;
    padding: 15px 13px 15px;
    width: 100%;
    height: 56px;
    border-radius: 4px;
}
.field-input:focus, .field-input:hover{
    border-color: var(--main-blue);
    outline-color: var(--main-blue);
}
.input-helper{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 12px;
    padding-left: 4px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #192936;
}

.input-validation-error{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #C70816;
    display: none;
}

.input-validation{
    float:right;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #192936;
}

.image-validation{
    float: right;
    margin-left: -70px;
    padding-right: 45px;
    padding-top: 18px;
    position: relative;
    overflow: hidden;
    display: none;
}

.field-label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    color: #192936;
    padding-left: 4px;
}

.autorize_check {
    font-family: 'Open Sans';
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    gap: 8px;
    flex-direction: column;
    word-break: break-all;
    padding-left: 20px;
}

.autorize_check div{
    display: flex;
    gap: 10px;
}

.autorize_check .li-check{
    margin-left: auto;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

.lock {
    width: 20px;
    height: 20px;
    padding: 0.8px 3px 1.7px 3px;
    margin-left: auto;
    margin-right: auto;
}

/*--------------INPUT---------------------*/
.pure-material-textfield-outlined {
    --pure-material-safari-helper1: var(--main-blue);
    position: relative;
    display: inline-block;
    padding-top: 6px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    overflow: hidden;
    width: 100%;
}

/* Input, Textarea */
.pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > textarea {
    box-sizing: border-box;
    margin: 0;
    border: solid 1px; /* Safari */
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
    border-top-color: transparent;
    border-radius: 2px;
    padding: 15px 13px 15px;
    width: 100%;
    height: inherit;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
    background-color: transparent;
    box-shadow: none; /* Firefox */
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    caret-color: var(--main-blue);
    transition: border 0.2s, box-shadow 0.2s;
}

/* Span */
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > textarea + span {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
    width: 100%;
    max-height: 100%;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    font-size: 85%;
    line-height: 15px;
    cursor: text;
    transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}

/* Corners */
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::before,
.pure-material-textfield-outlined > textarea + span::after {
    content: "";
    display: block;
    box-sizing: border-box;
    margin-top: 6px;
    border-top: solid 1px;
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
    min-width: 10px;
    height: 8px;
    pointer-events: none;
    box-shadow: inset 0 1px transparent;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > textarea + span::before {
    margin-right: 4px;
    border-left: solid 1px transparent;
    border-radius: 4px 0;
}

.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::after {
    flex-grow: 1;
    margin-left: 4px;
    border-right: solid 1px transparent;
    border-radius: 0 4px;
}

/* Hover */
.pure-material-textfield-outlined:hover > input,
.pure-material-textfield-outlined:hover > textarea {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
    border-top-color: transparent;
}

.pure-material-textfield-outlined:hover > input + span::before,
.pure-material-textfield-outlined:hover > textarea + span::before,
.pure-material-textfield-outlined:hover > input + span::after,
.pure-material-textfield-outlined:hover > textarea + span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
}

.pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover > textarea:not(:focus):placeholder-shown {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
}

/* Placeholder-shown */
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
}

.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
    font-size: inherit;
    line-height: 68px;
}

.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::after {
    border-top-color: transparent;
}

/* Focus */
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > textarea:focus {
    border-color: var(--main-blue);
    border-top-color: transparent;
    box-shadow: inset 1px 0 var(--pure-material-safari-helper1), inset -1px 0 var(--pure-material-safari-helper1), inset 0 -1px var(--pure-material-safari-helper1);
    outline: none;
}

.pure-material-textfield-outlined > input:focus + span,
.pure-material-textfield-outlined > textarea:focus + span {
    color: var(--main-blue);
}

.pure-material-textfield-outlined > input:focus + span::before,
.pure-material-textfield-outlined > input:focus + span::after,
.pure-material-textfield-outlined > textarea:focus + span::before,
.pure-material-textfield-outlined > textarea:focus + span::after {
    border-top-color: var(--pure-material-safari-helper1) !important;
    box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}

/* Disabled */
.pure-material-textfield-outlined > input:disabled,
.pure-material-textfield-outlined > input:disabled + span,
.pure-material-textfield-outlined > textarea:disabled,
.pure-material-textfield-outlined > textarea:disabled + span {
    border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12) !important;
    border-top-color: transparent !important;
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    pointer-events: none;
}

.pure-material-textfield-outlined > input:disabled + span::before,
.pure-material-textfield-outlined > input:disabled + span::after,
.pure-material-textfield-outlined > textarea:disabled + span::before,
.pure-material-textfield-outlined > textarea:disabled + span::after {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12) !important;
}

.pure-material-textfield-outlined > input:disabled:placeholder-shown,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span {
    border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12) !important;
}

.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::after {
    border-top-color: transparent !important;
}

/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution: .001dpcm) {
    @supports (-webkit-appearance:none) {
        .pure-material-textfield-outlined > input,
        .pure-material-textfield-outlined > input + span,
        .pure-material-textfield-outlined > textarea,
        .pure-material-textfield-outlined > textarea + span,
        .pure-material-textfield-outlined > input + span::before,
        .pure-material-textfield-outlined > input + span::after,
        .pure-material-textfield-outlined > textarea + span::before,
        .pure-material-textfield-outlined > textarea + span::after {
            transition-duration: 0.1s;
        }
    }
}


/*--------------BUTTONS-------------------*/
/*
  Base .btn_m class
  Code:
  <a href="#" class="btn_m">Default button</a>
*/
.btn_m, .btn_m:link, .btn_m:visited {
    height: 44px;
    border-radius: 0.25em;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: color 0.4s, background-color 0.4s, border 0.4s;
    transition: color 0.4s, background-color 0.4s, border 0.4s;
}

.btn_m:hover, .btn_m:focus {
    color: #7FDBFF;
    border: 1px solid #7FDBFF;
    -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
}

.btn_m:active {
    color: #0074D9;
    border: 1px solid #0074D9;
    -webkit-transition: background-color 0.3s, color 0.3s, border 0.3s;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
}

/*
  Sizes
  Small  = .btn_m--s
  Medium = .btn_m--m
  Large  = .btn_m--l
  Code:
  <a href="#" class="btn_m btn_m--s">
  <a href="#" class="btn_m btn_m--m">
  <a href="#" class="btn_m btn_m--l">
*/
.btn_m--s {
    font-size: 12px;
}

.btn_m--m {
    font-size: 14px;
}

.btn_m--l {
    font-size: 20px;
    border-radius: 0.25em !important;
}

/*
  Layout utility for responsive buttons
  Code:
  <a href="#" class="btn_m btn_m--full">
*/
.btn_m--full, .btn_m--full:link {
    border-radius: 0.25em;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 100%;
}

/*
  Skins
  * Black & White
  * Grays
  * Colors
  Code:

  <a href="#" class="btn_m btn_m--primary">
*/


/* BLUE */
.btn_m--primary {
    color: #fff !important;
    background-color: var(--main-blue);
    border-color: var(--main-blue);
}

.btn_m--primary:link, .btn_m--primary:visited {
    color: #fff;
    background-color: #0074D9;
}

.btn_m--primary:hover, .btn_m--primary:focus {
    color: #fff !important;
    background-color: var(--main-blue);
    border-color: var(--main-blue);
}

.btn_m--primary:active {
    color: #fff;
    background-color: #001F3F;
    border-color: #001F3F;
}

.btn_m--primary:disabled,
btn_m[disabled] {
    color: #fff;
    background-color: #999;
    border-color: rgba(48, 77, 197, 0.5);
}

/* WHITE */
.btn_m--secondary {
    background: #FFFFFF;
    color: var(--main-blue);
    border: 1px solid #A3B6D7;
    border-radius: 4px;
}

.btn_m--secondary:link, .btn_m--secondary:visited {
    color: var(--main-blue);
    background-color: #fff;
}

.btn_m--secondary:hover, .btn_m--secondary:focus {
    color: var(--main-blue) !important;
    background-color: rgba(0, 0, 0, 0.12);
    border-color: rgba(0, 0, 0, 0.12);
}

.btn_m--secondary:active {
    color: var(--main-blue) !important;
    background-color: #fff;
    border-color: var(--main-blue);
}

.btn_m--secondary:disabled,
btn_m[disabled] {
    color: #9CA7E2;
    background-color: #fff;
    border-color: #9CA7E2;
}

/* Keep it mobile-first and responsive */
@media screen and (min-width: 32em) {
    .btn_m--full {
        max-width: 16em !important;
    }
}
