h2 {
    margin: 10px 0;
    font-weight: 600;
}

form {
    margin: 10px;
}

.allauth_container {
    margin: 0 auto;
}

a {
    text-decoration: underline;
}
div#id_password1_helptext ul li {
    color: indianred;
}

input[type="text"], input[type="email"],input[type="password"] {
    width: 100%;
    /*background-color: #b8dcee;*/
    background-color: #e4ecf8;
    padding: 5px;
}
