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

html, body {
    overflow-y: hidden !important;
    font-family: "Josefin Sans", serif;
    background-color: #7c1818 !important;
}   

.container {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
}

.form-space {
    width: 25rem;
    margin: auto;
    padding: 20px 40px;
    background-color: #ffffff;
    box-shadow: #373737 0px 0px 20px 4px;
}

/*  */

.title {
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #333747;
    font-weight: bold;
    font-size: 1.3rem;
}

.font-lib-text {
    font-size: 16px;
    text-align: center;
}

.hr-nb {
    margin: 20px auto 40px;
    width: 70%;
    height: 5px;
    background-color: #970202;
    opacity: 1;
    border: none;
}

.form-label {
    color: #1f2937;
    font-size: 1.125rem;

}

.form-control {
    font-weight: 500 !important;
    border-radius: none !important;
    transition: all 1s;
}

.form-control:focus {
    color: #000000 !important;
    background-color: #f4f4f4 !important;
    border-color: #000000 !important;
    border-radius: 0px !important;
    outline: 0 !important;
    box-shadow: #6e6e6e 0px 0px 10px 0px !important;
}

input::placeholder {
    color: #fdfdfdaf;    
    font-weight: 500;
  }

.input-group-icon {
    display: flex;
    align-items: center;
    padding: .7rem 0.75rem;
    background-color: #e8e8e8;
    border: var(--bs-border-width) solid #dcdcdc;
}


.pd-1 {
    display: flex;
    justify-content: center;
    margin: 40px 0px;
}

.pd-1 button {
    width: 100%;
    background-color: #1f2937;
    border-color: #151b24;
}

.pd-1 button:hover {
    background-color: #304055;
    border-color: #000000;
}

.div-erro ul {
    margin: 0 !important;
    padding: 0 !important;
}

.div-erro {
    background-color: #ab2626;
    border-radius: 5px;
}

.error {
    padding: 10px 20px;
    gap: 10px;
    list-style: none;
    color: #ffffff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
