From bf23974e140bbf9d13b7ad664bcaa787541fc8b2 Mon Sep 17 00:00:00 2001 From: "venbatechnologies@gmail.com" Date: Mon, 16 Apr 2018 13:32:10 +0530 Subject: [PATCH] styles.css --- Apollo/assets/css/styles.css | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/Apollo/assets/css/styles.css b/Apollo/assets/css/styles.css index e7cdec59..46041e60 100755 --- a/Apollo/assets/css/styles.css +++ b/Apollo/assets/css/styles.css @@ -2639,6 +2639,18 @@ a.text-light:hover { .bg-white { background: #ffffff !important; } +.bglogin{ + background-repeat: no-repeat; + background-image: url(../images/aleks-dorohovich-26-unsplash.jpg); + background-size: cover; + background-position: center top; + + /*width: 100%; + height: 100%;*/ + /*opacity: 0.9; + visibility: inherit; + z-index: 20;*/ + } .bg-black { background: #2C2F3B !important; @@ -9377,7 +9389,7 @@ nav.links a { } @media (max-width: 991px) { .main-login { - margin-top: 65px; + margin-top: 0px; } } .main-login .logo { @@ -9399,8 +9411,8 @@ nav.links a { color: #909090; font-size: 12px; position: absolute; - right: 10px; - text-shadow: 1px 1px 1px #FFFFFF; + right: 100px; + /*text-shadow: 1px 1px 1px #FFFFFF;*/ top: 9px; } .main-login input.password {