﻿body
{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin
{
    max-width: 500px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
    
}
.form-signin input[type="text"], .form-signin input[type="password"]
{
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}
.glyphicon glyphicon-heart
{
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    text-align: center;
    top: 1px;
    white-space: nowrap;
    width: 1em;
}
.jumbotron
{
    background-image: url('/Images/ChengHsin.jpg');
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 0px;
    padding-bottom: 5px;
}
#footer
{
    color: #666666;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 11pt;
    padding-top: 0px;
    height: 25%;
    font-family: 微軟正黑體;
}
.RedMsg
{
    color: Red;
    font-size: Medium;
    font-weight: bold;
}
