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.
 
 
 
 
 
 

44 lines
717 B

@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body {
background-color: #ededed;
font-family: 'Roboto', sans-serif;
color: #656565;
font-size: .95rem;
}
.container-fluid {
width: 83%;
}
.bg-yellow {
background-color: #f0c30f;
}
.btn {
border-radius: 100px;
padding: .375rem 1.5rem;
}
input {
padding: 10px 22px;
border-radius: 5px;
border-color: transparent;
}
header.header {
padding: 20px 0;
box-shadow: inset 0 -1px 0 0 #bbb9b0;
border-bottom: solid 5px #fff;
margin-bottom: 25px;
}
.btn-secondary {
color: #fff;
background-color: #dd392b;
border-color: #dd392b;
}
.text-blue {
color: #06468d;
}