/**
 * Theme Name: Toreshall Inc 2014
 * Theme URI: http://www.witlogistics.com
 * Author: Buckeye Interactive
 * Author URI: http://www.buckeyeinteractive.com
 * Description: 2014 theme for Toreshall Inc
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: responsive, transportation, logistics
 * Text Domain: walker-2014
 *
 * @package Toreshall Inc 2014
 * @author Buckeye Interactive
 */

/* GENERAL */

body {
    color: #7F7F7F;
}

#login-form {
    font-family: 'Lato', sans-serif;
}

#login-title {
    color: #464646;
    font-family: 'Lato', sans-serif;
    text-align: center;
    font-size: 17pt;
    letter-spacing: 7px;
    font-weight: 700;
    padding: 30px 0;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

/* FORM */

#login-inTitle {
    text-align: center;
    color: #5c5c5c;
}

.login-fieldSty {
    padding: 5px 5px;
    border: 1px solid #4D4D4D;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    outline: none;
    text-align: center;
    letter-spacing: 1px;
    background-color: transparent;
    color: #4D4D4D;
    display: block;
    margin: 1em auto;
}

.login-fieldSty:focus {
    border-color: #80161a;
    background-color: #ebebeb;
    -webkit-appearance: none;
    opacity: 0.7;
    color: #80161a;
}

::-webkit-input-placeholder {
    color: #FFF;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #FFF;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #FFF;
}

:-ms-input-placeholder {
    color: #FFF;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: 'Lato', sans-serif;
    font-style: normal !important;
    /* Firefox */
    opacity: 1;
}

input[type=submit] {
    padding: 10px 99px;
    margin: 15px auto;
    text-align: center;
    display: block;
}

#login-inAccess {
    border: 0;
}

#login-checkbox-link {
    color: #8c3326;
    font-size: 13px;
    text-decoration: none;
}

#login-checkbox-style {
    padding: 5px 0;
    text-align: center;
}

.login-footer {
    text-align: center;
    font-size: 13px;
    padding: 10px 0;
    font-family: 'Lato', sans-serif;
}