:root {
    font-size: 16px;
    --primary-color: #A80213;
    --primary-ascent-color: #1B458E;
    --text-color: #fff;
}

body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    overflow: hidden;
}

#root {
    width: 100%;
    height: 100%;
}

.main-section img {
    max-width: 100%;
}

.rounded-box {
    border-radius: 20px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(50, 17, 168, 0.13);
    padding: 20px;
}

h1 {
    font-size: 1.8rem;
}

h1,
h2 {
    font-weight: 700;
}

h2 {
    font-size: 1.6rem;
}

.auth-page {
    /* display: flex;
    justify-content: center;
    align-items: center; */
    /* width: 100%; */
    height: 100%;
    overflow: hidden ;
    background: url(/furniture/images/login/background.png) no-repeat;
    background-size: cover; 
    background-position: center;
}

.auth-page .form-body {
    background: url(/furniture/images/login/Fundo_Caminho.png) no-repeat;
    background-size: contain;
    justify-content: center;
    background-position: center;
}

.auth-form {
    position: relative;
    /* top: 30%; */
    height: 100%;


}

.form-body {
    width: 400px;
    background-color: #fff;
    padding: 20px;
}

.logotipo {
    width: 315px;
}

.form-body>.input-group>.form-control,
.form-body>.input-group>.input-group-text {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #111;
}

.form-body>.form-options {
    font-size: 0.9rem;
    font-weight: 400;
}

.form-body>.form-options>.reset-password>a {
    text-decoration: none;
    color: #fff;
    color: var(--text-color);
}

.form-body>.btn-primary {
    width: 100%;
    display: block;
    border-radius: 0;
    font-weight: 600;
    padding: 12px 0;
    color: #fff;
}

.btn-reset-password {
    color: #fff;
    background-color: #f9fafb;
    border-color: #f9fafb;

    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-acessar {
    background-color: var(--primary-color) !important;
    border: none !important;
}


.reset-password span,
.reset-password span button {
    color: #fff;
    font-size: small;
}

.papiro-thin {
    background-image: url(../../furniture/images/papiro_thin.png);
    background-repeat: round;
    background-size: cover;
}

.papiro-medium {
    background-image: url(../../furniture/images/papiro_medium.png);
    background-repeat: round;
    background-size: cover;
    min-height: 600px;
}

.papiro-large {
    background-image: url(../../furniture/images/papiro_large.png);
    background-repeat: round;
    background-size: cover;
}
