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