|
@@ -6,6 +6,8 @@
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
+div {}
|
|
|
+
|
|
|
.biggestBox {
|
|
|
height: 100vh;
|
|
|
display: flex;
|
|
@@ -21,7 +23,7 @@
|
|
|
}
|
|
|
|
|
|
.log-Page>h1:nth-child(1) {
|
|
|
- color: #E33333;
|
|
|
+ color: rgb(254, 152, 2);
|
|
|
font-size: 25px;
|
|
|
font-weight: 400;
|
|
|
text-align: center;
|
|
@@ -74,7 +76,7 @@
|
|
|
|
|
|
.input-email div {
|
|
|
padding: 9px 0px 3px 0px;
|
|
|
- color: #E33333;
|
|
|
+ color: rgb(254, 152, 2);
|
|
|
}
|
|
|
|
|
|
.password {
|
|
@@ -100,7 +102,7 @@
|
|
|
|
|
|
.input-password div:nth-of-type(2) {
|
|
|
padding: 10px 0px 3px 0px;
|
|
|
- color: #E33333;
|
|
|
+ color: rgb(254, 152, 2);
|
|
|
}
|
|
|
|
|
|
.checkPassword {
|
|
@@ -133,7 +135,7 @@
|
|
|
|
|
|
.register>div {
|
|
|
height: 14px;
|
|
|
- color: #E33333;
|
|
|
+ color: rgb(254, 152, 2);
|
|
|
padding: 0 8px;
|
|
|
}
|
|
|
|
|
@@ -141,15 +143,14 @@
|
|
|
width: calc(50% - 1px);
|
|
|
}
|
|
|
|
|
|
-.logConfirm>input {
|
|
|
+.logConfirm>div {
|
|
|
width: 90px;
|
|
|
height: 48px;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
|
float: right;
|
|
|
- background-color: #E33333;
|
|
|
+ background-color: rgb(254, 152, 2);
|
|
|
border-radius: 4px;
|
|
|
color: white;
|
|
|
- outline: 0;
|
|
|
}
|