.authentication-wrapper.authentication-2 .authentication-inner {
    max-width: 450px;
}

form.ng-submitted .custom-control.custom-checkbox .ng-invalid + .custom-control-label{
     color: #AF2F23;
}

form.ng-submitted .custom-control.custom-checkbox .ng-invalid + .custom-control-label::before{
    border-color: #AF2F23;
}

.btn-black {
    border-color: transparent;
    background: #000000;
    color: #fff;
}

.btn-black:hover {
    color: #fff;
}