
.register-title::after {
    content: '';
    display: block;
    position: absolute;
    width: 5%;
    height: 5px;
    background-color: #921a1d;
}


.btn-primary {
    color: #fff;
    background-color: #921A1D;
    border-color: #921A1D;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(105, 108, 255, 0.4);
    padding: 15px 20px;
}

.btn-register:hover {
    background-color: #921A1D;
}

.form-label2 {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: inherit;
    font-size: 14px;
    font-weight: 700;
    margin: 2px;
}

.container-r {
    position: relative;
    width: 1370px !important;
    margin: 0 auto;
    padding: 0;
}

.register-form {
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: -50px;
    position: relative;
    vertical-align: middle;
    align-items: center;
    display: flex;
}


.register-form h2 {
    margin: 0;
    font-size: 60px;
    text-align: center;
    color: white;
    width: 100%;
    background: linear-gradient(4deg, #0000008a, #0000001a);
    padding: 20px;
}

.label {
    padding: 5px;
    border-radius: 3px;
    color: white;
}

.label-success {
    background-color: #22a322;
}

.label-danger {
    background-color: #921A1D;
}
