.requiredField{
    color: red;
    font-weight: bold;
}

#Form_RegistrationForm_FieldSet{
    margin-bottom: 2rem;
}

input[type=password]{
    width: 100%;
}

.checkbox-inline{
    font-weight: bold;
    padding-left: 0;
}

.registration-cbx{
    display: inline!important;
    margin-left: 6px!important;
    position: relative!important;
}

.registration-dropdown{
    border: 1px solid;
    border-radius: 0;
}

#changePasswordBlock{
    border: 1px dashed #000;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.btn-outline-danger{
    background-color: transparent!important;
    border: 1px solid #F00;
    border-radius: 0;
    color: #F00!important;
}

#Form_RegistrationForm #Form_RegistrationForm_ReasonsForDeleting {
    list-style: none;
}

#Form_RegistrationForm #Form_RegistrationForm_ReasonsForDeleting li {
    margin-left: 10px;
}

.delete-profile,
.hide-reasons-for-leaving {
    cursor: pointer;
}

.delete-profile:hover,
.hide-reasons-for-leaving:hover {
    text-decoration: underline;
}

.delete-profile {
    color: red;
}

