* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'raw700';
    src: url('../fonts/rawline-700.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'raw400';
    src: url('../fonts/rawline-400.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: "Rawline", sans-serif !important;
    height: 100%;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/fundo.jpg) no-repeat center center fixed;
    background-size: cover;
}

.card-inicio {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background-color: rgba( 255, 255, 255, 0.8);
    width: 380px;
    height: 400px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.logo-receita-img {
    width: 100px;
    margin-bottom: 10px;
}

.cardtext1 {
    font-family: raw700;
    font-size: 25px;
}

.cardtext2 {
    margin-top: 10px;
    font-family: raw400;
    font-size: 15px;
}

.strong {
    font-weight: bold !important;
}

.entrar-gov-button {
    margin-top: 30px;
    height: 50px;
    width: 230px;
    border: none;
    background-color: #0c326f;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    font-family: raw700;
    cursor: pointer;
}

.entrar-gov-button:hover {
    background-color: #0854b4;
}