div[data-lastpass-icon-root] {
    display: none;
}

div[data-lastpass-root] {
    display: none;
}

body {
    background: #fff;
    color: #636d77;
    font: 16px proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 32px;
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 8% 20px;
    max-width: 600px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

h1.page-title {
    font-size: 36px;
    line-height: 38px;
    color: #00756a;
    margin: 38px 0;
    padding: 0;
    font-weight: bold;
}

a {
    color: #00756a;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

code {
    background-color: #f1f1f1;
}

.wrapper {
    width: 100%;
    max-width: 448px;
    margin: 40px auto;
}

input[type="text"],
input[type="password"] {
    border: 1px solid #c4cfde;
    border-radius: 8px;
    color: #636d77;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    background-color: rgb(249 250 251);
    border-radius: 0.5rem;
    margin-bottom: 10px;
    padding: 12px 36px 12px 12px;
    box-sizing: border-box;
}

.password-container {
    position: relative;
}

.description {
    text-align: justify;
    line-height: 30px;
}

.fa-eye {
    position: absolute;
    top: 28%;
    right: 4%;
    cursor: pointer;
    color: gray;
}

.strength-bar-holder {
    background-color: rgb(229 231 235);
    border-radius: 9999px;
    height: 0.625rem;
    width: 100%;
    margin-bottom: 10px;
}

.strength-bar {
    background-color: rgb(239 68 68);
    border-radius: 9999px;
    height: 0.625rem;
    transition: all 0.2s linear;
}

.notes {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-height: 930px) {
    .container {
        display: block;
        height: auto;
        margin-bottom: 140px;
        padding: 4% 20px;
    }
}