64 lines
1017 B
CSS
64 lines
1017 B
CSS
@font-face {
|
|
font-family: aftikaExtraLight;
|
|
src: url(../fonts/Graphite_Aftika_Extra_Light.otf);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: aftikaSemiBold;
|
|
src: url(../fonts/Graphite_Aftika_SemiBold.otf);
|
|
}
|
|
|
|
@font-face {
|
|
font-family: aftikaBold;
|
|
src: url(../fonts/Graphite_Aftika_Bold.otf);
|
|
}
|
|
|
|
.main-container{
|
|
margin-top: 0px;
|
|
}
|
|
|
|
h3{
|
|
font-family: aftikaSemiBold;
|
|
font-size: 1.25rem;
|
|
font-weight: 200;
|
|
color: black;
|
|
}
|
|
|
|
h4{
|
|
font-family: aftikaBold;
|
|
font-size: 1rem;
|
|
font-weight: 600;
|
|
letter-spacing: 0.15rem;
|
|
color: black;
|
|
}
|
|
|
|
.div-morena-form{
|
|
padding: 5rem 2rem 5rem 2rem;
|
|
}
|
|
|
|
.form-control{
|
|
background-color: #cecece !important;
|
|
border-radius: 10px !important;
|
|
}
|
|
|
|
.btn-morena{
|
|
font-family: aftikaBold;
|
|
font-size: 1.5rem;
|
|
color: white;
|
|
padding: 0.25rem 2rem;
|
|
background-color: #b3272d;
|
|
border-radius: 0.75rem;
|
|
letter-spacing: 0.15rem;
|
|
}
|
|
|
|
.footer{
|
|
height: auto;
|
|
bottom: auto;
|
|
color: white;
|
|
background-color:#b3272d !important;
|
|
}
|
|
|
|
.footer-img{
|
|
background-color: #d15459;
|
|
}
|