.form-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    width: 158px;
    height: 158px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1000px;
    background-color: #7a73c4;
}


input,
input:active {
    height: 55px !important;
    margin-bottom: 0px;
    padding-right: 24px !important;
    padding-left: 24px !important;
    border-style: solid;
    border-width: 1px !important;
    border-color: #282454 !important;
    border-radius: 100px !important;
    background: #131128 !important;
    -webkit-transition: border-color 350ms ease, color 350ms ease;
    transition: border-color 350ms ease, color 350ms ease !important;
    color: #fff !important;
    font-size: 18px;
    line-height: 1.333em;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #131128 inset !important;
    -webkit-text-fill-color: #fff !important;
    border: 1px solid #282454 !important;
}

input:hover {
    border-color: #53516c;
}

@media only screen and (max-width:786px) {
    .page-heading {
        text-align: center;
    }
}
