﻿input.button2_midle {
    display: inline-block;
    text-shadow: 1px 1px #fff;
    font-size: larger;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    padding: .1em;
    border: 1px solid #800000;
    border-radius: 5px;
    outline: none;
    background: #e9e3e3;
    background-size: 1px 100%, 1px 100%, auto auto;
    overflow: hidden;
}

    input.button2_midle:after {
        content: "\bb";
        position: relative;
        bottom: 0;
        display: inline-block;
        margin-left: 1.4em;
        vertical-align: middle;
        font-family: "Times","Times New Roman","serif","sans-serif","EmojiSymbols";
        font-weight: 700;
        font-size: 140%;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    input.button2_midle:hover {
        background-color: #4cff00;
    }

input:hover {
    background-color: #4cff00;
}
