|
|
@ -1,8 +1,13 @@
|
|
|
|
body {
|
|
|
|
/*Not Authorized
|
|
|
|
|
|
|
|
---------------------------------------------------
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
background-color: #afc1db;
|
|
|
|
background-color: #afc1db;
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
header {
|
|
|
|
header {
|
|
|
@ -10,6 +15,7 @@ header {
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
padding: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
margin: 0;
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
background-color:white;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
main {
|
|
|
|
main {
|
|
|
@ -41,3 +47,25 @@ main {
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*Authorized
|
|
|
|
|
|
|
|
---------------------------------------------------
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
|
|
|
|
background-color: #053679;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.btn-navbar {
|
|
|
|
|
|
|
|
color: white;
|
|
|
|
|
|
|
|
background-color: none;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.home-center-box {
|
|
|
|
|
|
|
|
background-color: white;
|
|
|
|
|
|
|
|
padding: 40px;
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
|
|
|
width: 80%;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|