passwordReset.css 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  1. *{margin:0;padding:0;}
  2. body{
  3. align-items: center;
  4. }
  5. .header{
  6. display: flex;
  7. justify-content: space-between;
  8. background: #001b2d;
  9. width: 100%;
  10. height: 75px;
  11. }
  12. .headerStart{
  13. display: flex;
  14. align-items:center;
  15. text-decoration: none;
  16. margin-left: 25px;
  17. width: 275px;
  18. }
  19. .headerStart img{
  20. max-height: 75%;
  21. }
  22. .headerLogo{
  23. color: white;
  24. font-size: 25px;
  25. margin-left: 10px;
  26. }
  27. .mobileHomeButton{
  28. display: none;
  29. }
  30. .headerEnd{
  31. display: flex;
  32. align-items: center;
  33. justify-content: flex-end;
  34. margin-right: 25px;
  35. }
  36. .headerEnd > *{
  37. margin-left: 20px;
  38. }
  39. .headerEnd a{
  40. color: rgb(255, 99, 107);
  41. }
  42. h1 {
  43. text-align: center;
  44. padding-bottom: 13px;
  45. }
  46. h3 {
  47. text-align: center;
  48. font-weight: 500;
  49. font-size: 20px;
  50. }
  51. button{
  52. outline: 0;
  53. }
  54. button::-moz-focus-inner{
  55. border: 0;
  56. }
  57. .link{
  58. cursor: pointer;
  59. color: gray;
  60. text-decoration: underline;
  61. text-align: center;
  62. font-size: 20px;
  63. }
  64. .link:hover {
  65. color: #ff636b;
  66. text-decoration: underline;
  67. cursor: pointer;
  68. }
  69. .button{
  70. background: rgb(0, 27, 45);
  71. border: none;
  72. text-decoration: none;
  73. padding: 10px 25px;
  74. color: rgb(255, 99, 107);
  75. cursor: pointer;
  76. text-align: center;
  77. font-size: 15px;
  78. min-width: 100px;
  79. margin: 5px;
  80. max-height: 52px;
  81. }
  82. .button:hover{
  83. background: rgb(179, 191, 209);
  84. }
  85. .button:active{
  86. background: rgb(240, 252, 255);
  87. }
  88. .dangerButton{
  89. display: initial;
  90. background: rgb(255, 99, 107);
  91. border: none;
  92. text-decoration: none;
  93. padding: 10px 25px;
  94. color: black;
  95. cursor: pointer;
  96. text-align: center;
  97. font-size: 15px;
  98. min-width: 100px;
  99. margin: 5px;
  100. max-height: 52px;
  101. }
  102. .dangerButton:hover{
  103. background: rgb(255, 129, 137);
  104. }
  105. .dangerButton:active{
  106. background: rgb(240, 252, 255);
  107. }
  108. .linkButton{
  109. background: none;
  110. border: none;
  111. text-decoration: underline;
  112. color: white;
  113. cursor: pointer;
  114. margin: 5px;
  115. font-size: 15px;
  116. }
  117. .public-buttons {
  118. position: inherit;
  119. align-self: center;
  120. margin-right: 39px;
  121. }
  122. .buttonDisabled{
  123. background: gray;
  124. text-decoration: none;
  125. border-radius: 10px;
  126. padding: 10px 5px;
  127. color: rgb(0, 27, 45);
  128. cursor: default;
  129. font-size: 25px;
  130. text-align: center;
  131. }
  132. .line-break{
  133. border: 1px solid rgb(255, 99, 107);
  134. margin: 30px 0;
  135. }
  136. @media screen and (max-width: 1400px){
  137. .button{
  138. font-size: 15px;
  139. }
  140. .header{
  141. height: 30px;
  142. }
  143. .headerStart{
  144. margin-left: 10px;
  145. }
  146. .headerEnd{
  147. font-size: 8px;
  148. }
  149. .headerLogo{
  150. white-space: nowrap;
  151. font-size: 10px;
  152. }
  153. .truncateLong{
  154. max-width: 100px;
  155. white-space: nowrap;
  156. overflow: hidden;
  157. text-overflow: ellipsis;
  158. }
  159. .mobileHide{
  160. display: none !important;
  161. }
  162. .headerStart{
  163. width: 0;
  164. }
  165. }
  166. .title{
  167. margin-top: 30px;
  168. font-size: 40px;
  169. }
  170. .form{
  171. border: none;
  172. background: none;
  173. }
  174. .formInput{
  175. font-size: 30px;
  176. margin-bottom: 15px;
  177. text-align: center;
  178. }
  179. .button{
  180. font-size: 25px;
  181. padding: 5px;
  182. }
  183. .text{
  184. font-size: 20px;
  185. text-align: center;
  186. }
  187. @media screen and (max-width: 600px){
  188. .form{
  189. max-width: 90vw;
  190. padding: 0;
  191. }
  192. .email{
  193. font-size: 25px;
  194. }
  195. .button{
  196. font-size: 20px;
  197. }
  198. }