.sub-form-group label {
    width: 80% !important;
}
.event-full {
    border: 1px solid #0C50A1;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 10px;
}
.event-full p {
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    color: #0C50A1;
}
.registration-section-title {
    padding: 0;
    margin: 25px 20px;
}
.event-detail-right {
    overflow-y: auto;
}
.event-detail-right .login-option {
    line-height: 1.6;
}
@media (max-device-width: 480px) {
    .registration-section-title {
        padding: 0;
        margin: 25px 0 !important;
    }
    .registration-section-title li {
        width: 100%;
    }
}