.content-login__form__radio label{
    min-height: 48px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px #00000021;
    border-radius: 12px;
    transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.content-login__form__radio {
    width: 100%;
    background-color: white;
    color: black;
    text-align: center;
}

.content-login__form__radio input:checked + label  {
    width: 100%;
    border-radius: 12px;
    background-color: orange;
    color: white;
    text-align: center;
    
}

.content-login__form__button button{
    background-color: rgb(34 211 238);
}



