2023-05-08 19:16:57 +02:00
|
|
|
|
@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
|
2023-02-27 17:24:25 +01:00
|
|
|
|
|
2023-02-20 19:16:41 +01:00
|
|
|
|
html, body {
|
|
|
|
|
margin: 0px;
|
|
|
|
|
padding: 0px;
|
2023-06-05 19:26:23 +02:00
|
|
|
|
overflow-y: hidden;
|
2023-02-20 19:16:41 +01:00
|
|
|
|
}
|
2023-02-27 17:24:25 +01:00
|
|
|
|
#content {
|
|
|
|
|
background-color: #C7FFD1;
|
2023-02-20 19:16:41 +01:00
|
|
|
|
padding: 5%;
|
|
|
|
|
margin-top: 1%;
|
|
|
|
|
border-radius: 10px;
|
2023-05-08 19:16:57 +02:00
|
|
|
|
position: center;
|
2023-02-20 19:16:41 +01:00
|
|
|
|
}
|
2023-02-20 19:16:41 +01:00
|
|
|
|
.img {
|
2023-02-27 17:24:25 +01:00
|
|
|
|
height: auto;
|
2023-06-05 19:26:23 +02:00
|
|
|
|
width: 60%;
|
|
|
|
|
margin: 4%;
|
|
|
|
|
text-align: center;
|
2023-02-20 19:16:41 +01:00
|
|
|
|
}
|
2023-05-08 19:16:57 +02:00
|
|
|
|
form {
|
2023-06-05 19:26:23 +02:00
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
margin-top: 5px;
|
2023-05-08 19:36:12 +02:00
|
|
|
|
background-color: #89F9A5;
|
2023-06-05 19:26:23 +02:00
|
|
|
|
text-align: center;
|
|
|
|
|
width: 70%;
|
|
|
|
|
}
|
|
|
|
|
.form-control {
|
|
|
|
|
width: 70%;
|
2023-05-08 19:36:12 +02:00
|
|
|
|
border-radius: 50px;
|
2023-06-05 19:26:23 +02:00
|
|
|
|
}
|
2023-05-08 19:36:12 +02:00
|
|
|
|
|
2023-06-05 19:26:23 +02:00
|
|
|
|
#button1 {
|
|
|
|
|
border-radius: 50px;
|
2023-05-08 19:16:57 +02:00
|
|
|
|
}
|
|
|
|
|
|
2023-06-05 19:26:23 +02:00
|
|
|
|
|