.pe_login {
    background-color: white;
    padding: 40px;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.pe_login p {
    font-size: 1.5rem;
    font-weight: 300;

}

.pe_login form {
    display: flex;
    align-items: center;
    flex-flow: column;
}

.pe_login > a {
color: #60269e!important;
}

.pe_login form input {
    margin-bottom: 15px;
    width: 100%;
    border-radius: 4px;
}
p.alert-login {
    width: 100%;
    background-color: rgb(253, 226, 226);
    padding: 15px 20px;
    border-radius: 4px;
    color: #F56C6C;
    font-size: 1rem;
    text-align: center;
}

@media(min-width: 768px) {
.pe_login form input {
    width: 350px;
}
}