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