#login-page div.reg-section .title h3{
	display:none;
}

#login-page .login-section .title h3{
	margin: 0 0 30px;
    padding: 2px 10px;
    font-size: 36px;
    border-left: 4px solid #426686;
    text-transform: uppercase;
    color: #426686;
    font-weight: normal;
}

#login-page .forgotten-pass-section .title h3, #login-page div.reg-section .title h1{
	text-align:center;
	text-transform:uppercase;
    font-size: 28px;
    color: #426686;
    padding-bottom: 25px;
}

#login-page .login-section{
background: url('../frameimage/login/login-bg.png') no-repeat right 30px bottom 20px;
}

#login-page .forgotten-pass-section,
#login-page .login-section{
	margin-bottom:40px;
}


#login-page .login-section .title{
background-color: transparent;
padding-bottom: 1px;
}

#login-page .login-section .title h3{
	margin-top:0;
}

#login-page .login-section .content{
    margin: 30px auto;
    width: 100%;
    max-width: 515px;
}

#login-page .login-section .content .row{
	margin-bottom:20px;
}

#login-page .login-section .content label{
	display:inline-block;
	width:150px;
	text-align:right;
	padding-right:10px;
	font-size:16px;
	line-height:36px;
	color: #4198b7;
}

#login-page .login-section .content input{
	width:300px;
	max-width:95%;
	height:36px;
	padding:0 10px;
	font-size:16px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #9cd8ed;
	color: #3b9dc7;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

div.forgotten-pass-section #login_reminder_input:hover,
div.forgotten-pass-section #login_reminder_input:focus,
#login-page .login-section .content input:hover,
#login-page .login-section .content input:focus{
color:#0e6f98;
-moz-box-shadow: 0 2px 5px #95eaf9;
-webkit-box-shadow: 0 2px 5px #95eaf9;
box-shadow: 0 2px 5px #95eaf9;
}

#login-page .login-section .rememberme-box,
#login-page .login-section .btn-box{
	text-align:center;
}

#login-page a.reg-btn,
#bejelentkezes_btn,
div.forgotten-pass-section input.btn{
    display: inline-block;
    padding: 10px 35px;
    color: #fff;
    -webkit-border-radius: 21px;
    border-radius: 21px;
    background-color: #426686;
    font-weight: bold;
    margin: 0 10px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
    border: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#login-page a.reg-btn:hover,
div.forgotten-pass-section input.btn:hover,
#bejelentkezes_btn:hover{
	background-color: #426686;
}

#login-page .login-section .rememberme-box{
	padding: 15px;
}

#login-page .login-section .rememberme-box input{
	margin-right: 10px;
}

div.forgotten-pass-section div.row{
	text-align:center;
	width:400px;
	max-width:100%;
	margin:0 auto;
}

div.forgotten-pass-section div.content{
background:#dcfbf6;
padding: 20px;
color: #22657f;
}

div.forgotten-pass-section div.content p.red{
	color:#f00;
}

div.forgotten-pass-section #login_reminder_input{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
border:1px solid #05a9e5;
padding:0 10px;
height:36px;
width:300px;
max-width:95%;
margin-bottom:15px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}


#login-page div.reg-section div.content{
background:#dcfbf6 url('../frameimage/login/reg-bg.png') no-repeat right 30px bottom 20px;
padding: 20px;
color: #22657f;
    margin-bottom: 40px;
}

#login-page div.reg-section a.reg-btn{
	margin-bottom:15px;
}

#login-page a.reg-btn:after{
	font-family: FontAwesome;
	content: "\f067";
	margin-left:8px;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
}

#login-page a.reg-btn:not(:hover):after{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}