.myButton {
    -moz-box-shadow: 0px 1px 0px 0px #fff6af;
    -webkit-box-shadow: 0px 1px 0px 0px #fff6af;
    box-shadow: 0px 1px 0px 0px #fff6af;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.05, #837289),
        color-stop(1, #5e5860)
    );
    background: -moz-linear-gradient(top, #837289 5%, #5e5860 100%);
    background: -webkit-linear-gradient(top, #837289 5%, #5e5860 100%);
    background: -o-linear-gradient(top, #837289 5%, #5e5860 100%);
    background: -ms-linear-gradient(top, #837289 5%, #5e5860 100%);
    background: linear-gradient(to bottom, #837289 5%, #5e5860 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#837289', endColorstr='#5E5860',GradientType=0);
    background-color: #837289;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #837289;
    display: inline-block;
    cursor: pointer;
    color: white;
    font-family: Arial;
    font-size: 15px;
    padding: 5px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #837289;
    box-shadow: none;
    outline: none;
}

.myButton:hover {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0.05, #5e5860),
        color-stop(1, #837289)
    );
    background: -moz-linear-gradient(top, #5e5860 5%, #837289 100%);
    background: -webkit-linear-gradient(top, #5e5860 5%, #837289 100%);
    background: -o-linear-gradient(top, #5e5860 5%, #837289 100%);
    background: -ms-linear-gradient(top, #5e5860 5%, #837289 100%);
    background: linear-gradient(to bottom, #5e5860 5%, #837289 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5E5860', endColorstr='#837289',GradientType=0);
    background-color: #5e5860;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.myButton:disabled {
    background: #5e5860;
    opacity: 0.6;
}

.steam-link {
    width: 378px;
    margin: 10px 0;
    display: inline-block;
    border-radius: 2px;
    border: none;
    padding: 1px;
    cursor: pointer;
    text-decoration: none !important;
    color: #a4d7f5 !important;
    background: rgba(47, 137, 188, 1);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(5%, rgba(47, 137, 188, 1)),
        color-stop(95%, rgba(23, 67, 92, 1))
    );
    background: -moz-linear-gradient(
        top,
        rgba(47, 137, 188, 1) 5%,
        rgba(23, 67, 92, 1) 95%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(47, 137, 188, 1) 5%,
        rgba(23, 67, 92, 1) 95%
    );
    background: -o-linear-gradient(
        top,
        rgba(47, 137, 188, 1) 5%,
        rgba(23, 67, 92, 1) 95%
    );
    background: -ms-linear-gradient(
        top,
        rgba(47, 137, 188, 1) 5%,
        rgba(23, 67, 92, 1) 95%
    );
    background: linear-gradient(
        to bottom,
        rgba(47, 137, 188, 1) 5%,
        rgba(23, 67, 92, 1) 95%
    );
    margin-top: 0;
}

.steam-link a {
    border-radius: 2px;
    display: block;
    padding: 0 15px;
    font-size: 20px;
    line-height: 70px;
    color: white;
    text-decoration: none;
    background-image: url("/4th/resources/images/steam.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 110px;
    text-align: right;
}

.steam-link:hover {
    background: rgba(102, 192, 244, 1);
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(5%, rgba(102, 192, 244, 1)),
        color-stop(95%, rgba(47, 137, 188, 1))
    );
    background: -moz-linear-gradient(
        top,
        rgba(102, 192, 244, 1) 5%,
        rgba(47, 137, 188, 1) 95%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(102, 192, 244, 1) 5%,
        rgba(47, 137, 188, 1) 95%
    );
    background: -o-linear-gradient(
        top,
        rgba(102, 192, 244, 1) 5%,
        rgba(47, 137, 188, 1) 95%
    );
    background: -ms-linear-gradient(
        top,
        rgba(102, 192, 244, 1) 5%,
        rgba(47, 137, 188, 1) 95%
    );
    background: linear-gradient(
        to bottom,
        rgba(102, 192, 244, 1) 5%,
        rgba(47, 137, 188, 1) 95%
    );
}

.wg-btn {
    width: 129px;
    height: 28px;
    line-height: 28px;
    text-align: center !important;
    display: inline-block;
    font-family: "Arial", "Helvetica CY", "Helvetica", sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.login-btn {
    background: url("/images/btn.png") no-repeat transparent;
}

.logout-btn {
    background: url("/images/btn4.png") no-repeat transparent;
}

.login-btn:hover {
    background: url("/images/btn2.png") no-repeat transparent;
}

.logout-btn:hover {
    background: url("/images/btn3.png") no-repeat transparent;
}

.big-button {
    font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
    box-shadow: 0 2px 0 #661000, inset 0 0 8px rgba(255, 210, 0, 0.1),
        inset 0 1px 0 #fab81b, inset 0 -1px 0 #ef4511;
    background: linear-gradient(to bottom, #fab81b 0%, #ef4511 100%) no-repeat 0,
        linear-gradient(to bottom, #fab81b 0%, #ef4511 100%) no-repeat 100%,
        #f25322 linear-gradient(to bottom, #f60 0%, #a6230e 100%) no-repeat;
    background-size: 1px 100%, 1px 100%, cover;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    color: #f9f5e1;
    text-transform: uppercase;
    text-shadow: 0 -1px rgba(71, 0, 0, 0.3);
    border-radius: 1px;
    position: relative;
    box-sizing: border-box;
    height: 25px;
    min-width: 120px;
    padding: 0 25px;
    white-space: nowrap;
    text-decoration: none;
    float: right;
    margin-top: 7px;
    margin-right: 7px;
    outline: none;
    border: none;
}

.big-button:hover {
    color: #f9f5e1;
    cursor: pointer;
}

.big-button:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    box-shadow: inset 0 0 8px rgba(255, 210, 0, 0.1), inset 0 1px 0 #fab81b,
        inset 0 -1px 0 #ff7e00;
    background: linear-gradient(to bottom, #fab81b 0%, #ff7e00 100%) no-repeat 0,
        linear-gradient(to bottom, #fab81b 0%, #ff7e00 100%) no-repeat 100%,
        #ff7e00 linear-gradient(to bottom, #ff7e00 0%, #c2530a 100%) no-repeat;
    background-size: 1px 100%, 1px 100%, cover;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.15s ease-out;
    will-change: opacity;
}

.big-button:hover:after {
    opacity: 1;
}

.big-button_text {
    display: inline-table;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.big-button_text {
    position: relative;
    z-index: 2;
}
