2023-08-05 17:04:44 +01:00
|
|
|
/* General styling */
|
|
|
|
body{
|
|
|
|
background-color: #007480;
|
2023-08-08 15:56:21 +01:00
|
|
|
text-align: center;
|
2023-08-05 17:04:44 +01:00
|
|
|
}
|
|
|
|
/* Title bar */
|
|
|
|
#title {
|
|
|
|
background-color: white;
|
|
|
|
height: 82px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#title img {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#title h1 {
|
|
|
|
position: relative;
|
2023-08-06 17:44:07 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#password {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
#modify {
|
|
|
|
background-color: white;
|
2023-08-08 15:56:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.boxes {
|
|
|
|
margin-left: 20%;
|
|
|
|
margin-right: 20%;
|
2023-08-05 17:04:44 +01:00
|
|
|
}
|