@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot);
  src: url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
       url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff2) format('woff2'),
       url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.woff) format('woff'),
       url(https://fonts.gstatic.com/ea/nanumgothic/v5/NanumGothic-Regular.ttf) format('truetype');
}

/* @font-face {
 font-family: 'NanumBarunGothic';
 font-style: normal;
 font-weight: 300;
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot');
 src: url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.eot?#iefix') format('embedded-opentype'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.woff') format('woff'), url('//cdn.jsdelivr.net/font-nanumlight/1.0/NanumBarunGothicWebLight.ttf') format('truetype');
} */


/*******************
LOGIN FORM STYLESHEET
by: Amit Jakhu
www.amitjakhu.com
*******************/

/*******************
FONTS
*******************/

@import url(http://fonts.googleapis.com/css?family=Bree+Serif);

/*******************
SELECTION STYLING
*******************/

::selection {
	color: #fff;
	background: #41D3BD; /* Safari */
}
::-moz-selection {
	color: #fff;
	background: #41D3BD; /* Firefox */
}

/*******************
BODY STYLING
*******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #13547a; /* Old browsers */
    background: -moz-url(../images/pc.login/gc_login_bg.jpg) no-repeat center; /* FF3.6-15 */
    background: -webkit-url(../images/pc.login/gc_login_bg.jpg) no-repeat center; /* Chrome10-25,Safari5.1-6 */
    background: url(../images/pc.login/gc_login_bg.jpg) no-repeat center; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
	font-family:'Nanum Gothic';
	font-weight:300;
	text-align: left;
	text-decoration: none;
}

.login-img
{
	width: 75px;
    height: auto;
    margin: 10px auto 0;
    text-align: center;
}

.login-img img
{
	width: 100%;
    height: auto;
}

.login-comment{
	text-align: center;
	font-family:'Nanum Gothic';
	font-weight: 700;
	font-size: 12px;
	color: #00A9E0;
	margin-top:3px;
}

#login-wrapper {
	/* Center wrapper perfectly */
	width: 350px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	z-index: 100;
}

@media screen and (max-width: 350px)
{
	#login-wrapper {
		/* Center wrapper perfectly */
		width: 92%;
	}
}


.background-logo
{
	position: fixed;
	top:0; right: 0;
	z-index: 3;
	width: 400px;
}

.background-logo img
{
	width: 100%;
}

/*
.gradient {
	width: 600px;
	height: 600px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -300px;
	
	background: url(../images/gradient.png) no-repeat;
}
*/

/*.gradient {
	/* Center Positioning */
	/*width: 600px;
	height: 600px;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -300px;*/
	
	/* Fallback */ 
	/*background-image: url(../img/login/gradient.png); 
	background-repeat: no-repeat; */
	
	/* CSS3 Gradient */
	/*background-image: -webkit-gradient(radial, 0% 0%, 0% 100%, from(rgba(213,246,255,1)), to(rgba(213,246,255,0)));
	background-image: -webkit-radial-gradient(50% 50%, 40% 40%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -moz-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -ms-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
	background-image: -o-radial-gradient(50% 50%, 50% 50%, rgba(213,246,255,1), rgba(213,246,255,0));
}*/

/*******************
LOGIN FORM
*******************/

.login-form {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 45px 22px 20px;
	margin: 0 auto;
	position: relative;
	z-index:5;
	background: rgba(255, 255, 255, 1);
	border-radius: 10px;
}

/*******************
HEADER
*******************/

.login-form .header {
	padding: 0px 0px 45px;
	text-align: center;
}

.login-form .header h1 {
	font-weight: 600;
	font-size: 35px;
	line-height:35px;
	color: #666;
	margin-bottom: 10px;
}

.login-form .header img
{
	padding-bottom: 10px !important;
}

.login-form .header span {
	font-size: 14px;
	line-height: 14px;
	color: #666;
}

/*******************
CONTENT
*******************/
.login-form .content
{
	width: 100%;
	margin:0 auto;
	padding-bottom: 10px;
}

.login-form .content table
{
	color: #fff;
	width: 100%;
}

.login-form .content table tbody
{
	width: 100%;
}

.login-form .content table tbody tr
{
	border:1px solid rgba(255, 255, 255, 0.3);
	height: 55px;
	font-size: 12px;
}

.login-form .content table tbody tr td:first-child
{
	text-align: center;
	padding:0 5px;
	width: 57px;
}

.login-form .content table tbody tr td:nth-child(2)
{
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* Input field */
.login-form .content .input 
{
	padding: 11px 25px;
	font-size: 13px;
	font-weight: bold;
	color: #6a6a6a;
	background: #ebebeb;
	height: 48px;
	border-radius: 100px;
}

.username, .password{
	margin-bottom: 10px;
}

/* Second input field */
/*.login-form .content .password, .login-form .content .pass-icon {
	margin-top: 25px;
}*/

.login-form .content .input::placeholder {
	color: #6a6a6a;
	font-weight: bold;
	font-size: 13px;
}

.login-form .content .input:hover {
	background: rgba(14, 57, 81, 0.3);
	color: #6a6a6a;
}

.login-form .content .input:focus {
	background: rgba(14, 57, 81, 0.3);
	color: #6a6a6a;
}

.login-form .content button
{
	width: 100% !important;
	height: 48px;
	margin-bottom: 15px;
	background: #00A9E0; /* Old browsers */
    background: -moz-#00A9E0; /* FF3.6-15 */
    background: -webkit-#00A9E0; /* Chrome10-25,Safari5.1-6 */
    background: #00A9E0; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 100px;
}

.login-form .content button span
{
	visibility: hidden;
}

.button div img{
	width: 43px;
	height: auto;
}

.login-form .content .beo-radio
{
	color:#6a6a6a;
	padding-left: 22px;
	padding-top: 6px;
	font-size: 12px;
}

.login-form .content .beo-radio .beo-radio-checkmark
{
	height: 14px;
	width: 14px;
	top:7px;
}

.login-form .beo-radio input:checked ~ .beo-radio-checkmark
{ 
    display:inline-block; 
    width: 14px; 
    height: 14px; 
    background-color: #00A9E0;
   
}

.login-form .content .beo-radio .beo-radio-checkmark:after
{
	background:url(../images/pc.login/gc_login_check.png) left top no-repeat; 
	top: 2.5px;
    left: 2.2px;
    width: 14px;
    height: 14px;
}

/*.user-icon, .pass-icon {
	width: 46px;
	height: 47px;
	display: block;
	position: absolute;
	left: 13px;
	padding-right: 2px;
	z-index: 3;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.user-icon {
	top:154px; Positioning fix for slide-in, got lazy to think up of simpler method. 
	background: rgba(65,72,72,0.75) url(../img/login/user-icon.png) no-repeat center;	
	display: none;
}

.pass-icon {
	top:215px;
	background: rgba(65,72,72,0.75) url(../img/login/pass-icon.png) no-repeat center;
	display: none;
}
*/
/* Animation */
.input, .user-icon, .pass-icon, .button, .register {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}

.gc_logo_down{
	position: relative;
    margin: 0;
    text-align: center;
    width: 350px;
    height: auto;
    padding: 0 20% 0;
    top: 112px;
}

@media screen and (max-width: 350px)
{
	.gc_logo_down{
		width: 100%;
	}
}

@media screen and (max-height: 700px)
{
	.gc_logo_down{
		top: 9vh;
	}
}

.gc_logo_down img{
	width: 55%;
	}


/*******************
FOOTER
*******************/

/*.login-form .footer {
	padding: 25px 30px 0px;
}*/

/* Login button */
/*.login-form .footer .button {
	
	width: 120px;
	height: 45px;
	line-height: 45px;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 16px;
	color: #fff;
	background: #709fed;
	border: 1px solid #709fed;
	border-radius: 5px;
	cursor: pointer;
}

.login-form .footer .button:hover {
	background: #3f9db8;
	border: 1px solid rgba(256,256,256,0.75);
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}

.login-form .footer .button:focus {
	position: relative;
	bottom: -1px;
	
	background: #56c2e1;
	
	box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 1px 6px rgba(256,256,256,0.75);
}*/

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #ebebeb inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #6a6a6a;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px #ebebeb inset;
    -webkit-text-fill-color: #6a6a6a;
}


@media screen and (max-width: 768px)
{
	.background-logo
	{
		width: 50%;
		z-index: 1;
	}
}