.login_title{
    text-align: center;
}
.login_div_one{
    display: grid;
    justify-content: center;
    margin-top: 5%;
    background-color: deeppink;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 10%;
    border-radius: 20px;
    border: 2px solid white;
}