eole-lemonldap-themes/src/transnum/static/styles.css

45 lines
737 B
CSS

@font-face {
font-family: 'LexendDeca-Regular';
src: url('LexendDeca-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
body{
background: #05668d;
background-image: url(transnum-header.png);
background-position-y: 0px;
background-repeat: no-repeat;
background-size: contain;
}
#mytitle {
color: #ffffff;
text-align: center;
font-size: 75px;
font-family: LexendDeca-Regular;
margin-top: 30px;
}
#mylogo {
width:150px;
}
#logincontent {
max-width:500px;
}
.alert {
background-color: #96281b;
border-color: #96281b;
color:#fff;
text-align: center;
}
.card {
border-radius: 10px;
}
#footer{
display: none;
}