.form-container {
    margin: 80px auto;
    width: 500px;
}

.form-group {
    margin-bottom: 10px;
}

.btn {
    background: #1c94ff;
    padding: 4px 8px;
    border: none;
    box-shadow: 2px 1px 1px #d3d3d3;
    color: #fff;
    outline: none;
    font-size: 17px;
    cursor: pointer;
    width: 100%
}

label {
    display: block;
    margin-bottom: 2px;
}

.isValid .form-control {
    border-bottom: 2px solid #168b3f;
}

.notValid .form-control {
    border-bottom: 2px solid #dc1d34;
}
.isValid::after{

}
.isValid{
  border-color: green;
}
.notValid{
  border-color: #dc1d34 !important;
}
.holderCompleteData .error-validate {
    color: #dc1d34;
    font-size: 12px;
}
.inline-label label{
    display: inline;
}

.holderCompleteData .pristine-error {
  position: absolute;
  right: 5px;
}

.rowUploadDoc .pristine-error{
  display: block;
  position: unset;
  text-align: left;
}

.rowTerms .pristine-error{
  position: inherit;
}
#dateNoiFacturareComanda .pristine-error{
  left: 0px;
  text-align: left;
}
