/* messages css */
.messages{
    width: calc(40% + 300px);
    background: lightgray;
    padding: 10px;
    text-align: center;
}
.messages li {
    display: block;
}
.success{
    color: mediumseagreen;
}

.headline{
    width: 100%;
    text-align: center;
    color: #79aec8;
    font-size: 40px;
    background: white;
}

/* form errors */
.errorlist{
    color: #b92b2b;
}

.mm_scene{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Balsamiq Sans', cursive;
    color: #747474;
    font-size: 30px;
}

.mm_registration_api{
    width: calc(40% + 300px);
    background: #79aec8;
    padding: 10px 0px 2.5% 0;
    box-sizing: border-box;
    border-radius: 25px;
    border: 2px dotted white;
    color: white;
}

.mm_registration_api p{
    text-align: justify;
    padding: 0 3%;

}
.mm_registration_api table{
    padding: 0 3%;
}


.mm_registration_api select,.mm_registration_api input{
    font-family: 'Balsamiq Sans', cursive;
    color: #747474;
    font-size: 30px;
    margin-top: 10px;
    margin-left: 3%;
}
.mm_registration_api td input{
    margin-left: 10px;
    margin-top: 0;
}

.mm_registration_api a{
    color: white;
    text-decoration: none;
    border-bottom: 4px dotted white;
}
.mm_registration_api a:hover{
    opacity: 50%;

}

.mm_registration_api fieldset{
    border: white 3px dotted;
    margin: 0 3%;
}