@font-face {
    font-family: 'Google Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Google Sans'), url('../fonts/googlesans/GoogleSans-Medium.woff') format('woff');
}

body {
    background-color: #E5E8E8;
    font-family: 'Google Sans' !important;
}

.div-login {
    border: 1px solid #a4b0be;
    margin-top: 5%;
}

.modulo {
    background-color: #ced6e0;
    position: relative;
    margin: 0 auto;
    width: 160px;
    padding: 6px 0;
    border-radius: 30px;
}

.custom-border {
    border: 1px solid #999 !important;
}

.altair {
    font-family: 'Eagle Lake', cursive !important;
    font-weight: bold;
}

.btn-danger, .bg-danger {
    background-color: #c0392b !important;
}

.btn-custom {
    background-color: #26427f !important;
}