.bg-gradient-primary {
    background-color: #2198C9;
    background-image: linear-gradient(180deg, #2198C9 10%, #2198C9 100%);
}

.btn-primary {
    color: #fff;
    background-color: #FF8902;
    border-color: #FF8902;
    border-radius: 10px;
    /* font-family: 'Roboto',sans-serif; */
}

.btn-primary:hover {
    color: #FF8902;
    background-color: #fff;
    border: 1px solid #FF8902;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #FF8902;
    border-color: #FF8902;
    box-shadow: 0 0 0 0.2rem rgba(255, 105, 0, 0.2);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #FF8902;
    border-color: #FF8902;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #FF8902;
    border-color: #FF8902;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 105, 0, 0.2);
}




.card {
    width: 100%;
}

.card-body {
    width: 100%;
}

.text-center h1 {
    font-weight: 700;
}

.form-control {
    font-size: 16px;
    padding: 0.5rem 1rem;
    border: 1px solid #2198C9;
}

form.user .form-control-user {
    border-radius: 10px;
}

form.user .btn-user {
    font-size: 16px;
    border-radius: 10px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 4px;
}




.card {
    position: relative;
    z-index: 1;
    margin-top: 100px !important;
}


.bg-gradient-primary .image {
    width: 100px;
    margin: 0 auto;
    padding-top: 50px;
}

.bg-gradient-primary .image-container {
    width: 100%;
    height: fit-content;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;

}

.bg-gradient-primary .image-container .image-box {
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* box-shadow: 0px 2px 10px 1px rgb(33, 152, 201, 0.3); */
    padding: 20px;
}

.bg-gradient-primary img {
    display: block;
    width: 100%;
}


.p-5 {
    padding-top: 60px !important;
}

.field-icon {
    float: right;
    margin-right: 15px;
    margin-top: -34px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.custom-control-label {
    cursor: pointer;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}