input {
    padding: 10px 14px 8px;
    border: 2px solid #ebebeb;
    background: #e5e5e5;
    font: 700 13px Arial, "Helvetica Neue",Helvetica,sans-serif;
    color: #727272;
    border-radius: 6px;
    box-sizing: border-box;
    width: 100%;
    list-style: none;
    margin: 0;
    vertical-align: baseline;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    padding: .85em 1em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 0;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    background-image: none;
    background-color: #049de3;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .btn:hover, .btn:focus {
        color: #fff;
    }

.full {
    width: 100%;
}
