* {
    font-family: 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Open Sans', 'Helvetica Neue', sans-serif;
}

html {
    position: relative;
    min-height: 100%;
}

.bg-custom {
    background-color: #0c1654;
    background: linear-gradient(90deg, hsl(231.67, 92.2%, 23%) 0%, hsl(231.67, 100%, 35.5%) 22%, hsl(231.67, 100%, 33.3%) 69%, hsl(231.67, 60%, 50%) 100%);
}

label.required:after {
    content: "*";
    color: red;
    padding-left: 1px;
}

.form-check-label {
    font-size: 0.8rem;
}

.logo {
    width: 128px;
}