﻿body
{
    background-color: #fff;
}
.logo
{
    margin-left:0px;
    margin-top: 10px;
}
.navbar {
    background-color: #fff;
    height: auto;
    z-index:1;
}
.form-control
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: none;
    border-bottom-width: medium;
    border-bottom-color: currentcolor;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-bottom: 1px solid #ccc;
}
.input-group-addon
{
    border: none;
    background-color: transparent;
}
.btn-login
{
    background-color: #fff;
    border: 1px solid #0d0d0d;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #0d0d0d;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}
    .btn-login:hover
    {
        background: #0d0d0d;
        color: #fff;
        font-weight: 300;
    }

.shadow-form {
    box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

.hideerror {
    display: none;
}