File: /var/www/linde-elearning/styles/pages/_sign-up.scss
.sign-up {
padding-top: 100px;
&__wrap {
margin: auto;
max-width: 550px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
img {
max-width: 150px;
width: 100%;
}
}
&__title {
margin-top: 50px;
margin-bottom: 10px;
color: var(--color-2);
font-size: 24px;
line-height: calc(36 / 24);
font-weight: bold;
}
&__subtitle {
font-size: 18px;
line-height: calc(27 / 18);
font-weight: normal;
a {
color: #4cbcea;
}
}
}