﻿@charset "UTF-8";
body {
    background: url(/Admin/Content/Home/img/bg-star.jpg) center 0 no-repeat #195683;
    background-size: 200% auto;
}
.header {
    background: none;
    padding: 15% 15px 14px 15px;
    color: #fff;
    text-align: center;
    height: auto;
    line-height: 1.6;
    text-shadow: 2px 2px 5px rgb(0, 0, 0, .5);
}
.header h1 {
    font-size: 22px;
    font-weight: bold;
}
.header h2 {
    font-weight: 18px;
    font-weight: bold;
}
.header .logo img {
    height: 35px;
    margin: 15px
}
.loginBox {
    padding: 30px;
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}