/*-----------------------------------------
    Esec framework supporting / modifier classes
    ---------------------------------------------- */

.sqh-hero-confirm{
    background: url('../../images/uk/digicare-plus-all-done-banner.jpg');
}

.m-card.m-card-notification.device-list {
    padding-left: 1.25em;
}

.device-icon {
    float: left;
    padding: 0.5em 1em 0.5em 0.2em;
}

.l-content-container .l-content-container{
    padding: 0;
}

.tp-frame {
    border: none;
    height: 500px;
    width: 100%;
}

.password-button img{
    vertical-align: middle;
}
.top-padding-0{
    padding-top:0;
}
#dob-replay {
    background: #ecf8ff;
    padding: 1em;
    font-size: 1.2em;
}

/* Target autofill state */
input:-webkit-autofill {
    animation-name: autofill-detect;
    animation-duration: 0.001s;
    animation-iteration-count: 1;
}

/* Define the keyframes */
@keyframes autofill-detect {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}
