body {
	margin:0px;
	border:0px;
	font-family:arial;
}
	.loginContainer {
		margin-top:8vh;
		height: 80vh;
		width: 300px;
		padding:20px;
		border-radius:30px;
		background-color:#edf5fe;
		max-height:600px;
	}
	.loginLogo img {
		width:240px;
		border-radius:6px;	}
	input {
		margin-top:20px;
		width:240px; 
		font-size:20px;
		height:30px;
		border-radius:6px;
		border:none;
	}
	input::placeholder {
		font-size:12px;
		text-align:center;
		letter-spacing:none !important;
	}
	.secNoContainer {
		margin-top:20px;
		display:inline-flex;
		justify-content:center;
		align-items:space-arround;
	}
	.secNo {
		font-family:"Courier New", monospace;
		border:1px solid silver;
		border-radius:4px;
		font-size:32px;
		margin:4px;
	}
	.f2err {
		margin-top:20px;
		background-color:red;
		padding:20px;
		border-radius:6px;
		color:white;
		font-family:arial;
	} 
	

/* Buuton */
.button-18 {
	width:240px;margin-top:30px;
  align-items: center;
  background-color: #0A66C2;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-18:hover,
.button-18:focus { 
  background-color: #16437E;
  color: #ffffff;
}

.button-18:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.button-18:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}

.buttonGrey {
	background-color:silver;
	color:black;
}
.buttonGrey:hover,
.buttonGrey:focus { 
  background-color: #222;
  color: #efefef;
}
.buttonGreen {
	background-color:#418947;
	color:white;
}
.buttonGreen:hover,
.buttonGreen:focus { 
  background-color: #00de22;
  color: #efefef;
}
