|
@@ -6453,7 +6453,8 @@ button.close {
|
|
right: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
overflow: auto;
|
|
overflow: auto;
|
|
- background: #D24D57;
|
|
|
|
|
|
+ /*background: #D24D57;*/
|
|
|
|
+ background: url("../images/lgoin-ty.jpg") center;
|
|
text-align: center;
|
|
text-align: center;
|
|
color: #fff;
|
|
color: #fff;
|
|
padding: 3em;
|
|
padding: 3em;
|
|
@@ -6470,6 +6471,20 @@ button.close {
|
|
.login-page .form-content {
|
|
.login-page .form-content {
|
|
padding: 40px 0;
|
|
padding: 40px 0;
|
|
}
|
|
}
|
|
|
|
+.login-block{
|
|
|
|
+ border-radius: 6px;
|
|
|
|
+ background: rgb(247 55 55 / 70%);
|
|
|
|
+ width: 500px;
|
|
|
|
+ padding: 30px;
|
|
|
|
+ -webkit-box-shadow: 0 0 20px rgb(255 255 255 / 50%);
|
|
|
|
+ box-shadow: 0 0 20px rgb(223 194 77 / 50%);
|
|
|
|
+ /*position: absolute;*/
|
|
|
|
+ margin-left: 50%;
|
|
|
|
+ margin-top: 10%;
|
|
|
|
+ /*top: 50%;*/
|
|
|
|
+ /*transform: translate(-50%,-50%);*/
|
|
|
|
+
|
|
|
|
+}
|
|
body {
|
|
body {
|
|
background-color: #ecf0f1;
|
|
background-color: #ecf0f1;
|
|
}
|
|
}
|
|
@@ -9248,6 +9263,7 @@ table.white tbody {
|
|
.btn-outline.btn-white {
|
|
.btn-outline.btn-white {
|
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8) inset;
|
|
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8) inset;
|
|
color: rgba(255, 255, 255, 0.8);
|
|
color: rgba(255, 255, 255, 0.8);
|
|
|
|
+ width: 100%;
|
|
}
|
|
}
|
|
.btn-outline.btn-white:hover {
|
|
.btn-outline.btn-white:hover {
|
|
box-shadow: 0 0 0 2px #ffffff inset;
|
|
box-shadow: 0 0 0 2px #ffffff inset;
|