button.login-btn {
    height: 80px;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    border: 1px solid lightgrey;
    margin: 12px;
    align-items: center;
    border-radius: 5px;
    background: rgb(255 255 255 / 57%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #003f5e;
}

.login-logo-img {
    height: 55px;
    margin-right: 10px;
    width: 120px;
}

.outer-login {
    max-width: 500px;
    margin-top: 2rem;
    padding: 10px 1rem;
    padding-top: 4rem;
    padding-bottom: 2rem;
    background: rgba(255, 255, 255, 0.09);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.login-form-body {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

    .login-form-body > div {
        flex-grow: 1;
        /*  flex-basis: 400px; */
        flex-wrap: wrap;
        margin-right: 10px;
        width: 100%;
    }


.buttons-wrapper {
    display: flex;
    flex-direction: column;
}

.outer-login h3 {
    font-size: 16px;
    color: #003f5e;
    font-weight: 500;
}

.login-wrapper {
    display: none;
}

#external-account {
    position: relative;
}

.show-more {
    position: absolute;
    bottom: -20px;
    left: 50%;
    border: 0;
    background-color: transparent;
    color: #003f5e;
    font-size: 13px;
    transform: translateX(-50%);
}

.toggle-wrapper {
    display: none;
}

.show {
    display: flex !important;
}

.master-main, .master-main-body {
    background: linear-gradient(0deg, hsl(199.86deg 100% 80.67%) 0%, hsl(200.19deg 51.69% 40.59% / 23%) 53%);
}

.login-logo {
    text-align: center;
    font-size: 34px;
    display: inline-block;
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 70px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    background: rgb(173 201 227 / 92%);
    border-radius: 50%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: #096c9d;
}

.login-form-body a {
    color: #2f6582;
}

.login-form-body > div:last-of-type {
    margin-right: auto;
}


.nhsuk-button {
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    /* margin-bottom: 28px; */
    -webkit-appearance: none;
    background-color: #006ab4;
    border: 2px solid transparent;
    border-radius: 4px;
    box-shadow: 0 3px 0 #003d95;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    margin-top: 0;
    padding: 3px 5px;
    /* position: relative; */
    text-align: center;
    vertical-align: top;
    width: 100%;
    text-decoration: none;
}


    .nhsuk-button:hover {
        background-color: #00487a;
        color: white;
        text-decoration: none;
    }

.local-login {
    padding-top: 3rem;
}

.c-title {
    width: 100%;
    display: flex;
    flex-direction: row;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 20px;
    align-items: center;
}

    .c-title span {
        text-align: center;
        flex: 0.2 0 auto;
        margin: 0;
        color: #096c9d;
    }

    .c-title:after, .c-title:before {
        content: "";
        border-bottom: 1px solid #c2c8d0;
        border-bottom: 1px solid #6eaccb;
        flex: 1 0 auto;
        margin: 0;
    }

span i {
    margin: 0 5px;
}

span.text-danger.field-validation-error {
    background-color: #ff3939;
    color: white !important;
    display: block;
    padding: 1px 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transform: translateY(0px);
    box-shadow: none;
}


.confirmation-wrapper {
    margin: auto;
    text-align: center;
    margin-top: 4rem;
    font-size: 40px;
    color: #464646;
    border: 2px solid #7af9ff;
    padding: 1rem;
    border-radius: 5px;
    background-color: #00ff4e2e;
    box-shadow: 1px 1px 1px 1px #bbbbbb;
}

.confirmation-icon {
    font-size: 75px;
    color: #b0ffb0;
}


.validation-summary-errors {
    color: #ffffff !important;
}

.w-100 {
    width: 100%;
}

.m-w-500 {
    min-width: 500px;
}

.mar-auto {
    margin: auto;
}

@media only screen and (max-width: 600px) {
    .c-title {
        display:block;
    }
}
