:root {
    font-size: 15px;
    font-family: Montserrat, sans-serif;
}

body {
    background-color: #EBEBEA;
    color: #151E28;
}

h1 {
    font-size: 1.5rem;
    text-align: center;
    margin: 2rem 0;
}

.div_content {
    width: 100%;
    max-width: 50rem;
    position: relative;
    margin: auto;
    text-align: center;
}

.div_content_text {
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
}

.div_content_sent {
    display: none;
    width: 100%;
    text-align: left;
    font-size: 1.2rem;
    font-weight: 500;
}

.div_content_sent_visible {
    display: block !important;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
}

.img_logo {
    width: 25%;
    margin-top: 2rem;
}

input {
    font-size: 1.8rem;
    border: none;
    border-radius: 1rem;
    padding: 1rem;
    margin: 1rem;
    width: 90%;
}

button {
    font-size: 1.8rem;
    font-weight: 500;
    background-color: #072025;
    color: #EBEBEA;
    border: none;
    border-radius: 1rem;
    padding: 0.8rem 1rem;
    margin: 1rem;
    width: 90%;
}
