#eway-payment-logo{
    background: #464646;
    padding-top: 5px;
}

#eway-page {
    z-index: 100001;
    width: 70%;
    min-width: 300px;
    height: 100%;
    min-height: 100%;
    background: 0 0 #ffffff;
    border-radius: 8px;
    border: 1px solid #dedede;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#eway-page>h1 {
    margin: 0 !important;
    padding: 20px !important;
    text-align: center;
    background: #EEF2F4;
    color: #5D6F78;
    font-size: 24px !important;
    font-weight: 300;
    border-bottom: 1px solid #DEDEDE;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.eway-payment-form, .eway-result {
    margin: 0 25px 25px;
}
#eway-page p {
    margin: 5px 25px;
}
.eway-payment-form label {
    color: #46545C;
    margin-bottom: 2px;
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
}

.eway-form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    padding-left: 15px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.eway-cardexpiryyear, .eway-cardexpirymonth {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.eway-cardexpiryyear, .eway-cardexpirymonth {
    width: 50%;
    float: left;
}

.eway-form-group {
    margin-bottom: 15px;
}

.eway-payment-form-content input {
    box-shadow: none!important;
}
.clear {clear:both;}

.eway-button {
    outline: 0!important;
    height: 42px;
    font-size: 16px;
    background-color: #FFAF00;
    border: none;
    display: block;
    width: 100%;
    color: #fff;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.eway-cardissuenumber-group, .eway-cardexpiry-group {
    float: left;
    width: 45%;
}
.eway-cardcvn-group, .eway-cardstart-group {
    float: right;
    width: 50%;
}
.cc-cvn, .cc-cvc{
    width: 50%;
}
.eway-cards span {
    margin-right: 3px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #e7eaed;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #e7eaed;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #e7eaed;
}
:-moz-placeholder { /* Firefox 18- */
    color: #e7eaed;
}
.eway-error .eway-control-label, .eway-error .eway-display-label{
    color: #a94442;
}
.eway-error .eway-form-control, .eway-error .eway-display-input{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.eway-error input {
    border-width: 2px;
}
.eway-delete-card,.eway-edit-card, .eway-update-card{
    cursor:pointer;
}

#eway-page input[readonly] {
    cursor: not-allowed;
    background-color: #eee;
}