﻿.btn-red-login {
    background-image: -webkit-linear-gradient(top, #e50112 0%, #e50112 100%);
    background-image: linear-gradient(to bottom, #e50112 0%, #e50112 100%);
    background-repeat: repeat-x;
    border-color: #e50112;
    color: #ffffff;
    width: 100%;
    height: 46px;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    /*border: 1px solid transparent;*/
    border: 1px solid transparent;
    border-radius: 5px;
}

.btn-red-login:hover {
    opacity: 0.6;
    color: #ffffff;
}

.login-label {
    font-weight: normal !important
}
