/* 
# ====================================================================
	# # N &TS GROUP Networks & Transactional Systems Groups SpA, # #
	Copyright (c ) 2017. All rights reserved .
 # # Redistribution and use in source and binary forms, with or without
 # modification, are not permitted .
 # # History :
 # # ====================================================================
#
*/
body {
	background-repeat: repeat;
	background-image: url(../images/bodytexture.jpg);
}

a {
	color: #005AA3;	
}

.customlabel {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #444;
}

.absolute-Center {
	width: 90%;
	max-width: 450px;
	margin: auto;
	position: absolute;
	top: 10%;
	left: 0;
	bottom: 0;
	right: 0;
}

.card {
	background-color: #ffffff;
	padding: 20px 40px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.form-signin #inputUser, .form-signin #inputPassword {
	height: 34px;
	font-size: 14px;
	margin-bottom: 1em;
}

.form-signin .form-control:focus {
	border-color: #003968;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgb(104, 145, 162);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px
		rgb(104, 145, 162);
}

.btn.btn-signin {
	background-color: #003968;
	padding: 0px;
	font-weight: 700;
	font-size: 14px;
	height: 44px;
	border-radius: 3px;
	border: none;
	transition: all 0.218s;
	margin-bottom: 2em;
	margin-top: 3em;
}

.btn.btn-reset{
	padding:5px;
	border-radius: 8px 0 0 8px;
	font-size: 14px;
	font-weight: bold;
	height:34px;
}

.btn.btn-repeat {
	background-color: #003968;
}

.btn.btn-repeat:hover, .btn.btn-repeat:focus {
	background-color: #0070cc;
}

.btn.btn-signin:hover, .btn.btn-signin:active, .btn.btn-signin:focus {
	background-color: #0070cc;
}

.logo {
	padding-bottom: 15px;
	display: block;
	width: 80%;
	margin: 1.5em 2em;
}

#progressBar {
	width: 100%;
	margin: 5px auto;
	height: 7px;
	background-color: #003968;
}

#progressBar div {
	height: 100%;
	text-align: right;
	padding: 0 10px;
	line-height: 5px;
	width: 0;
	background-color: #2a93cb;
	box-sizing: border-box;
}

#username {
	text-align: center;	
	font-size: 14px;
	font-weight: bold;
}


#loginButtonId {
	margin-top: 3.0em;	
}
#backButtonId{
	margin-top: 3.0em;	
}

#pLabel2 {
	padding-top: 0px;
	margin-top: -2em;
	text-align: center
}


#pLabel {
	padding-top: 5px;
	margin-top: 0.5em;
}


#loginFooter {
	padding-top: 1.0em;
	margin-top: 0.5em;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: flex;
    margin: auto;
    vertical-align: middle;
    justify-content: center;
}

a.login-footer {
	font-size: 11px;
}

.user-name {
	background-color: #f2f2f2;
	border-radius: 4px;
	color: #505050;
}

a.pad5 {
	padding: 5px;
}