/*input, select, textarea {*/
/*    outline: none;*/
/*    appearance: unset !important;*/
/*    -moz-appearance: unset !important;*/
/*    -webkit-appearance: unset !important;*/
/*    -o-appearance: unset !important;*/
/*    -ms-appearance: unset !important;*/
/*}*/

/*input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {*/
/*    appearance: none !important;*/
/*    -moz-appearance: none !important;*/
/*    -webkit-appearance: none !important;*/
/*    -o-appearance: none !important;*/
/*    -ms-appearance: none !important;*/
/*    margin: 0;*/
/*}*/

/*input:focus, select:focus, textarea:focus {*/
/*    outline: none;*/
/*    box-shadow: none !important;*/
/*    -moz-box-shadow: none !important;*/
/*    -webkit-box-shadow: none !important;*/
/*    -o-box-shadow: none !important;*/
/*    -ms-box-shadow: none !important;*/
/*}*/


/*input:-webkit-autofill {*/
/*    box-shadow: 0 0 0 30px white inset;*/
/*    -moz-box-shadow: 0 0 0 30px white inset;*/
/*    -webkit-box-shadow: 0 0 0 30px white inset;*/
/*    -o-box-shadow: 0 0 0 30px white inset;*/
/*    -ms-box-shadow: 0 0 0 30px white inset;*/
/*}*/


/*input, select {*/
/*    width: 100%;*/
/*    display: block;*/
/*    border: 2px solid white;*/
/*    background-color: rgba(49, 182, 153, 0.3);*/
/*    height: 50px;*/
/*    border-radius: 17px;*/
/*    padding: 5px 0;*/
/*    padding-left: 25px;*/
/*    margin-bottom: 10px;*/
/*    font-family: 'Montserrat', sans-serif !important;*/
/*    font-size: 15px;*/
/*}*/

/*input:focus, select:focus {*/
/*    color: #222;*/
/*    border: 2px solid rgba(49, 182, 153, 0.3);*/
/*}*/

/*.btn-form {*/
/*    background-color: #686076;*/
/*    color:white;*/
/*    font-family: 'Montserrat', sans-serif;*/
/*    font-weight: 900;*/
/*    font-size: 14px;*/
/*    border-radius: 16px;*/
/*}*/

/*input.form-invalid {*/
/*    border: 2px solid rgba(255, 0, 0, 0.5);*/
/*}*/

/*.form-filled {*/
/*    background-color: rgba(49, 182, 153, 1) !important;*/
/*}*/

/*form h2 {*/
/*    font-family: 'Montserrat', sans-serif !important;*/
/*    font-size: 25px;*/
/*}*/

/*div.image-input {*/
/*    padding-left: 25px;*/
/*    border: 2px solid white;*/
/*    background-color: rgba(49, 182, 153, 0.3);*/
/*    height: 50px;*/
/*    border-radius: 17px;*/
/*    margin-bottom: 25px;*/
/*}*/

/*.attach-btn {*/
/*    background-color: transparent;*/
/*    border: 0px;*/
/*    height: 50px;*/
/*}*/

/*.image-label {*/
/*    font-family: 'Montserrat', sans-serif !important;*/
/*    font-size: 15px;*/
/*    padding-top: 10px;*/
/*}*/

/*input:-webkit-autofill,*/
/*input:-webkit-autofill:hover,*/
/*input:-webkit-autofill:focus,*/
/*input:-webkit-autofill:active  {*/
/*    -webkit-box-shadow: 0 0 0 30px rgba(49, 182, 153, 1) inset !important;*/
/*}*/

/*.btn-form-action {*/
/*    background-color: rgba(49, 182, 153, 1) !important;*/
/*    border-radius: 17px;*/
/*    color: white;*/
/*    font-family: 'Montserrat', sans-serif !important;*/
/*    font-size: 16px;*/
/*}*/

