diff --git a/Apollo/assets/css/styles.css b/Apollo/assets/css/styles.css
index 46041e60..82be7514 100755
--- a/Apollo/assets/css/styles.css
+++ b/Apollo/assets/css/styles.css
@@ -2651,7 +2651,18 @@ a.text-light:hover {
visibility: inherit;
z-index: 20;*/
}
-
+ .eduimgbg{
+ background-repeat: no-repeat;
+ background-image: url(../images/eduimg.png);
+ background-size: cover;
+ background-position: center top;
+
+ /*width: 100%;
+ height: 100%;*/
+ /*opacity: 0.9;
+ visibility: inherit;
+ z-index: 20;*/
+ }
.bg-black {
background: #2C2F3B !important;
color: #ffffff;
diff --git a/Apollo/assets/images/eduimg.png b/Apollo/assets/images/eduimg.png
new file mode 100644
index 00000000..ee5a76dd
Binary files /dev/null and b/Apollo/assets/images/eduimg.png differ
diff --git a/Apollo/assets/views/login_login.html b/Apollo/assets/views/login_login.html
index bed3caa5..a533beaa 100755
--- a/Apollo/assets/views/login_login.html
+++ b/Apollo/assets/views/login_login.html
@@ -8,11 +8,11 @@
/*.carousel-indicators li {
border:1px solid #000 !important;
}*/
- .carousel-indicators
+ /*.carousel-indicators
{
position:fixed !important;
- }
+ }*/
.glyphicon-chevron-right:before{
margin-left: -16px;
}
@@ -20,14 +20,14 @@
margin-top: 67px;
margin-bottom: 90px;
}
- .carousel-control.right{
+ /*.carousel-control.right{
position: fixed;
right: 428px;
}
.carousel-control.left{
position: fixed;
left: 95px;
- }
+ }*/
.carousel-inner {
position: inherit !important;
/*overflow:visible !important;*/
@@ -52,15 +52,208 @@
color: #fff;
}
-
+ /**********navbar css start*************/
+ /* Add a black background color to the top navigation */
+.topnav {
+ height: 80px;
+ top:0;
+ /*background-color: #333;*/
+ overflow: hidden;
+ width: 100%;
+ max-width: 100%;
+ position: fixed;
+ z-index: 999;
+ background: rgba(34,34,34,0.9);
+ /*box-shadow: 0 10px 20px rgba(50,50,50,.95);*/
+}
+
+/* Style the links inside the navigation bar */
+.topnav a {
+ margin-right: 30px;
+ float: right;
+ display: block;
+ color: #f2f2f2;
+ text-align: center;
+ padding: 28px 15px;
+ text-decoration: none;
+ font-size: 17px;
+}
+
+/* Change the color of links on hover */
+.topnav a:hover {
+ background-color: #ddd;
+ color: black;
+}
+
+/* Add an active class to highlight the current page */
+.active {
+ background-color: rgba(31, 27, 24, 0.72);
+ color: white;
+}
+
+/* Hide the link that should open and close the topnav on small screens */
+.topnav .icon {
+ display: none;
+}
+ /*********** navbar css end************/
+/*
+ .footer1 {
+ background: #fff url("../images/footer/footer-bg.png") repeat scroll left top;
+ padding-top: 40px;
+ padding-right: 0;
+ padding-bottom: 20px;
+ padding-left: 0;
+}*/
+
+
+/*
+.title-widget {
+ color: #898989;
+ font-size: 20px;
+ font-weight: 300;
+ line-height: 1;
+ position: relative;
+ text-transform: uppercase;
+ font-family: 'Fjalla One', sans-serif;
+ margin-top: 0;
+ margin-right: 0;
+ margin-bottom: 25px;
+ margin-left: 0;
+ padding-left: 28px;
+}
+
+.title-widget::before {
+ background-color: #ea5644;
+ content: "";
+ height: 22px;
+ left: 0px;
+ position: absolute;
+ top: -2px;
+ width: 5px;
+}
+
+
+
+.widget_nav_menu ul {
+ list-style: outside none none;
+ padding-left: 0;
+}
+
+.widget_archive ul li {
+ background-color: rgba(0, 0, 0, 0.3);
+ content: "";
+ height: 3px;
+ left: 0;
+ position: absolute;
+ top: 7px;
+ width: 3px;
+}
+
+
+.widget_nav_menu ul li {
+ font-size: 13px;
+ font-weight: 700;
+ line-height: 20px;
+ position: relative;
+ text-transform: uppercase;
+ border-bottom: 1px solid rgba(0, 0, 0, 0.05);
+ margin-bottom: 7px;
+ padding-bottom: 7px;
+ width:95%;
+}
+
+
+
+.title-median {
+ color: #636363;
+ font-size: 20px;
+ line-height: 20px;
+ margin: 0 0 15px;
+ text-transform: uppercase;
+ font-family: 'Fjalla One', sans-serif;
+}
+
+.footerp p {font-family: 'Gudea', sans-serif; }
+
+
+#social:hover {
+ -webkit-transform:scale(1.1);
+-moz-transform:scale(1.1);
+-o-transform:scale(1.1);
+ }
+ #social {
+ -webkit-transform:scale(0.8);*/
+ /* Browser Variations: */
+/*-moz-transform:scale(0.8);
+-o-transform:scale(0.8);
+-webkit-transition-duration: 0.5s;
+-moz-transition-duration: 0.5s;
+-o-transition-duration: 0.5s;
+ } */
+/*
+ Only Needed in Multi-Coloured Variation
+ */
+ /*.social-fb:hover {
+ color: #3B5998;
+ }
+ .social-tw:hover {
+ color: #4099FF;
+ }
+ .social-gp:hover {
+ color: #d34836;
+ }
+ .social-em:hover {
+ color: #f39c12;
+ }
+ .nomargin { margin:0px; padding:0px;}*/
+
+
+
+
+
+.footer-bottom {
+ background-color: rgba(34,34,34,0.9);
+ min-height: 30px;
+ width: 100%;
+}
+.copyright {
+ color: #fff;
+ line-height: 30px;
+ min-height: 30px;
+ padding: 7px 0;
+}
+.design {
+ color: #fff;
+ line-height: 30px;
+ min-height: 30px;
+ padding: 7px 0;
+ text-align: right;
+}
+.design a {
+ color: #fff;
+}
+
+
+
-
+