2022-12-22 13:59:50 +02:00
|
|
|
@import url('https://fonts.cdnfonts.com/css/google-sans');
|
|
|
|
|
2022-12-20 16:34:47 +02:00
|
|
|
/* Material Customization */
|
|
|
|
:root {
|
|
|
|
--pure-material-primary-rgb: 255, 191, 0;
|
|
|
|
--pure-material-onsurface-rgb: 0, 0, 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
min-height: 100vh;
|
|
|
|
background: url("https://res.cloudinary.com/finnhvman/image/upload/v1541930411/pattern.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.registration {
|
|
|
|
position: relative;
|
|
|
|
border-radius: 8px;
|
2022-12-22 13:59:50 +02:00
|
|
|
padding: 16px 48px 30px 30px;
|
2022-12-20 16:34:47 +02:00
|
|
|
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
|
|
|
overflow: hidden;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
2022-12-22 13:59:50 +02:00
|
|
|
.registration h1 {
|
2022-12-20 16:34:47 +02:00
|
|
|
margin: 32px 0;
|
2022-12-22 13:59:50 +02:00
|
|
|
font-family: 'Product Sans', sans-serif;
|
2022-12-20 16:34:47 +02:00
|
|
|
font-weight: normal;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.registration > label {
|
|
|
|
display: block;
|
|
|
|
margin: 24px 0;
|
|
|
|
width: 320px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
2022-12-22 13:59:50 +02:00
|
|
|
font-family: 'Product Sans', sans-serif;
|
2022-12-20 16:34:47 +02:00
|
|
|
font-weight: normal;
|
|
|
|
text-align: center;
|
2022-12-22 13:59:50 +02:00
|
|
|
color: #2b2b2b;
|
2022-12-20 16:34:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a.matter-button-contained {
|
2022-12-22 13:59:50 +02:00
|
|
|
font-family: 'Product Sans', sans-serif;
|
2022-12-20 16:34:47 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: rgb(var(--pure-material-primary-rgb));
|
2022-12-22 13:59:50 +02:00
|
|
|
font-family: 'Product Sans', sans-serif;
|
2022-12-20 16:34:47 +02:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2022-12-22 13:59:50 +02:00
|
|
|
.matter-button-contained {
|
|
|
|
margin-top: 10px;
|
2022-12-20 16:34:47 +02:00
|
|
|
}
|
|
|
|
|
2022-12-22 13:59:50 +02:00
|
|
|
@media only screen and (max-width: 980px) {
|
2022-12-20 16:34:47 +02:00
|
|
|
|
2022-12-22 13:59:50 +02:00
|
|
|
.registration {
|
|
|
|
position: fixed;
|
|
|
|
border-radius: none;
|
|
|
|
padding: auto;
|
|
|
|
box-shadow: none;
|
|
|
|
overflow: visible;
|
2022-12-20 16:34:47 +02:00
|
|
|
}
|
2022-12-22 13:59:50 +02:00
|
|
|
|
|
|
|
.registration {
|
|
|
|
width: 95%;
|
|
|
|
height: auto;
|
2022-12-20 16:34:47 +02:00
|
|
|
}
|
2022-12-22 13:59:50 +02:00
|
|
|
|
|
|
|
.registration h1 {
|
|
|
|
font-size: 64px;
|
2022-12-20 16:34:47 +02:00
|
|
|
}
|
|
|
|
|
2022-12-22 13:59:50 +02:00
|
|
|
body {
|
|
|
|
background: none;
|
|
|
|
min-height: 85vh;
|
|
|
|
}
|
2022-12-20 16:34:47 +02:00
|
|
|
|
2022-12-22 13:59:50 +02:00
|
|
|
p {
|
|
|
|
font-size: 42px;
|
|
|
|
}
|
2022-12-20 16:34:47 +02:00
|
|
|
|
2022-12-22 13:59:50 +02:00
|
|
|
.matter-button-contained {
|
|
|
|
padding-top: 0.5em;
|
|
|
|
padding-bottom: 1.3em;
|
|
|
|
padding-left: 0.65em;
|
|
|
|
padding-right: 0.65em;
|
|
|
|
border-radius: 7px;
|
|
|
|
}
|
2022-12-20 16:34:47 +02:00
|
|
|
|
2022-12-22 13:59:50 +02:00
|
|
|
a.matter-button-contained {
|
|
|
|
font-size: 3.2em;
|
|
|
|
}
|
2022-12-20 16:34:47 +02:00
|
|
|
|
|
|
|
}
|