body {
    background-image: url('../img/bg-login.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
@font-face {
    font-family: 'Ubuntu';
    src:url('../fonts/ubuntu-regular-webfont.woff2') format('woff2'),
        url('../fonts/ubuntu-regular-webfont.woff') format('woff'),
        url('../fonts/ubuntu-regular-webfont.ttf') format('truetype'),
        url('../fonts/ubuntu-regular-webfont.svg#Ubuntu') format('svg');
    font-weight: normal;
    font-style: normal;
}
.font-ubuntu {
    font-family: Ubuntu, sans-serif !important;
}
.boxlogin {
    background-color: rgba(255,255,255,0.85);
    margin-top: 30%;
}
.boxlogin .boxlogin__titulo {
    color:#704b71;
}
.round-right {
    border-top-right-radius: 5.25rem !important;
}
/* Bootstrap */
.rounded {
    border-top-right-radius: 2.25rem !important;
    border-bottom-left-radius: 5.25rem !important;
}