Newer
Older
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
}
.form-control-registrieren-modal {
width: 300px;
height: 57px;
padding-left: 15px;
margin-bottom: 10px;
border: 1px solid #03355C; /* dunkelblauer Rahmen */
border-radius: 30px; /* Runde Ecken für Eingabefelder */
box-sizing: border-box;
font-family: "DM Sans", sans-serif;
font-size: 20px;
color: #03355C;
}
.modal-body,
#exampleModalLabel {
font-family: "DM Sans", sans-serif;
font-size: 20px;
color: #03355C;
}