@charset "utf-8";
/* CSS Document */

body {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
}

.wrapper {
    min-height: 100%;
}

.wrapper:after {
    content: "";
    display: block;
}


body:not(:-moz-handler-blocked) 
#bg {
        background: #000 url('../images/bg.png') no-repeat center;
  }
  
#bg {
    background: #000 url('../images/bg.jpg') no-repeat center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -moz-filter: blur(10px);
    -o-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
    position: fixed;
    left: -25px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    z-index: -1;
}

/*HEADING STYLES*/

h1 {
    font-weight: 600;
    font-size: 40px;
	color: #fff;
}

h2 {
	line-height: 60px;
    font-size: 24px;
    color: #fff;
}

p {
    font-family: "Arial", sans-serif;
    font-size: 12px;
	color: #404040;
}

/*LINK STYLING*/

a {
    text-decoration: none;
    color: #0099cc;
}

a:hover {
    text-decoration: underline;
}

/*HEADER*/

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 90px;
    background-color: #0099cc;
    display: block;
}

#logo {
    float: left;
    position: absolute;
    z-index: 10;
    margin: 20px;
}

#title {
    float: left;
    position: absolute;
    z-index: 10;
    margin-left: 190px;
    margin-top: 33px;
}

/*LOGIN BOX*/

.container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -210px;
    margin-top: -150px;
    background-color: #FFB;
    text-align: center;
}

.login-box {
    margin: 0 auto;
}

.login {
    position: relative;
    margin: 0 auto;
    width: 380px;
    height: 315px;
    padding-right: 20px;
    padding-left: 20px;
    background: #ebebeb;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.login:before {
    content: '';
    position: absolute;
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    z-index: -1;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}

.login h2 {
    margin: -20px -20px 21px;
    text-align: center;
    background: #0099cc;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 3px 3px 0 0;
}

.login p {
    margin: 20px 0 0;
}

.login p:first-child {
    margin-top: 0;
}

.login input[type=text], .login input[type=password] {
    width: 300px;
    padding-left: 32px;
}

.login input[type=text] {
    background: #fff url('../images/sprite.png') 0 9px no-repeat;
}

.login input[type=password] {
    background: #fff url('../images/sprite.png') 0 -42px no-repeat;
}

.login-forgot {
    text-align: center;
	margin: 25px 0;
}

:-moz-placeholder {
    color: #c9c9c9 !important;
    font-size: 13px;
}

::-webkit-input-placeholder {
    color: #ccc;
    font-size: 13px;
}

input {
    font-size: 13px;
}

input[type=text], input[type=password] {
    margin: 5px;
    padding: 0 10px;
    width: 200px;
    height: 34px;
    color: #404040;
    background: #fff;
    border: 1px solid;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-radius: 2px;
    outline: 5px solid #ebebeb;
    -moz-outline-radius: 3px;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
    position: relative;
}

input[type=text]:focus, input[type=password]:focus {
    border-color: #7dc9e2;
    outline-color: #d7e9ef;
    outline-offset: 0;
}



input[type=submit] {
    height: 36px;
    width: 332px;
    font-size: 18px;
    color: #fff;
    background: #0099cc;
    border: 1px solid;
    border-color: #b4ccce #b3c0c8 #9eb9c2;
    border-radius: 6px;
    outline: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #6dcbea), color-stop(1, #0099cc) );
    background: -moz-linear-gradient( center top, #6dcbea 5%, #0099cc 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dcbea', endColorstr='#0099cc');
    background-color: #6dcbea;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

input[type=submit]:hover {
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0099cc), color-stop(1, #6dcbea) );
    background: -moz-linear-gradient( center top, #0099cc 5%, #6dcbea 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099cc', endColorstr='#6dcbea');
    background-color: #0099cc;
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
    line-height: 34px;
}

.invalid-login p{
	color: #FF0000;
}
