﻿
		.center-box
		{
		  display: flex;
		  align-items: center;
		  justify-content: center;
		}
        .label-left
		{
		  font-weight: bold;
          float: left;
          text-decoration: underline;
		}
        .label-nowrap
		{
		  white-space: nowrap
		}
		.form-select
		{
		  width: 165px;
		  font-family: arial;
		  font-weight:normal;
		  font-size:15px;
		}
		.form-label
		{
		  font-weight:normal;
		}
		.form-label-tiny
		{
		  font-weight:normal;
		  font-size:11px;
          font-style: italic;
		}
		.form-input
		{
		  text-align: center;
		  width: 210px;
		  font-size: 18px;
		  color:#249;
		  font-weight:normal;
		  margin-top:5px;
		}
		
		.form-input2
		{
		  text-align: center;
		  width: 160px;
		  font-size: 18px;
		  color:#36B;
		  font-weight:bold;
		  margin-top:5px;
		}
		
        .form-email
		{
		  text-align: center;
		  width: 220px;
		  font-size: 16px;
		  color:#1a6;
		  font-weight:bold;
		}

        .form-hidden
		{
		  line-height: 30px;
		  text-align: center;
		  width: 160px;
		  font-size: 16px;
		  color:#1a6;
		  font-weight:bold;
		  margin-top:15px;
		}
		
		
		.form-notes
		{
		  font-size:13px;
		  font-style: italic;
		}
		
		#form-button
		{
		  height: 30px;
		  width:180px;
		  border-radius: 4px;
		  margin-top:10px;
		  font-weight:bold;
		  font-family:arial;
		  font-size:15px;
		}
		.form-check
		{
		  width:220px;
		  font-size: 15px;
		  text-align: center;
		}
  		.form-row
		{
          display: inline-flex;
          align-items: center;
        }
	
		.form-box
		{
		  padding:13px;
		  text-align: center;
		  height: auto;
		  width: 500px;
		  font-family:verdana;
		  font-size:13px;
		  border:2px #CCD solid;
		  border-radius:10px;
		  border-style:outset ;
		  box-shadow: 1px 1px 5px grey;
		  align-items: center;
		  justify-content: center;
		}

		.button_pwd_show
		{
			width:40px;
			height:26px;
			background: url('https://hyperapps.it/res/icons/eye_open.png');
			background-repeat: no-repeat;
			background-size: 40px 26px;
		}
		.button_pwd_hide
		{
			width:40px;
			height:26px;
			background: url('https://hyperapps.it/res/icons/eye_close.png');
			background-repeat: no-repeat;
			background-size: 40px 26px;
		}
		.bordered_layer
		{
			border:1px dotted black;
		}