.reset-page-wrapper .form-control,
.register-page-form .form-control {
    margin-bottom: 0px;
}

.register-page-form .form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.error {
    color: red;
    font-size: 12px;
}

.iti__flag-container {
    height: 40px;
}

.contact-form .error {
    width: 100% !important;
    text-align: left !important;
    order: 99 !important;
}

.ul-square {
    list-style-type: square;
}