@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,600,600i,700");

h1,
h2,
h3,
h4 {
    font-family: Lato, sans-serif, helvetica neue;
}

.form-group .form-control,
body,
h3,
h4,
input,
select,
textarea {
}
body {
    color: #222;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 40%;
    background-color: transparent;
}

@-webkit-keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.navbar {
    box-shadow: 3px -2px 11px 0 #e7e7e7;
    height: 140px;
    border-bottom: 0px;
    margin-bottom: 0px !important;
    z-index: 999999999;
    background-repeat: no-repeat, no-repeat;
    background-size: 181px;
    background-position-x: 10%;
    background-position-y: 25px, 0px;
    background-color: #ffffff;
    background-size: 180px, cover;
    background-image: url(https://upload.wikimedia.org/wikipedia/en/7/70/Lb_waltham_forest_logo.svg);
}

.panel-tile .panel-heading {
    margin-left: 0;
    background-color: white;
}
.panel-tile .panel-heading h1 {
    padding-left: 15px;
    font-size: 24px;
    font-weight: 700;
}
.panel-tile .panel-body {
    background-color: rgb(255 255 255 / 16%);
    padding-left: 15px;
    padding-right: 15px;
    border-top: 0 solid #fff;
    backdrop-filter: blur(15px);
}
.btn.active,
.btn:active,
.btn:focus,
.btn:hover,
.open .dropdown-toggle.btn {
    color: #fff;
    transition: 0.5s;
}
.btn-social {
    width: 100%;
    overflow: auto;
    background: 0 0 !important;
    text-align: center;
    border: 0;
    vertical-align: middle;
    color: #222;
}
.btn-social i {
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
}
.btn-social.facebook i {
    background-color: #3b5998;
    padding: 10px 0 0 0;
}
.btn-social.google i {
    background-color: #dd4b39;
    padding: 10px 0 0 2px;
}
.btn-social .fa {
    margin-top: 3px;
    float: left;
    background-color: #0078d7;
    padding: 10px;
    padding-top: 8px;
}
.btn-social span {
    display: flex;
    margin: 10px 60px;
    font-size: 15px;
}
.fa-facebook:before {
    content: "\f09a";
    font-size: 24px;
}
.fa-google:before {
    content: "\f1a0";
    font-size: 24px;
}
.fa-windows:before {
    content: "\f17a";
    font-size: 24px;
}
.form-control {
    height: 50px;
}
.form-control.input-validation-error {
    border-color: #a41d56;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #a41e57;
}
.text-danger {
    color: #a31d56;
}
span.text-danger.field-validation-error:before {
    content: "\f071";
    font-family: fontawesome;
    margin-right: 10px;
}
.local-account {
    padding: 0 20px;
}

div#qtip-0 {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #1110d5;
    border: 0;
    background-color: rgba(17, 16, 213, 0.83);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(7px);
    color: #fff;
    font-size: 19px;
    line-height: 30px;
}
fieldset > .col-md-4:before {
    display: block;
    margin-top: -5px;
    margin-bottom: 35px;
    content: "MyAccount provides you with a safe and convenient way to access and see your account/claim and case information. You can find answers to all of the most common questions we get and you can complete and track hundreds of services.";
    font-size: 19px;
    white-space: pre-wrap;
    font-family: "Open Sans";
}
fieldset > .col-md-4,
fieldset > .col-md-offset-4,
fieldset > .col-sm-6,
fieldset > .col-sm-offset-3 {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}
button.btn.btn-primary,
button.btn.btn-primary.btn-block {
    display: inline-block;
    font-weight: 800;
    font-size: 20px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    color: #ffffff !important;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 15px 50px 15px 15px !important;
    transition: background 0.2s;
    background-color: #2e7d6b;
}
button.btn.btn-primary.btn-block:hover,
button.btn.btn-primary:hover {
    box-shadow: 14px 14px 25px 0 rgba(0, 0, 0, 0.2);
}
.panel-tile .panel-footer .btn-primary:nth-of-type(2):hover,
button.btn.btn-primary.btn-block:hover {
    background-image: radial-gradient(circle at top right, #3a3c3f, #729f41 50%);
}
button.btn.btn-primary.btn-block:hover:after {
    content: "\f054";
    padding-left: 10px;
    font-family: fontawesome;
    transition: 0.3s;
}
a.btn.btn-social.btn-block.openidconnect:hover {
    background-color: #0078d7 !important;
    border-radius: 5px;
}
a.btn.btn-social.btn-block.facebook:hover {
    background-color: #3b5998 !important;
    border-radius: 5px;
}
a.btn.btn-social.btn-block.google:hover {
    background-color: #dd4b39 !important;
    border-radius: 5px;
}
.panel-tile .panel-footer .btn-primary:nth-of-type(1):hover:after {
    content: "\f054";
    font-family: fontawesome;
    margin-left: 10px;
}
.panel-tile .panel-footer .btn-primary:nth-of-type(1):hover {
    background-color: #00b189;
    transition: 0.3s;
}
.panel-tile .panel-footer .btn-primary:nth-of-type(2):hover:before {
    font-family: fontawesome;
    content: "\f053";
    margin-right: 10px;
}
a:focus,
a:hover {
    color: #2a499f;
    text-decoration: none;
    transition: 0.7s;
}
.col-md-6.local-account:before {
    margin-top: 0;
    content: "Using the email address and password you signed up with";
    font-size: 17px;
}
.col-md-6.external-providers:before {
    content: "Or it's quicker to get access through these services";
    font-size: 17px;
}
.container.page-login {
    margin-top: 2%;
}
.container > .navbar-header {
    float: right;
    margin-top: 60px;
}
html.ng-scope {
    background-size: cover;
    animation: gradientBG 10s ease infinite;
    background: linear-gradient(-45deg, #2e7d6b, #2e7d6b, #393c3f, #393c3f);
    animation: gradientBG 10s ease infinite;
}
fieldset > .col-md-4 .form-group .form-control:focus,
input#AddressSearch:focus,
input#password:focus,
input#username:focus {
    box-shadow: 0 0 0 2px #222, 0 0 0 5px gold;
    transition: 0.3s ease-out;
}
div.col-md-6.local-account > form > fieldset {
    margin-top: 30px;
}
button#addsearch {
    height: 50px;
    background: #2e7d6b;
    border: #682559 1px;
    color: #fff;
}
.fa-key:before {
    content: "\f023";
    font-size: 19px;
}
.fa-envelope-o:before {
    content: "\f0e0";
}
.container > .navbar-header {
    background-color: #fff0;
    width: 100%;
    height: 50px !important;
    margin-top: 120px !important;
    padding-top: 10px;
    padding-bottom: 10px !important;
}
.navbar-header:after {
    /* content: "MyAccount"; */
    font-size: 46px;
    font-weight: 900 !important;
    color: #2e7d6b !important;
    float: right;
    margin-top: -90px !important;
    margin-right: 15px;
    font-family: Lato, sans-serif;
}
@media (max-width: 768px) {
    .navbar {
        background-position-x: 50%;
        background-position-y: 30%;
    }
    .container > .navbar-header {
        width: 100%;
        background: #ffffff;
        margin-top: 120px;
    }
    span.navbar-brand.ng-binding:before {
        font-size: 26px !important;
        color: #fff;
    }
    .container.page-login {
        margin-top: 10px;
    }
    .panel-tile {
        background-color: #ffffffd9;
    }
    .col-md-6.external-providers {
        padding-top: 30px !important;
    }
    .container > .navbar-header {
        width: 1100%;
        height: 50px !important;
        margin-top: 120px !important;
        padding-top: 10px;
        padding-bottom: 10px !important;
    }
    .navbar-header:after {
        content: "Your Account";
        font-size: 26px;
        font-weight: 700;
        color: #222 !important;
        float: right;
        margin-top: -3px !important;
        margin-right: 15px;
    }
}

.external-providers,
.panel-tile .panel-body .external-providers {
    margin-top: 20px;
}

@media (min-width: 1024px) {
    .container.page-login {
        width: 35%;
    }
}

.phoneVerificationTextbox {
    width: 43px;
    margin-right: 0;
    height: 70px;
    border: 2px solid gainsboro;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    color: teal;
}


.col-md-6 {
    width:100% !important
}



body > div.container.page-login > div:nth-child(2) > div > div > div.panel-body > div:nth-child(2) > div.col-md-6.local-account > div.citizen-signup-option > ul > li > a {
    display: inline-block;
    font-weight: 800; 
    font-size: 20px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    color: #ffffff !important;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    padding: 15px 50px 15px 14px !important;
    transition: background 0.2s;
    background-color: #2e7d6b;
    width: 100%;
    border-radius: 5px;
    text-align: center;
}


  