 /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
 body{
        font-family: 'Open Sans', sans-serif;
background: #eaeaea;
color: #333
    }

.principal{
    display: block;
    padding: 30px;
    padding-top: 50px;
    border: 1px solid #cacaca;
    max-width: 600px;
    margin: 50px auto;
    background: #fff;
    border-radius: 10px;
    
}  
#logo{
    width: 100%;
    text-align: right;
    /* margin-bottom: 40px; */
}  
.col-6{
    width: 50%;
    display: block;
    margin-bottom: 10px;
    float: left;
}

.col-12{
    width: 100%;
    display: block;

}
strong{
    font-weight: 800;
}
input[type="button"],#link-boleto {
    background: #11c150;
    text-decoration: none;
    color: #fff;
    padding: 16px 14px;
    border: 0px;
    border-radius: 5px;
    margin: auto;
    display: block;
    width: 170px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
}
input[type="text"]{
    border:1px solid #e4e3e3;
    border-radius:5px;
    padding:7px 5px;
}
.info{
font-size: 14px;
    line-height: 23px;
}
.info strong{
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    margin-top: 20px;
    display: block;
    float: left;
    width: 100%
    }
.add-new {
    background: #edfeef;
    padding: 20px 10px;
    display: block;
    margin: 17px 0;
    border-radius: 7px;
    box-sizing: border-box;
}
hr {
    
    border: 0px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 30px;
}
.info-header {
    
    margin-top: -6px;
    line-height: 19px;
 
}
.info-header strong{
    font-size: 12px;
    font-weight: normal;
    color: #969696;
    margin-top: 16px;
}
.info-header span {
    margin-bottom: 8px;
    display: block;
}
div#new-card-data {
    /* border: 1px solid; */
    margin-top: -22px;
    background: #edfeef;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}
div#new-card-data label{
    width:100%;
    display:block
}
div#new-card-data label span{
    width: 151px;
    display: inline-block;
}

#msg-titular,#msg-numero,#msg-validade{
    color: red;
    font-size: 12px;
        width: auto !important;
    margin-bottom: 13px;
}

#boleto{
    margin-top: 100px;
}

#success-boleto,#success-card {
    border: 1px solid #dedede;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    line-height: 21px;
        font-weight: bold;
    color: #48005c;
}
#loading{
        font-weight: bold;
    color: #f21277;
    text-align: center;

}

@media (max-width:768px){
    #logo{
        background:white;
        width:70px;
        float:right;
        height:60px;
        overflow:hidden;
        margin-bottom: 91px;
        margin-top: 13px;
    }
    #logo img{
        width:70px;
    }
    .principal{
        border:0px;
        margin-top: 0px;

    }
    body{
        background: #fff
    }
    .col-m-12{
        width: 100%;
    }
  
}

#error{
    display: block;
    margin: 20px auto;
    border: 1px solid red;
    padding: 10px 10px;
    border-radius: 5px;
    color: red;
    font-size: 13px;
}

#error span{
    font-weight: bold;
}

#error p{
    margin-top: 10px;
    margin-bottom: 20px;
}

#error-warning {
    color: black;
    text-align: center;
    margin-bottom: 0 !important;
}