.form-input {
    padding: 19px;
    font-size: 16px;
    outline: none;
    border-radius: 5px;
    border: solid 1px #dddddd;
    background-color: #fff;
    margin-bottom: 10px;
}

.form-input.form-input--all-width {
    width: 100%;
}

.form-input.error {
    border: solid 2px #ea565c;
}

label.error {
    margin-bottom: 10px;
    display: block;
}

.btn {
    text-align: center !important;
    text-decoration: none !important;
    padding: 15px 20px !important;
    border-radius: 5px !important;
    outline: none !important;
    border: none !important;
    font-size: 16px !important;
    font-weight: bold !important;
    width: 100%;
    cursor: pointer !important;
    display: block;
}

.underlined-form-input::placeholder {
    text-transform: uppercase;
}

.underlind-form-group {
    margin-bottom: 50px;
    position: relative;
}

.underlind-form-group .intl-tel-input {
    display: block;
}

.underlind-form-group .intl-tel-input .flag-container {
    top: -10px;
}

.underlind-form-group #phone_number-error {
    display: none !important;
}

.underlined-form-input {
    width: 100%;
    font-size: 13px;
    outline: none;
    border: none;
    border-radius: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    background: transparent;
}

.underlined-form-input::placeholder {
    opacity: 0.3;
}

.underlined-form-input.error {
    border-color: #ea565c;
}

.underlined-form-input.error+label {
    position: absolute;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    text-align: left;
    color: #ea565c;
    left: 0;
    top: 100%;
}

/* Change the white to any color */
.underlined-form-input:-webkit-autofill,
.underlined-form-input:-webkit-autofill:hover,
.underlined-form-input:-webkit-autofill:focus,
.underlined-form-input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
