button[type=submit] {
    background-color: #e91e63;
    color: white;
    padding: 14px 20px;

    border: none;
    cursor: pointer;
    width: 100%;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    border-radius: 5px;
    font-size: 1.2rem;
}

label {
    padding: 5px 5px;
    display: inline-table !important;

}



allauth-contant {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background: #f1f1f1;
}

allauth-msg {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 400px;
}


.allauth-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    padding: 10px;
}

.allauth-link>ul {
    padding-left: 10px;
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.allauth-link>ul>li>a {
    color: #ffffff;
    font-size: .7rem;
    padding: 5px 15px 5px 15px;
    font-weight: 600;
    text-decoration: none;
    margin-left: 5px;
    border-radius: 5px;
    background-color: #7ebdf1;
    display: inline-block;

}

allauth-contant>p {
    font-size: 1.5rem;
    font-weight: 600;
    color: #be1919;
    background-color: #e91e63;
    line-height: 1.2rem;

}



.allauth-contant>h1 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600;
    color: #0c8dc4;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    background-color: #ebf4f8;
    letter-spacing: 2px;
    text-emphasis: none;
    padding: 5% 0% 5% 0%;


    align-items: center;

    line-height: 1.2rem;

    border: none;
    border-bottom: .5rem solid #0c8dc4;
}


.allauth-contant>form>p {

    padding: auto;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
    /* background-color: #0e6825; */
    letter-spacing: 2px;
    text-emphasis: none;

    line-height: 2rem;
    align-items: center;

}

#id_password_helptext {
    display: none;
}