
div.body_login{
    border: 1px solid rgba(47, 47, 47,0.2);
    box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.11), 0 4px 16px 0 rgba(167, 175, 183, 0.43);
    border-radius: 15px;
    color: rgb(47, 47, 47);
    height: auto;
    width: 350px;
    margin-top: 50px;
    padding: 40px 15px;
    background-color: white;
}

.text_center{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}

.form-floating input:focus-within{
    box-shadow: 0 0 0 0 rgba(90, 113, 208, 0.31);
    border: 1px solid #26E2F8;
}