You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
SAE4.01_FORMULAIRE/Source/Views/CSS/adminLogin.css

75 lines
1.1 KiB

.acolorba {
background-color: #006D82;
}
.logo {
width: auto;
height: 100px;
padding: 24px 0;
}
.card {
width: 450px;
margin: 0 auto;
background: white;
border-radius: 24px;
padding: 24px;
}
#main-content {
margin-right: 10px;
margin-left: 10px;
}
.content {
box-shadow: none !important;
}
input {
max-width: 350px;
padding: 12px 16px;
height: 48px;
background: #ffffff;
border: 1px solid #CACAC9;
border-radius: 12px;
color: #4A4A49;
}
h3 {
font-size: 24px;
line-height: 150%;
color: #6D6D6C;
text-align: center;
margin: 0 0 24px;
font-weight: bold;
}
body, p, span, div, a, h1, h2, h3, h4, h5, h6{
font-family: 'Barlow', sans-serif;
}
.margin-space {
margin: 12px;
}
button{
padding: 12px 32px;
background: #006D82 !important;
border-radius: 12px;
height: 48px;
border: none;
color: white;
font-weight: 700;
}
a {
text-decoration: none;
background-color: transparent;
color: #018786 !important;
margin: 10px;
font-weight: bold;
}
a:hover {
color: #006D82 !important;
}