﻿@charset "UTF-8";

/* =============================================
-- Author:	Kim
-- Create date: 2014-05-28
-- Description:	Login Page CSS
-- ============================================= */

/* Common */
body {
   /*background-colors: #f9f9f9;*/
   font-family: "Segoe UI", "Meiryo UI", Meiryo,"Malgun Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","MS Pゴシック","MS PGothic",Dotum, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
 }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
  padding: 0px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}


/* Login Form */
 .form-signin {
   max-width: 350px;
   padding: 19px 29px 0px;
   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;
 }

.login-title {
	margin-bottom:20px;
}

.profile-img {
	padding:10px 0px 10px 0px;
}

#lblMessage {
	color:red;
	font-weight:bold;
}
