﻿body
{
    background-color: #3d09de;
    color: White;
}
.box
{
    padding: 0px 30px 20px 30px;
    margin-top: 10%;
    width: 300px;
    background-color: #EAEAEA;
    border-top: solid 9px #f31d1d;
    -webkit-box-shadow: 0 0 10px 5px white;
    -moz-box-shadow: 0 0 10px 5px white;
    box-shadow: 0 0 10px 1px white;
    border-top-color: #f31d1d;
}
h3
{
    color: #f31d1d;
    font-weight: lighter;
    font-size: 25px;
    text-align: left;
    margin-bottom: 20px;
}
#user, #password
{
    border: 1px solid #3d683a;
    background-position: left center;
    padding-left: 52px;
    background-repeat: no-repeat;
    margin: 10px 0px;
    background-color: #FFFFFF;
}
#user
{
    background-image: url('images/user.png');
}
#password
{
    background-image: url('images/key.png');
}

input[type="submit"]
{
    border: none;
    background-position: 65px center;
    padding: 10px 35px 10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFFF;
    background-image: url('images/next.png');
    background-repeat: no-repeat;
    font-size: 17px;
}
input[type="submit"]:hover
{
    background-color: #f31d1d;
    color: #FFFFFF;
}
.link
{
    color: #f31d1d;
    text-decoration: none;
    font-weight: bold;
}
.link:hover,.link1:hover{text-decoration:underline;}
.link1{color:White;text-decoration:none;}
input[type="submit"], .link, .link1
{
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#lbl_message
{
    color: Red;
}
input[type="text"], input[type="password"]
{
    padding: 8px;
    color: #01a2b4;
    font-size: 17px;
    border: none;
    background-color: #FFFFFF;
}
