@font-face {
    font-family: 'Muli-Regular';
    src: url('fonts/Muli-Regular.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Muli-Light';
    src: url('fonts/Muli-Light.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Muli-ExtraLight';
    src: url('fonts/Muli-ExtraLight.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'Muli-Bold';
    src: url('fonts/Muli-Bold.ttf') format('truetype');
    font-weight: normal;
}

body {
    background: url('imgs/layout/clouds.jpg') repeat center center;
    font-family: 'Muli-Regular', sans-serif;
}

/* FORM */
.form-control, .btn {
    border-radius: 64px;
    height: 48px;
    border: none;
    padding: 0.5rem 1rem;
}
.btn-primary {
    background: #3c5c75 !important;
}