body{
    content: "";
    /*position: fixed;*/
    left: 0;
    right: 0;
    top: -100px;
    bottom: -100px;
    background: url(https://s3.amazonaws.com/zed-cdn/landings/sc_voucher/background.png);
    background-size: cover;
    background-attachment: fixed;
    z-index: 0;
    background-color: #111560;
}
input{
    border-color: #070B44 !important;
}
.box-sc{
    background: #ffffff;
    padding-top:20px;
    padding-left:20px;
    padding-right:20px;
    border-radius: 10px;
    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;
}
.boxtext2{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.btn-ricardo{
    /*background-color: #58be02;*/
    background-color: #eb5757;
    color: #fff;
}
.btn-sc {
    width: 300px;
    white-space: normal;
    padding: 10px;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .01em;
}
.btn-sc:hover {
    color: #fff;
}
.btn-sc-red{
    color: #fff;
    background-color: #db3b51;
    /*#eb5757*/
}
.btn-sc-blue{
    color: #fff;
    background-color: #1976d2;/*#eb5757*/
}
.text_blue{
    color: #00f;
}
.text_blue_sc{
    color: #1976d2;
}
.text_red{
    color: #db3b51;/*#eb5757*/
}
.text_red_sc{
    color: #db3b51;
}
.gray_box_sc{
    background-color: #ededed;
}
.btn-acessar{
    background-color: rgba(141,141,141,1);
    color: #fff;
}
.maiusculo1{
    text-transform:uppercase;
}