@import "rows-and-cols.css";

.fgeck-required:after {
    content: " *";
    font-size: 20px;
    margin-left: 5px;
    color: #ff5722;
}

.fgeck-checkout-form, .fgeck-already-account-box {
    padding: 20px;
}

.fgeck-already-account-box h6 a:hover, .fgeck-checkout-form h6 a:hover {
    text-decoration: underline;
}

.fgeck-already-account-box {
    /*background-color: #F1F1F1;*/
    /*padding: 20px 10px 15px;*/
    /*text-align: center;*/
}

/*.fgeck-already-account-box a:hover{
    text-decoration: underline;
    color: #415b76;
}*/

.fgeck-checkout-form {
    /*padding: 20px;*/
    /*border: 3px solid #4caf50;*/
    /*background-color: #F1F1F1;*/
}

/*.fgeck-checkout-form label {
    color: #616161;
}

.fgeck-checkout-form h6 {
    margin: 0;
    margin-bottom: 40px !important;
}

input[type=text].fgeck-input, input[type=password].fgeck-input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px 0;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    transition: all 0.3s
}


.fgeck-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border:none;
    border-radius: 5px;
    font-size: 1em;
    width: 100%
}

.fgeck-select select {
    width: 100%;
    border: 1px solid black;
    padding: .75em 1em .5em 1em;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
    background: white url(dropdown-arrow.png) no-repeat right;

}

.fgeck-select select:hover {
    cursor: pointer;
}

.fgeck-select select::-ms-expand {
    display:none;
}


.lt-ie10 .fgeck-select select {
    background-image: none;
}

.fgeck-select select {
    border: 1px solid black;
    padding:.75em 1em .5em 1em;
    background-color:transparent;
    color: black;
}

.fgeck-select option {
    background:transparent;
    padding:.3em 1em .3em 1em;
}*/

.StripeElement {
    background-color: white;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.red-text{
    color: #e74c3c;
}

