﻿#accessibility, .skip, hr, legend {
    font-size: 0;
    height: 1px;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 1px;
    z-index: -1;
}

html{
	background-color:White;
}

body{


}

#container{
	
    clear: both;
    font-family: Dotum,sans-serif;
    font-size: 11px;
    height: 100%;
    padding-bottom: 0;
    position: absolute;
    width: 100%;

		background-image: url("/Images/login/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

#login_main .main-content{
	background:none;
}

#loginForm .validation-summary-errors {
    color: yellow;
    left: 110px;
    position: absolute;
    top: 605px;
}


#login_main {
	height: 100%;
    position: relative;
    width: 100%;
	
}

.login_title {
	display:none;
}

.imgMain{
	height: 135px;
	padding-top: 10px;
	position: relative;
	text-align: center;
	width: 100%;
}

 #loginForm {
	height: 100%;
    position: absolute;
    width: 100%;
}

#loginForm form {
	background-image: url("/Images/login/visual.png");
    height: 100%;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 573px;
}

#loginForm form fieldset{
	left: 128px;
    position: relative;
    top: 317px;
    width: 300px;
}

#loginForm form fieldset legend {
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 3px solid #454a47;
	color: #282e2b;
	font-weight: bold;
	display:none;
}

#loginForm form fieldset legend span{
	border-bottom: 3px solid rgb(145, 183, 62);
	display: inline-block;
	line-height: 30px;
	margin-bottom: -3px;
}

#loginForm form label {
	display:none;
}

#loginForm form input[type='text'],
#loginForm form input[type='password']{
	border:1px solid #90d200;
	color:#787878;
}

#loginForm form input[type='text']:hover,
#loginForm form input[type='password']:hover{
	border:1px solid #90d200;
	color:#355b00;
}


#loginForm .btnLogin{
	border: medium none;
    margin-top: 18px;
    padding: 0;
    width: 300px;
}

#loginForm fieldset ol li{
	padding-bottom:0px;
}

#loginForm fieldset ol li:nth-child(2){
	padding-top:15px;
}



#registerLink{
	background-color: white;
	border: 2px solid #e2e2e2;
	color: Black;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	text-align: center;
	width: 100px;
}

footer{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: White;
    font-size: 11px;
    height: 50px;
    left: 228px;
    margin: 67px auto 0;
    padding: 7px;
    position: relative;
    width: 384px;
}

footer span{
	display:block;
	text-align:left;
}