You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
1.1 KiB
72 lines
1.1 KiB
/*Not Authorized
|
|
---------------------------------------------------
|
|
*/
|
|
|
|
body {
|
|
background-color: #afc1db;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: Arial, sans-serif;
|
|
width: 100%;
|
|
}
|
|
|
|
header {
|
|
color: #053679;
|
|
text-align: center;
|
|
padding: 10px;
|
|
margin: 0;
|
|
background-color:white;
|
|
}
|
|
|
|
main {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 80vh;
|
|
margin-top:10vh;
|
|
}
|
|
|
|
.center-box {
|
|
background-color: white;
|
|
padding: 20px;
|
|
text-align: center;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.button-container {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.btn-link {
|
|
color: white;
|
|
background-color: #053679;
|
|
margin: 5px;
|
|
padding: 10px;
|
|
border: none;
|
|
border-radius: 5px;
|
|
display: block;
|
|
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%;
|
|
|
|
}
|