body {
    /*background-image: url('../img/procing-cards-bg.png');*/
    background: url('../img/procing-cards-bg.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.main-color {
    color: #1485d5;
}

.main-bg-color, .main-bg-color:focus {
    background-color: #1485d5;
}

.btn:hover {
    background-color: #248eda;
}

.btn:disabled, .btn[disabled] {
    background-color: #1485d5 !important;

}

.form-control.error, .form-select.error {
    border: 1px solid red;
}

.form-control.success, .form-select.success {
    border: 1px solid green;
}

#fullName, #country, #company, #companyNumber, #region, #email, #address, #cc, #userMonth, #userYear, #cvv {
    position: relative;
}

.fa-regular{
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 1.5rem;
}

.fa-regular.fa-circle-check {
    color: green;
}

.fa-circle-xmark, .help-block { 
    color: red;
}

.w-48 {
    width: 48%;
}

.add-more {
    width: 14px;
    height: 12px;
  }