New login style with beautiful background.
This commit is contained in:
parent
93f7d52405
commit
63767ced35
@ -1309,24 +1309,42 @@ header > .container > .pull-right > * {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* fix Main Login*/
|
/* fix Main Login*/
|
||||||
|
.node-main-login > header {
|
||||||
|
background: none !important;
|
||||||
|
box-shadow:none !important;
|
||||||
|
}
|
||||||
|
.node-main-login > header > .container{
|
||||||
|
margin: 2rem auto;
|
||||||
|
max-width: 1140px;
|
||||||
|
}
|
||||||
|
.node-main-login > header > .container > .brand{
|
||||||
|
font-size:2rem;
|
||||||
|
text-transform: uppercase;
|
||||||
|
}
|
||||||
|
.node-main-login > .main{
|
||||||
|
top:0;
|
||||||
|
height:100% !important;
|
||||||
|
}
|
||||||
.node-main-login > .main > .main-left {
|
.node-main-login > .main > .main-left {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node-main-login > .main > .main-right {
|
.node-main-login > .main > .main-right {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background-color: #172b4d!important;
|
background-image: url(../img/login.jpg);
|
||||||
|
background-size: cover;
|
||||||
|
background-color: #000;
|
||||||
|
background-position: top center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node-main-login > .main > .main-right > #maincontent {
|
.node-main-login > .main > .main-right > #maincontent {
|
||||||
margin-top:5rem;
|
padding-top: 23vh;
|
||||||
background-color: #172b4d!important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node-main-login > .main fieldset {
|
.node-main-login > .main fieldset {
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 0rem;
|
||||||
display: inline;
|
display: inline;
|
||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
@ -1350,6 +1368,7 @@ header > .container > .pull-right > * {
|
|||||||
.node-main-login > .main .container {
|
.node-main-login > .main .container {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 2rem 2rem;
|
padding: 2rem 2rem;
|
||||||
|
position:relative;
|
||||||
margin-top: 2rem !important;
|
margin-top: 2rem !important;
|
||||||
background-color: #f7fafc!important;
|
background-color: #f7fafc!important;
|
||||||
border-radius: .375rem;
|
border-radius: .375rem;
|
||||||
@ -1358,9 +1377,16 @@ header > .container > .pull-right > * {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.node-main-login > .main .container h2{
|
.node-main-login > .main .container h2{
|
||||||
color:#5e72e4;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
letter-spacing: 4px;
|
letter-spacing: 4px;
|
||||||
|
display: block;
|
||||||
|
margin: -60px 00px 15px;
|
||||||
|
padding: 30px 0;
|
||||||
|
border: 0;
|
||||||
|
border-radius: 5px;
|
||||||
|
background: linear-gradient(87deg,#5e72e4 0,#825ee4 100%)!important;
|
||||||
|
box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
|
||||||
}
|
}
|
||||||
.node-main-login > .main .container .cbi-map-descr{
|
.node-main-login > .main .container .cbi-map-descr{
|
||||||
text-align:center;
|
text-align:center;
|
||||||
@ -1415,6 +1441,16 @@ header > .container > .pull-right > * {
|
|||||||
min-width: 15rem;
|
min-width: 15rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.node-main-login .errorbox{
|
||||||
|
position: absolute;
|
||||||
|
color: #fff;
|
||||||
|
width: calc(100% - 4rem);
|
||||||
|
background-color: #f0ad4e;
|
||||||
|
border-color: #eea236;
|
||||||
|
box-sizing: border-box;
|
||||||
|
margin-top: 6rem;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
.node-main-login footer {
|
.node-main-login footer {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -1739,6 +1775,11 @@ body.lang_pl.node-main-login .cbi-value-title {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.node-main-login > header > .container > .brand{
|
||||||
|
text-align: center;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
.node-main-login > .main .container {
|
.node-main-login > .main .container {
|
||||||
padding: 0.5rem 1rem 2rem 1rem;
|
padding: 0.5rem 1rem 2rem 1rem;
|
||||||
}
|
}
|
||||||
@ -1748,18 +1789,25 @@ body.lang_pl.node-main-login .cbi-value-title {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.node-main-login > .main form > div:nth-last-child(1) {
|
.node-main-login > .main form > div:nth-last-child(1) {
|
||||||
margin-top: 2rem;
|
margin-top: 0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node-main-login > .main .cbi-value-title {
|
.node-main-login > .main .cbi-value-title {
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
font-size: 1.2rem;
|
margin-top: 0rem;
|
||||||
|
font-size: 1rem;
|
||||||
|
margin-bottom: 0;
|
||||||
|
padding: 0 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.node-main-login > .main fieldset {
|
.node-main-login > .main fieldset {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
}
|
}
|
||||||
|
.node-main-login .errorbox{
|
||||||
|
width: calc(100% - 2rem);
|
||||||
|
padding: 1rem 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
|
BIN
htdocs/luci-static/argon/img/login.jpg
Normal file
BIN
htdocs/luci-static/argon/img/login.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 535 KiB |
Loading…
x
Reference in New Issue
Block a user