.alert-success, .alert-danger {
	display: none;
}

.disabled-div {
    pointer-events: none;
    opacity: 0.4;
}

.form-group input[type="tel"]{
	border: 0;
    border-bottom: 2px solid #e0e0e0;
    width: 100%;
    display: inline-block;
    padding-bottom: 5px;
}

.form-group input.error[type="tel"] {
	border-bottom: 2px solid #d50000;
}