|
|
@ -48,11 +48,17 @@ main {
|
|
|
|
cursor: pointer;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*Authorized
|
|
|
|
.btn-link:hover {
|
|
|
|
|
|
|
|
background-color: #afc1db;
|
|
|
|
|
|
|
|
color: #053679;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*Authorized
|
|
|
|
---------------------------------------------------
|
|
|
|
---------------------------------------------------
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
.navbar {
|
|
|
|
background-color: #053679;
|
|
|
|
background-color: #053679;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -61,6 +67,10 @@ main {
|
|
|
|
background-color: none;
|
|
|
|
background-color: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.btn-navbar:hover {
|
|
|
|
|
|
|
|
color: #afc1db;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.home-center-box {
|
|
|
|
.home-center-box {
|
|
|
|
background-color: white;
|
|
|
|
background-color: white;
|
|
|
|
padding: 40px;
|
|
|
|
padding: 40px;
|
|
|
|