﻿/** Display */
.btn-mid-login {
    display: inline-block;
}

/** Padding */
.btn-mid-login {
    padding-top: 10px;
    padding-bottom: 10px;
}

/** Font */
.btn-mid-login {
    font-family: 'Open Sans', sans-serif;
    font-size: inherit;
    font-weight: 600;
    line-height: 1.92;
    letter-spacing: 1.6px;
    text-align: center;
    color: #343434;
}

/** Size */
.btn-mid-login {
    width: 100%;
    height: 45px;
}

/** Background & Border */
.btn-mid-login {
    border: 1px solid #cccccc;
    border-radius: 1px;
    background-color: #fff;
}

/** Button states */
.btn-mid-login:hover,
.btn-mid-login:focus,
.btn-mid-login:active {
    color: #343434;
    background-color: #fff;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}