/* -------------------------------------- HIDDEN FIELDS - Begin ---------------------------------------------- */
.form-control-feedback,
.registration-complete,
#member-registration fieldset:nth-child(2) legend,
#member-registration fieldset:nth-child(2) > div:not(:last-child),
#member-registration fieldset:nth-child(2) > div:last-child .form-check:last-child {
    display: none !important;
}

/* -------------------------------------- HIDDEN FIELDS - End -------------------------------------- */

/* GENERAL STYLES - BEGIN  */
.com-users-login input:focus {
    border: 1px solid black !important;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

#eb-registration-page-form button .com-users-login__register {
    color: #fff;
    background-color: transparent;
    padding: 0;
}

.list-group-item {
    border: none !important;
}

.com-users-login__reset,
.com-users-login__remind {
    color: #903;
}

.com-users-login__options button {
    width: 19%;
    margin-top: 30px;
}

.com-users-login__options .com-users-login__register {
    background-color: transparent;
    color: #fff;
    padding: 0;
}

.com-users-reset-complete .text-center,
#member-registration .text-center {
    text-align: left !important;
}

/* Event details - begin  (Button) */
#eb-event-details .text-info,
#eb-category-page-table .text-info {
    width: 19%;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    border-radius: 500px;
    background-color: #903;
    color: #fff!important;
}
#eb-category-page-table .text-info {
    width: 70%;
}
#eb-event-details .text-info:hover,
#eb-category-page-table .text-info:hover {
    background-color: #602;
}

#eb-event-details .text-info a,
#eb-category-page-table .text-info a {
    color: #fff!important;
}
/* Event details - end */

/* GENERAL STYLES - END  */

@media (max-width: 1272px) {
    #member-registration .input-group,
    .com-users-login .input-group {
        width: 100% !important;
    }
    .com-users-login__options button {
        width: 28%;
    }
    #eb-event-details .text-info {
        width: 60%;
    }
}

@media (min-width: 1273px) {

    /* LOGIN - BEGIN  */
    .com-users-login .page-header {
        width: 60%;
        margin-bottom: 40px;
    }

    .com-users-login .com-users-login__input {
        display: flex;
    }

    .password-group .input-group {
        display: inline;
    }

    .password-group .input-group #password {
        width: 259px;
    }

    .password-group .input-password-toggle {
        margin-left: -5px !important;
        border-radius: 0 !important;
    }

		.com-users-login .control-label {
				flex: 0 1 132px;
		}

		.com-users-login .control {
				flex: 1 0 auto;
		}

    .com-users-login #username-lbl,
    .com-users-login #password-lbl {
        font-weight: 700;
        color: #000;
    }

    .com-users-login input,
    .com-users-login .input-password-toggle {
        border: 1px solid black !important;
    }

    .com-users-login .star {
        color: red;
        padding-right: 10px;
    }

    #username {
        width: 340px;
    }

    #eb-registration-page-form button {
        width: 17%;
        margin-top: 30px;
    }

		.com-users-login .list-group-item {
				padding-left: 0;
		}


		.com-users-login__options button {
				line-height: inherit;
		}

    /* LOGIN - END  */
    /* Password reset - begin  */
    #user-registration legend {
        width: 75%;
        font-size: 18px !important;
    }

    #user-registration #jform_email {
        width: 360px !important;
    }

    /* Password reset - end  */
    /* Reset code page -begin  */
    .com-users-reset-confirm legend {
        width: 75%;
        font-size: 18px !important;
    }

    .com-users-reset-complete legend {
        width: 75%;
        font-size: 18px !important;
    }


    .com-users-reset-complete input {
        width: 260px !important;
    }

    .com-users-reset-complete .password-group .input-group {
        display: block;
    }

    .com-users-reset-complete .text-center {
        text-align: left !important;
    }

    .com-users-reset-confirm .controls {
        width: 360px;
    }

    /* Reset code page -end  */
    /* Registration - begin */
    #jform_spacer-lbl {
        display: none;
    }

    #member-registration .input-group {
        display: block;
    }

    #member-registration input[type=text],
    #member-registration input[type=password],
    #member-registration input[type=email] {
        width: 360px;
    }
}
@media (max-width: 390px) {
    .com-users-login__options button {
        width: 55%;
    }
}
