.loginpanel {
	border-radius: 10px;
	box-shadow: 1px 4px 5px #414141 !important;
}

.loginpanel-body {
	border-radius: 5px;
	background-color: rgb(255,255,255) !important;
}

.logintext {
	color: #045e71 !important;
}

.login-title {
	font-size: 16px;
    text-align: center;
    color: #045e71;
    margin-top: 30px;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
}

.reset-password{
	text-align: center;
}

.reset-password-text {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
	color: #818181;
}
.reset-password-text a {
	text-decoration: none;
	color: #818181;
}
.reset-password-text a:hover {
	text-decoration: underline;
	color: #000;
}
#login-message-block {
	width: 100%;
	height: 55px;
}
#login-message-block-line {
	margin-top: 20px;
    border-top: 1px dotted rgb(58 58 58);
	width: 100%;
}
#login-message-table {
    margin: 16px auto auto auto;
}
.login-message {
	font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    color: rgb(164,56,90);
    font-weight: bold;
}
.login-message-icon  {
	display: block;
}
.login-message-icon div{
	width: 20px;
    height: 20px;
    background-image: url(images/error.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}
.login-button-bottom {
    width: 100%;
    text-align: center;
    margin-top: 5px;
}
.login-button-ok {
    background-color: #0097d4;
    font-family: verdana, tahoma, arial, helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px 0px;
    width: 120px;
    height: 26px;
    cursor: pointer;
    text-align: center;
}
.login-button-ok:hover{
	background-color: #026a94;
}
.login-button-table {
	margin: auto;
}

#login-eurest-logo-block {
    bottom: 30px;
    position: absolute;
    width: 100%;
}
#login-eurest-logo {
    margin: auto;
    background-image: url(images/gpsoft-logo-fekvo-feher.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 80px;
    width: 160px;
}
#login-eurest-logo-text {
    font-size: 15px;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
	margin-top: 10px;

}
#login-language-bar-table {
	margin: 30px auto 2px auto;
    border-collapse: collapse;
}
#login-language-bar-table div {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    width: 48px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}
#login-language-bar-table-div-7 {
	background-image: url("images/flag_hun.png");
}
#login-language-bar-table-div-7:hover {
	background-image: url("images/flag_hun_light.png");
}
#login-language-bar-table-div-1 {
	background-image: url("images/flag_gb.png");
}
#login-language-bar-table-div-1:hover {
	background-image: url("images/flag_gb_light.png");
}
#login-language-bar-table-div-12 {
	background-image: url("images/flag_de.png");
}
#login-language-bar-table-div-12:hover {
	background-image: url("images/flag_de_light.png");
}
#login-language-bar-table-div-10 {
	background-image: url("images/flag_fr.png");
}
#login-language-bar-table-div-10:hover {
	background-image: url("images/flag_fr_light.png");
}
.login-language-bar-table-div-disable {
	opacity: 0.3;
	cursor: not-allowed;
}
#login-title-2 {
	font-size: 14px;
    margin-top: 10px;
}
#login-title-client-icon {
	background-image: url("images/login-user-icon.png");
	background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
	height: 40px;
    width: 70px;
	margin: 10px auto 0px auto;
}
.login-input-label {
	font-size: 12px;
	margin: auto;
}
#login-input-label-icon {
	background-image: url("images/help_18.png");
	background-repeat: no-repeat;
    background-position: center;
	background-size: contain;
	width: 14px;
    height: 14px;
	cursor: pointer;
}

.login-name-help {
	background-image: url("images/help_18.png") !important;
	background-repeat: no-repeat !important;
    background-position: center !important;
	background-size: contain !important;
	height: 18px;
    width: 18px;
}