.text-justify p {
    text-align: justify;
}

.pi-icon-blue {
    color: #7485b3 !important;
}

.pi-icon-blue:hover {
    color: #503594 !important;
}

.pi-section-custom-green {
    background: url('/images/green_background.png') repeat;
}

.pi-section-custom-green ul li {
    color: #74c3bf !important;
}

.pi-section-custom-green strong {
    color: #cae9ea !important;
}

.pi-section-custom-green a {
    color: #37d9bc !important;
}
.pi-section-custom-green a:hover {
    color: #37d9bc;
    text-decoration: underline;
}

.form-custom-green input {
    background: rgba(76,189,192,.5) !important;
    border: none;
}
.form-custom-green textarea {
    background: rgba(76,189,192,.5) !important;
    border: none;
}
.form-custom-green input {
    color: #ffffff !important;
}
.form-custom-green input::placeholder {
    color: #97e6e8 !important;
}
.form-custom-green textarea {
    color: #ffffff !important;
}
.form-custom-green textarea::placeholder {
    color: #97e6e8 !important;
}
.form-custom-green .pi-input-icon i {
    color: #97e6e8 !important;
}

.pi-btn-custom-purple {
    background: #502c86 !important;
    color: #c2d3dc !important;
    border: 1px solid #502c86 !important;
}

.btn {
    border: none !important;
    box-shadow: none !important;
}

.btn:hover {
    background: #1b2c5a !important;
}