body {
	font: 14px sans-serif;
}
.container {
			height: 800px;
			margin: 0 auto;
			padding-left: 10px;
			padding-right: 10px;
			display: flex;
			justify-content:center;
			align-items:center;
		 }	
.wrapper {
			background: SKYBLUE;
			width: 300px;
			text-align: center;	
		 }


		 
		 .pwwrapper {
			background: SKYBLUE;
			width: 380px;
			text-align: center;	
		 }
label {
		display: inline-block;
		font-weight: bold;
		margin-bottom: 5px;
}


.form-group {
	display: inline-block;
	margin-bottom: 13px;
	/*border: 1px solid black;*/
}

.but-form-group {
	display: block;
	margin-bottom: 15px;
}

.select-control {
			display: block;
			width: 196px;
			
			padding: 4px 12px;
			font: 14px sans-serif;
			border: 1px solid #ccc;
			border-radius: 4px;
			
		}
		
		.form-control {
			display: block;
			
			height: 15px;
			padding: 6px 12px;
			font: 14px sans-serif;
			border: 1px solid #ccc;
			border-radius: 4px;
			line-height: 1.42857143;
		}
		
		.help-block {
			display: block;
			margin-top: 5px;
			margin-bottom: 10px;
			color: #737373;
		}
		
		.btn-primary {
			color: #fff;
			background-color: ROYALBLUE;
			/*#337ab7;*/
			border-color: #2e6da4;
			padding: 6px 12px;
			border-radius: 4px;
		}


.noclose {
	display: none;
}		
.ui-widget {
	font: 12px sans-serif;
}
.ui-widget-content
{
   background: skyblue;
}

.ui-widget-overlay {

    opacity: .6;
 
}

.ui-widget select, .ui-widget input, .ui-widget button, .ui-widget table {
	/*font-family: inherit;
	font-size: inherit;*/
	font: 12px sans-serif;
}

.ui-dialog .ui-dialog-titlebar {
	background: #007fff;
}		