﻿body {
    width:100%;
    height:100%;
    display:block;
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
    background-color:#f1f1f1;
}
#loginBox {
    width:310px;
    height:250px;
    margin-left:auto;
    margin-right:auto;
    margin-top:180px;
    display:block;
    background-color:#fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.13);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:20px;


}
    #loginBox label {
    font-size: 15px;
    color: #777;
    text-align: justify;
    font-weight: normal;
    text-transform: capitalize;
    width: 100%;
    display: block;
    line-height: 28px;
    outline: 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    }
.username_text {
    font-size: 24px;
    width: 97%;
    padding: 3px;
    margin: 2px 6px 16px 0;
    background:#fbfbfb;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    color: #333;
    outline: 0;
    -webkit-transition: .05s border-color ease-in-out;
    height:33px;
    margin-left:auto;
    margin-right:auto;
}
    .username_text:focus {
        border:1px solid #2ea2cc;
        -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
         box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
    }

.submit {
    background: #2ea2cc;
    border-color: #0074a2;
    -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
    color: #fff;
    text-decoration: none;
    height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
    float:right;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
    .submit:hover {
        cursor:pointer;
       background-color:#0074a2;
    }
#msglogin {
    display:block;
    /*margin-left:auto;
    margin-right:auto;*/
    width:210px;
    height:40px;
    position:relative;
    margin-top:-5px;
   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:8px;
    padding-left:30px;
    border:1px solid #f5aca6;
    background:#ffecec url('../Content/Images/error.png') no-repeat 10px 50%;

    
}
span {
    font-weight:bold;
    text-transform:uppercase;
}
.msglogin {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #555;
        font-weight: normal;
        text-align: justify;
        line-height: 0px;
        padding: 0 9px 9px 9px;
        
}

#img {
    width:200px;
    height:30px;
    margin-top:100px;
    margin-right:auto;
    margin-left:auto;
    position:relative;
    display:block;
    margin-bottom:-110px;
    left:-40px;
    
   
}
#back_home {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:270px;
    height:20px;
    position:relative;
    margin-top:15px;
   
}
    #back_home a {
     text-decoration: none;
    color: #999;
    -webkit-transition-property: border,background,color;
    transition-property: border,background,color;
    -webkit-transition-duration: .05s;
    transition-duration: .05s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    outline: 0;
     font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
     font-size:13px;
    }
        #back_home a:hover {
           color: #133878;
        }body {
}
