﻿@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,300,600);
body
{
    background:#035a85 ;
}
.wrapper
{
   
    margin: 10% auto;
    width: 40%;
    height: 40%;
}
.login-form
{
    width: 100%;
    height: 100%;
    overflow: auto; /* background: #3399cc;*/
    background: white;
    border: 0px solid #035a85;
    
    border-radius: 20px;
    -moz-border-radius: 4px 4px 4px 4px !important; /* Firefox */
    -webkit-border-radius: 4px 4px 4px 4px !important; /* Safari, Chrome */
    
    -webkit-box-shadow: 0px 0px 10px 2px #FFF;
    -moz-box-shadow: 0px 0px 10px 2px #FFF;
    box-shadow: 0px 0px 10px 2px #fff;
}

h1
{
    font-family: "raleway" ,bold;
    font-size: 22px;
    color: #035a85;
    margin-left: 29.5%; /* margin-bottom: 18px;*/
}
.logo
{
    text-align: center;
    margin-left: 28%;
    
}
input
{
    font-family: "raleway" ,bold;
    padding: 8px 0px 8px 30px;
    width: 214px;
    border: 1px solid #035a85;
    outline: none;
    display: block;
    margin-left: 29.5%;
    margin-bottom: 1%;
}
input.username
{
    background: #fff url(http://i.imgur.com/qDFJ3wS.png) -6px -5px no-repeat;
}
input.password
{
    background: #fff url(http://i.imgur.com/jMyLjLz.png) -6px -5px no-repeat;
}
input[type="submit"]
{
    padding: 2% 2%;
    width: 20%;
        background: #035a85;
    border: 0px;
    outline: none;
    display: block;
    color: #fff;
    margin-right: 25%;
    float: right;
    text-align: left;
    padding-left: 25px;
    cursor: pointer;
}
input[type="submit"]:hover
{
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox           box-shadow: 10px 10px 15px #035a85;*/
}
input[type="submit"]:hover
{
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    box-shadow: 1px 1px 1px 1px #035a85;
}
.ErrorMessage
{
    color: #D8000C;
    background-color: #FFBABA;
    border: 1px solid #FFBABA;
    margin: 10px 0px;
    padding: 5px 10px 5px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-weight: bolder;
    font-size: 9pt;
    vertical-align: middle;
}
