﻿
/*Start Custom input Image*/
.as-form-input input {
    display: none;
}

.as-form-input label {
    display: block;
    line-height: 35px;
    text-align: center;
    background: #1172c2;
    color: #fff;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    text-transform: Uppercase;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.as-form-input img {
    width: 100%;
    display: none;
    margin-bottom: 20px;
}

.g-height-100 {
    height: 100px !important;
}

.g-width-100 {
    width: 100px !important;
}
/*End Custom input Image*/
