| @@ -35,10 +35,9 @@ | ||
| 35 | 35 | |
| 36 | 36 | .header-1-p2 { |
| 37 | 37 | display: inline-block; |
| 38 | 38 | margin-top: 10px; |
| 39 | - color: #353535; | |
| 40 | - font-weight: 400; | |
| 39 | + color: #656565; | |
| 41 | 40 | } |
| 42 | 41 | |
| 43 | 42 | .username-text-field { |
| 44 | 43 | margin-left: 94px; |
| @@ -60,16 +59,16 @@ | ||
| 60 | 59 | width: 305px; |
| 61 | 60 | } |
| 62 | 61 | |
| 63 | 62 | .chatid-div { |
| 64 | - margin-top: 5px; | |
| 63 | + margin-top: 20px; | |
| 65 | 64 | margin-bottom: 10px; |
| 66 | - color: #353535; | |
| 65 | + color: #656565; | |
| 67 | 66 | } |
| 68 | 67 | |
| 69 | 68 | .chatid-text-field { |
| 70 | 69 | margin-left: 84px; |
| 71 | - width: 600px; | |
| 70 | + width: 305px; | |
| 72 | 71 | } |
| 73 | 72 | |
| 74 | 73 | .hide-div { |
| 75 | 74 | margin-bottom: 14px; |
| @@ -78,16 +77,13 @@ | ||
| 78 | 77 | |
| 79 | 78 | .account-id { |
| 80 | 79 | margin-left: 15px; |
| 81 | 80 | margin-right: 4px; |
| 82 | - font-size: 16px; | |
| 83 | - margin-right: 20px; | |
| 84 | 81 | } |
| 85 | 82 | |
| 86 | 83 | .new-account-link { |
| 87 | 84 | position: relative; |
| 88 | 85 | top: 100px; |
| 89 | - font-size: 14px; | |
| 90 | 86 | } |
| 91 | 87 | |
| 92 | 88 | .chatid-text-field-hide { |
| 93 | 89 | display: none; |
| @@ -134,5 +130,4 @@ | ||
| 134 | 130 | width:60%; |
| 135 | 131 | margin-bottom:10px; |
| 136 | 132 | height: 28px; |
| 137 | 133 | } |
| 138 | - | |