﻿/* LOGIN CSS - Ingage*/



/*stile selezione*/

::selection {
	background: #a3c307; /* Safari */
	color: #fff;
}

::-moz-selection {
	background: #a3c307; /* Firefox */
	color: #fff;
}


/* stile pagina */



body {
	background: #cedbe9; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #cedbe9 0%, #cbe8b2 17%, #6199c7 30%, #3a84c3 51%, #419ad6 59%, #a3c307 71%, #3a8bc2 84%, #26558b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #cedbe9), color-stop(17%, #cbe8b2), color-stop(30%, #6199c7), color-stop(51%, #3a84c3), color-stop(59%, #419ad6), color-stop(71%, #a3c307), color-stop(84%, #3a8bc2), color-stop(100%, #26558b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg, #cedbe9 0%, #cbe8b2 17%, #6199c7 30%, #3a84c3 51%, #419ad6 59%, #a3c307 71%, #3a8bc2 84%, #26558b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg, #cedbe9 0%, #cbe8b2 17%, #6199c7 30%, #3a84c3 51%, #419ad6 59%, #a3c307 71%, #3a8bc2 84%, #26558b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg, #cedbe9 0%, #cbe8b2 17%, #6199c7 30%, #3a84c3 51%, #419ad6 59%, #a3c307 71%, #3a8bc2 84%, #26558b 100%); /* IE10+ */
	background: linear-gradient(135deg, #cedbe9 0%, #cbe8b2 17%, #6199c7 30%, #3a84c3 51%, #419ad6 59%, #a3c307 71%, #3a8bc2 84%, #26558b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cedbe9', endColorstr='#26558b', GradientType=1); /* IE6-9 fallback on horizontal gradient */
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
}

#wrapper {
	height: 400px;
	left: 50%;
	margin-left: -150px;
	margin-top: -190px;
	position: absolute;
	top: 50%;
	/* div centrato perfettamente */
	width: 300px;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 10px;
	margin-top: 30px;
}

h2 {
	color: #F1F2F4;
	text-align: center;
	text-shadow: 0 1px 0 #000;
}

a {
	color: #09377B;
	text-decoration: none;
}

a:hover {
	color: #108CF9;
	text-decoration: none;
}

p {

	color: #7B808A;
	font-weight: 100;
}

.input {
	background: #E5E7E9;
	border-bottom: 1px solid #FFF;
	border-radius: 5px;
	box-shadow: inset 0 0 3px #65686E;
	overflow: hidden;
	text-align: right;
}

input {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	color: #71747A;
	font-size: 15px;
	line-height: 3.6em;
	padding-left: 5px;
	text-shadow: 0 1px 0 #FFF;
	width: 290px;
}

input:focus {
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) inset, 0px 0px 4px 1px rgba(255, 255, 255, 0.6);
	outline: 0px none;
}

.blockinput {
	border-bottom: 1px solid #BDBFC2;
	border-top: 1px solid #FFFFFF;
}

.blockinput:first-child { border-top: 0; }

.blockinput:last-child { border-bottom: 0; }

.blockinput i {
	color: #B1B3B7;
	padding-right: 10px;
	text-shadow: 0 1px 0 #FFF;
}

::-webkit-input-placeholder {
	color: #71747A;
	text-shadow: 0 1px 0 #FFF;
}

.login {
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	background: #F1F2F4;
	border: 1px solid #fff;
	border-bottom: 2px solid #C5C5C8;
	border-radius: 10px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	color: #36383C;
	margin: 0 auto;
	padding: 0 30px 25px 30px;
	position: relative;
	text-align: center;
	text-shadow: 0 1px 0 #FFF;
	width: 300px;
	z-index: 5;
}

.login img {
	/*padding-left: 50px;*/
	padding-bottom: 20px;
	padding-top: 5px;
}

.login .input {
	-moz-border-radius: 5px;
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
    
	-webkit-border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.50);
	color: #9d9e9e;
	font-size: 14px;
	font-weight: 400;
	padding: 15px 25px;
	text-shadow: 1px 1px 0 rgba(256, 256, 256, 1.0);
	width: 188px;
}

.login .input:hover {
	background: #CBE8B2;
	color: #414848;
}

.login .input:focus {
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
	background: #CBE8B2;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
	color: #414848;
}

.user-icon, .pass-icon {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	display: block;
	height: 47px;
	left: 0px;
	padding-right: 2px;
	position: absolute;
	width: 46px;
	z-index: 3;
}

.user-icon {
	background: rgba(65, 72, 72, 0.75) url(/images/Icon/user-icon.png) no-repeat center;
	top: 150px;
}

.pass-icon {
	background: rgba(65, 72, 72, 0.75) url(/images/Icon/pass-icon.png) no-repeat center;
	top: 210px;
}



/* animazione */

.input, .user-icon, .pass-icon, .btn {
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

/* button */

.btn {
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	/*-ms-touch-action: manipulation;
      touch-action: manipulation;*/
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
	color: #333;
	text-decoration: none;
}

.btn:active,
.btn.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	background-image: none;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	outline: 0;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
	pointer-events: none;
}

.btn-default {
	background-color: #fff;
	border-color: #ccc;
	color: #333;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default { background-image: none; }

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	background-color: #333;
	color: #fff;
}

.btn-primary {
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-color: #286090;
	border-color: #204d74;
	color: #fff;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary { background-image: none; }

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary .badge {
	background-color: #fff;
	color: #337ab7;
}

.btn-success {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-color: #449d44;
	border-color: #398439;
	color: #fff;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success { background-image: none; }

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	background-color: #fff;
	color: #5cb85c;
}

.btn-info {
	background-color: #5bc0de;
	border-color: #46b8da;
	color: #fff;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	background-color: #31b0d5;
	border-color: #269abc;
	color: #fff;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info { background-image: none; }

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	background-color: #fff;
	color: #5bc0de;
}

.btn-warning {
	background-color: #f0ad4e;
	border-color: #eea236;
	color: #fff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	background-color: #ec971f;
	border-color: #d58512;
	color: #fff;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning { background-image: none; }

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	background-color: #fff;
	color: #f0ad4e;
}

.btn-danger {
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	background-color: #c9302c;
	border-color: #ac2925;
	color: #fff;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger { background-image: none; }

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	background-color: #fff;
	color: #d9534f;
}

.btn-link {
	border-radius: 0;
	color: #337ab7;
	font-weight: normal;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	-webkit-box-shadow: none;
	background-color: transparent;
	box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active { border-color: transparent; }

.btn-link:hover,
.btn-link:focus {
	background-color: transparent;
	color: #31708F;
	text-decoration: underline;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.3333333;
	padding: 10px 16px;
}

.btn-sm,
.btn-group-sm > .btn {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}

.btn-xs,
.btn-group-xs > .btn {
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 5px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block { width: 100%; }

.close {
	color: #000;
	filter: alpha(opacity=20);
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	opacity: .2;
	text-shadow: 0 1px 0 #fff;
}

.close:hover,
.close:focus {
	color: #000;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
	text-decoration: none;
}

button.close {
	-webkit-appearance: none;
	background: transparent;
	border: 0;
	cursor: pointer;
	padding: 0;
}


/* div clessidra */


.loadT {

	color: #696969;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	font-weight: 100;
	text-align: center;
}

.loadClose {
	display: none;
	font-size: 11px;
}


#loading-div-background, #alert-message-background {
	background: #F4F4F4;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999999999999;
}

#loading-div { background-color: #F4F4F4; }

#loading-div, #alert-message {
	background-color: #F4F4F4;
	height: 200px;
	left: 50%;
	margin-left: -150px;
	margin-top: -100px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 300px;
	z-index: 9999999999999999;
}

#alert-message {
	background-color: #B2ADAD;
	opacity: 1;
}

#alert-content {
	color: black;
	margin-top: 70px;
	position: relative;
}

/* modal popup */

.modalPopup {
	-webkit-overflow-scrolling: touch;
	bottom: 0;
	left: 0;
	/*background: #F1F2F4;
    border-bottom: 2px solid #C5C5C8;
    border-radius: 5px;
    text-align: center;
    color: #36383C;
    text-shadow: 0 1px 0 #FFF;
    padding: 10px;
    box-shadow: 0 0 3px #000;
    max-width: 320px;
    position: relative;
    z-index: 2147483647;*/
	margin: 0 auto;
	outline: 0;
	overflow: hidden;
	right: 0;
	top: 0;
	z-index: 1040;
}

.modalPopup select { color: #06377C; }

.modalPopup input[type=text] { color: #06377C; }

.modalPopup div { }

.divChiudiPop { text-align: right; }

.chiudiPop {
	background-color: #ffffff;
	border-bottom: 1px solid #FFF;
	border-radius: 5px;
	color: #000000;
	font-size: 12px;
	Height: 22px;
	line-height: 20px;
	Width: 22px;
}

.modal-open { overflow: hidden; }

.modal {
	-webkit-overflow-scrolling: touch;
	bottom: 0;
	display: none;
	left: 0;
	outline: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1040;
}

.modal.fade .modal-dialog {
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	-o-transition: -o-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	transform: translate(0, -25%);
	transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	margin: 10px;
	position: relative;
	width: auto;
}

.modal-content {
	-webkit-background-clip: padding-box;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	outline: 0;
	position: relative;
}

.modal-backdrop {
	background-color: #000;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}

.modal-header {
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
	padding: 15px;
}

.modal-header .close { margin-top: -2px; }

.modal-title {
	line-height: 1.42857143;
	margin: 0;
}

.modal-body {
	padding: 15px;
	position: relative;
}

.modal-footer {
	border-top: 1px solid #e5e5e5;
	padding: 15px;
	text-align: right;
}

.modal-footer .btn + .btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn { margin-left: -1px; }

.modal-footer .btn-block + .btn-block { margin-left: 0; }

.modal-scrollbar-measure {
	height: 50px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
	width: 50px;
}

.alert {
	border: 1px solid transparent;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 15px;
}

.alert h4 {
	color: inherit;
	margin-top: 0;
}

.alert .alert-link { font-weight: bold; }

.alert > p,
.alert > ul { margin-bottom: 0; }

.alert > p + p { margin-top: 5px; }

.alert-dismissable,
.alert-dismissible { padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
	color: inherit;
	position: relative;
	right: -21px;
	top: -2px;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.alert-success hr { border-top-color: #c9e2b3; }

.alert-success .alert-link { color: #2b542c; }

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.alert-info hr { border-top-color: #a6e1ec; }

.alert-info .alert-link { color: #245269; }

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-warning hr { border-top-color: #f7e1b5; }

.alert-warning .alert-link { color: #66512c; }

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.alert-danger hr { border-top-color: #e4b9c0; }

.alert-danger .alert-link { color: #843534; }


@media (min-width: 768px) {
	.modal-dialog {
		margin: 30px auto;
		width: 600px;
	}

	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}

	.modal-sm { width: 300px; }
}

@media (min-width: 992px) {
	.modal-lg { width: 900px; }
}

/*textbox*/

.form-control {
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	color: #555;
	display: block;
	font-size: 14px;
	height: 34px;
	line-height: 1.42857143;
	padding: 6px 12px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	width: 100%;
}

/*div password*/

.DivPSW {
	float: right;
	font-size: 80%;
	padding: 10px;
	position: relative;
}

#capsLockWarning {
	font-size: small;
	margin: 10px 0px;
}