﻿.vgs-collect-container__focused {
    border-color: #145FF5;
    box-shadow: 0px 0px 6px rgb(87 158 255 / 40%);
}

.vgs-collect-container__invalid.vgs-collect-container__dirty:not(.vgs-collect-container__focused) {
    border-color: #FF0000;
    box-shadow: 0px 0px 6px rgb(255 0 0 / 40%);
}

.vgsform-field {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0 10px 0 10px;
    font-size: 1rem;
    line-height: 1.5;
    color: #707070;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: relative;
}

    .vgsform-field[id*="card-number"], textarea:focus {
        font-family: 'Droid Sans', sans-serif;
        line-height: 28px;
        height: 28px;
        font-size: 12px;
        color: #707070;
        background-color: #f4f4f4;
        padding: 0 10px;
        margin: 0 0 10px 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: inset 1px 2px 8px rgb(228,228,228);
        -moz-box-shadow: inset 1px 2px 8px rgb(228,228,228);
        box-shadow: inset 1px 2px 8px rgb(228,228,228);
        width: 90% !important;
    }

    .vgsform-field[id*="security-code"], textarea {
        font-family: 'Droid Sans', sans-serif;
        line-height: 28px;
        height: 28px;
        font-size: 12px;
        color: #707070;
        background-color: #f4f4f4;
        padding: 0 5px;
        margin: 0 0 10px 0;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: inset 1px 2px 8px rgb(228,228,228);
        -moz-box-shadow: inset 1px 2px 8px rgb(228,228,228);
        box-shadow: inset 1px 2px 8px rgb(228,228,228);
        width: 60% !important;
    }

    .vgsform-field iframe {
        border: 0 none transparent;
        height: 100%;
        vertical-align: middle;
        width: 100%;
    }

.vgsform-field-invalid {
    border-color: rgb(201, 31, 36);
}
