styles.css
This commit is contained in:
parent
289dbb7af0
commit
bf23974e14
@ -2639,6 +2639,18 @@ a.text-light:hover {
|
|||||||
.bg-white {
|
.bg-white {
|
||||||
background: #ffffff !important;
|
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 {
|
.bg-black {
|
||||||
background: #2C2F3B !important;
|
background: #2C2F3B !important;
|
||||||
@ -9377,7 +9389,7 @@ nav.links a {
|
|||||||
}
|
}
|
||||||
@media (max-width: 991px) {
|
@media (max-width: 991px) {
|
||||||
.main-login {
|
.main-login {
|
||||||
margin-top: 65px;
|
margin-top: 0px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.main-login .logo {
|
.main-login .logo {
|
||||||
@ -9399,8 +9411,8 @@ nav.links a {
|
|||||||
color: #909090;
|
color: #909090;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 10px;
|
right: 100px;
|
||||||
text-shadow: 1px 1px 1px #FFFFFF;
|
/*text-shadow: 1px 1px 1px #FFFFFF;*/
|
||||||
top: 9px;
|
top: 9px;
|
||||||
}
|
}
|
||||||
.main-login input.password {
|
.main-login input.password {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user