﻿
h4 {
     color: #777;

}

.img_Financial {
    padding-top: 20px;
    width: 15%;
}

.input-field {
    max-width: 380px;
    width: 80%;
    background-color: #f0f0f0;
    margin: 10px 0;
    height: 45px;
    border-radius: 55px;
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 0 1.4rem;
    position: relative;
    border: none;
}

    .input-field input {
        background: none;
        outline: none;
        border: none;
        line-height: 1;
        font-weight: 600;
        font-size: 1.8rem;
        color: #333;
    }

.centraliza {
    text-align: center;
}

.fonte {
    font-size: .8rem;
    height: 10px;
    display: none;
    color: red; 
    width:405px;

}

.box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;

}

.boxmsg {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    height: 50px;
}

.btn2 {
    width: 150px;
    background-color: #f58220;
    border: none;
    outline: none;
    height: 49px;
    border-radius: 49px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
    cursor: pointer;
    transition: 0.5s;
}

.CentralizaDiv {
    width: 800px;
    font-size: .8rem;
}

.sublogo {
    color: #bbb;
    margin-top: 7px;
    font-size: 0.8rem;
}

form {
    border-top: 20px solid #771d1a;
}

.literal{
    color:red;
}

.corCinza{
    color:#777;
}


@media (max-width: 600px) {
    .CentralizaDiv {
        width: 400px;
    }

    .img_Financial {
        width: 30%;
    }

    .sublogo {
        font-size: 0.6rem;
    }

    form {
        border-top: 10px solid #771d1a;
    }
}
