.form {
    background-color: white;
    margin-top: 15%;
    border-radius: 5px;
    max-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.72); 
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.72); 
}

.form--bill {
   min-height: 480px;
   margin-top: 12%;
   max-height: 550px;
}

.form__div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.form__div--label {
    margin: 20px;
    text-align: center;
}

.from__div--input {
    margin: 30px 0px;
}

.form__input--date {
    width: 225px;
}

.form__input {
    margin: auto;
    padding: 10px;
}

.form__input--radio {
    margin: 0px 20px;
}

.form__input--radioCost {
    margin: 0px 35px;
}

.form__label {
    margin: 5px 20px;
}

.form__label--center {
    text-align: center;
    display: block;
    margin: 5px 0px;
}

.form__label--app {
    background-color: rgb(38, 117, 237);;
    color: wheat;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    display: block;

}

.form__button {
    padding: 15px;
    border-radius: 5px;
    background-color: rgb(36, 186, 74);
    color: honeydew;
    width: 220px;
    cursor: pointer;
}

.form__button--logout{
     width: 238px;
}

.form__anchor {
    text-decoration: none;
}

.form__anchor--blue {
    color:rgb(38, 117, 237);
}

.form__span {
    margin: 5px;
}

.form__label--logout{
    background-color: rgb(38, 117, 237);;
    color: wheat;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    min-width: 238px;
}


