﻿body
{
    font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
} 

.form-login {
    position: relative;
    /*top: 50%;*/
    left: 50%;
    background: rgba(14, 95, 186, 0.8);/*#fff*/;
    width: 370px;
    margin: 0 0 0 -182px;
    /*position: absolute;
    margin: -140px 0 0 -182px;*/
    padding: 40px;
    box-shadow: 0 0 3px rgba(0,0,0,.3);
  
}

 h3
 {
    font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
    font-weight: 300;
    color: #fff;
    letter-spacing: 0.00em;
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 1px;
    text-align:center;
    padding-bottom:10px;
}

label
{
    color:#fff;
}

.form-control:focus {
 color:#495057;
 background-color:#fff;
 border-color:#80bdff;
 outline:0
}

.login-submit
{
    text-align:center;
    cursor: pointer;
    background: #138108;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family:Calibri;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.login-submit:hover {
    background: rgba(19, 129, 8, 0.59);
}

.error
{
    color:#FB404B;
    border-color:#FB404B;
}

.btn-success {
    background:transparent !important;
    border:2px solid #fff !important;
}