body{
    background: url('../images/bg.jpg') no-repeat center / cover;
    position: relative;
}

body::after{
    content: '';
    position: absolute;
    inset: 0;
    background: #268acc;
    opacity: .4;
    z-index: -1;
}

.account-pages{
    padding: 24px 12px;
    width: 100%;
    margin-bottom: 32px;
}

.rounded{
    border-radius: 14px !important;
}

.box-shadow{
    box-shadow: 4px 4px 10px #8686864f;
}

.card.card-rounded{
    border-radius: 14px;
    box-shadow: 4px 4px 10px #8686864f;
}

.card-header{
    border-radius: 14px 14px 0 0;
}

.card-title{
    font-size: 20px;
    margin-bottom: 0;
}

.form-custom{
    margin-bottom: 24px;
}

.form-custom label{
    font-size: 15px;
}

.btn{
    border-radius: 14px;
}

.btn-primary{
    background: #268acc;
    border: 1px solid #268acc;
}

.btn-primary:not(:disabled, .disabled):active,
.btn-primary:focus,
.btn-primary:hover{
    background-color: #196ca3 !important;
    border-color: #196ca3 !important;
    box-shadow: none;
}

.form-custom label i{
    color: #268acc;
}

.form-custom input:not(.input-readonly),
.form-custom select,
.form-custom .select2,
.form-custom textarea{
    font-size: 15px !important;
    border-radius: 14px !important;
}

.select2-container--default .select2-selection--single{
    border-radius: 14px;
}

.select2-container--open .select2-dropdown--below{
    border-radius: 0 0 14px 14px;
}

.input-readonly{
    cursor: not-allowed;
    border-bottom: 1px solid #268acc !important;
    border: none;
    border-radius: 0;
}

.bg-transparent{
    background: transparent;
}

.footer{
    left: 0;
}