body{
    content: "";
    /*position: fixed;*/
    left: 0;
    right: 0;
    top: -100px;
    bottom: -100px;
    background: url(/img/contact-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
}
input, select {
    border-color: #df3b8b !important;
}
.box-sc{
    background: #ffffff;
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
    border-radius: 30px;
    border-color: #5a6268;
}
.flextop {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    align-content: center;
    margin-bottom:10px;
}
.flexcenter {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row nowrap;
    align-content: center;
    background: rgb(220, 220, 221);
    border-style:none;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    border-radius:0px;
    width:100%;
    height:auto;
    position:relative;
}
.boxtext{
    font-size: 16px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.btn-kokoro{
    /*background-color: #58be02;*/
    background-color: #38CCC5;
    color: #fff;
    font-weight: bold;
}
.btn-kokoro:hover{
    background-color: #4676C7;
    color: #fff;
    font-weight: bold;
}
.text_blue{
    color: #00f;
}
.text_red{
    color: #eb5757;
}
.text_kokoro{
    color: #38CCC5;
}
.text_kokoro2{
    color: #4676C7;
}
.btn-acessar{
    background-color: rgba(141,141,141,1);
    color: #fff;
}
.maiusculo1{
    text-transform:uppercase;
}
#tel{
    input ::placeholder { text-align : center; }
}
