﻿body {background:url(../Images/body-bg.jpg) no-repeat fixed center top;background-size: 100%;height:100%;}

* {border:0; text-decoration:none; padding:0; margin:0px;}
.login-panel { margin:5em auto 0; width:80%; max-width:450px; background: rgb(255, 255, 255);overflow: hidden; padding: 30px 18px 20px; border:1px solid #ddd;border-top: 5px solid #1C2B36;box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);border-radius: 8px;}
    .login-panel input[type="text"], .login-panel input[type="password"] {
        height: 37px;
        color: #333;
        background-color: #fbfbfb;
        background-image: none;
        border: 0;
        border-bottom: 1px solid #fff;
        border-radius: 0;
        margin-bottom: 10px;
        width: 100%;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
        -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;
        box-shadow: none;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        border-bottom: 1px solid #d2d2d2;
        border-radius: 5px;
    }
.login-panel .captcha input[type="text"]{height:37px;color:#333;background-color:#fbfbfb;background-image: none;border: 0;border-bottom: 1px solid #fff;border-radius: 0;margin-bottom: 10px; width:100%;padding: 6px 12px;font-size:14px;line-height:1.42857143;-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);box-shadow: inset 0 1px 1px rgba(0,0,0,.075); -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;box-shadow:none;transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; border-bottom:1px solid #1C2B36}
.login-panel .captcha img{float: left;margin-right: 10px; margin-bottom:15px; max-height:55px;}
.login-panel .captcha a{display:block;color:#f1643f;}
.login-panel .captcha {font-weight:500;color:#333; }
.login-panel .captcha br { display:none }
    