

/* dlocal integration */


.field {
    margin-bottom: 15px;
    color: #333333;
}

.field.half {
    display: inline-block;
    width: calc(50% - 12px);
    vertical-align: top;
}

.field.half {
    margin-right: 9.5px;
}

.field.half+.half {
    margin-left: 9.5px;
    margin-right: 0px;
}

.dlocal-half {width:calc(50% - 7px);
display:inline-block;
margin-right:10px;}

.dlocal-half + .dlocal-half {
margin-right:0;}

.field label {
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}

.example {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 550px;
    padding-bottom: 20px;
}

.example::after {
    content: "";
    clear: both;
    display: table;
}

.example-1 input {
    font-family: 'Inter UI medium', sans-serif;
    display: block;
    font-size: 16px;
    width: 100%;
    border: none;
    height: 40px;
    padding: 0px 14px;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    border-radius: 4px;
    background: white;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.example-1 input::-moz-placeholder {
    color: #aab7c4;
}

.example-1 input::-webkit-input-placeholder {
    color: #aab7c4;
}

.example-1 button {
    border: none;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    float: right;
    color: #fff;
    background: #32325d;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-decoration: none;
    margin-top: 20px;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    margin-left: 12px;
}

#container {
    height: 40px;
}

.dlocal-style-field {
      background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #eee;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin:5px auto;
    width:100%;
    font-weight:500;
}

.DlocalField {
  background-color: white;
    height: 40px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid #eee;
    box-sizing:border-box;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    margin:5px auto;
}