html, body {
    height:100%;
}
* {
	margin: 0px;
}
body {
	/*font-family: "Corbel", "Arial";*/
    font-family: 'Asap Condensed', sans-serif;
	background-image: url("../image/BackgroundNight.png");
	background-size: 100% 100%;
	background-repeat:no-repeat;
	background-position:center;
    background-color:black;
	overflow-x: hidden;
    position: absolute;
    padding-left: 10px;
}
/*
.body-mask {v
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	
	height: 100%;
	background-color: white;
	opacity: 0.7;
	z-index: -1;
}*/

header .brand-bar {
	padding-top: 20px;
    padding-left: 40px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
	justify-content: space-between;
    /*height: 100px;*/
}
.loginform {
    width: 480px;
    border: 1px solid #ccc;
    border-radius: 8px;
    /*padding: 10px;*/
    background-color: #fff;
    align-items: center;
}
.loginfont {
    margin-top: 40px;
    margin-left: 40px;
    color:#202020;
    font-family: 'Asap Condensed', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}
nav {
	display: inline-block;
    margin-top: 20px;
	margin-left: 60px;
	vertical-align: middle;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav li {
	display: inline-block;
	margin-right: 20px;
}
nav a {
	color: white;
	text-decoration: none;
    font-family: 'Asap Condensed', sans-serif;
    font-size:14px;
    font-weight:400;
}
.forminput {
    font-family: 'Asap Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    width: 400px;
    height: 48px;
    padding: 20px;
    margin-top: 16px;
    margin-left: 35px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
/* CSS for the form button */
.blackbutton {
    width: 400px;
    height: 48px;
    background-color: #000000;
    color: white;
    font-family: 'Asap Condensed', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding: 10px 20px;
    margin-top:16px;
    margin-left:40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.copyright {
    margin-top:16px;
    margin-left:140px; 
    font-family: 'Asap Condensed', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: white
}
.descp_center {
	font-family: 'Asap Condensed', sans-serif;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
    margin-left: 35px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.logo div {
	background-image: url("../image/portnet-logo.svg");
	background-repeat:no-repeat;
	background-size: 120px;
}
.logo, .logo div {
	width: 120px;
	height: 80px;
}

.top-nav-wrap {
	display: none;
}
.top-today, .main-today {
	text-align: center;
}
.top-today {
	display: none;
}
.top-today-time, .main-today-time {
	font-size: 4.5rem;
}
.top-today-date, .main-today-date {
	font-size: 1.6rem;
	color: #666;
}
.login-form {
	margin-top: 30px;
}

.login-form form {
	width: 480px;
	/*margin: auto;
	border: 1px solid #ccc;*/
	border-radius: 8px;
	/*padding: 20px 30px 20px;*/
	background-color: #FFFFFF;
	/*opacity: 0.9;*/
}

.form-title {
    margin-top: 20px;
    margin-left: 35px;
    margin-right: 40px;
    font-family: 'Asap Condensed', sans-serif;
    font-style: normal;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}
.form-sub-title {
    margin-top: 20px;
    margin-left: 45px;
    margin-right: 40px;
    font-family: 'Asap Condensed', sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
}

.field-text {
	display: inline-block;
	margin-left: 35px;
    margin-right: 40px;
    font-family: 'Asap Condensed', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
}
.white-button {
    margin-left: 35px;
	height: 32px;
	width: 140px;
	border: 0px solid #DDDDDD;
	border-radius: 4px;
	background: transparent;
    font-family: 'Asap Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
	text-align: left;
	cursor: pointer;
}
.form-field-label {
	display: block;
}

.form-field-label .field-text {
	display: inline-block;
	padding-left: 40px;
}

.icon-user {
	display: inline-block;
	width: 16px;
	height: 16px;
}

.icon-pswd {
	display: inline-block;
	width: 16px;
	height: 16px;
}

.row {
	padding: 5px;
	margin-top: 5px;
}

footer .container {
	position: relative;
	height: 300px;
}
.footer-links {
	position:absolute;
	bottom:0;
	text-align: right;
	width: 98%;
}

@media only screen and (max-width: 1200px) {
	
}
@media only screen and (max-width: 1024px) {
	
}
@media only screen and (max-width: 768px) {
	.logo, .logo div {
		width: 120px;
		height: 80px;
	}
	.logo div {
		background-size: 120px;
	}
	.top-today-time {
		font-size: 2.5em;
	}
	.top-today-date {
		font-size: 1em;
	}
	.top-today {
		display: block;
	}
	.main-today {
		display: none;
	}
}
@media only screen and (max-width: 414px) {
	.logo, .logo div {
		width: 96px;
		height: 80px;
	}
	.logo div {
		background-size: 96px;
	}
	.top-today-time {
		font-size: 2em;
	}
	.top-today-date {
		font-size: 1em;
	}
	.top-today {
		display: block;
	}
	.login-form form {
		padding: 20px 20px 40px;
		box-sizing: border-box;
	}
	.main-today {
		display: none;
	}
}

@media only screen and (max-width: 375px) {
	.logo, .logo div {
		width: 84px;
		height: 80px;
	}
	.logo div {
		background-size: 84px;
	}
	.top-today-time {
		font-size: 1.7rem;
	}
	.top-today-date {
		font-size: 0.9rem;
	}
	.top-today {
		display: block;
	}
	.login-form form {
		width: 100%;
		padding: 20px 15px 35px;
		box-sizing: border-box;
	}
	.main-today {
		display: none;
	}
}


.body-mask {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background-color: white;
	opacity: 0.7;
	z-index: -1;
}

header .brand-bar {
	padding-top: 20px;
    padding-left: 40px;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
	justify-content: space-between;
}

.login-fail {
    margin-top: 16px;
    margin-bottom: -8px;
    width: 400px;
    font-family: Asap Condensed;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    text-align: left;
    color: #db393d;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.loginform {
    width: 480px;
    /*border: 1px solid #ccc;*/
    border-radius: 8px;
    /*padding: 10px;*/
    background-color: #fff;
    align-items: center;
}
.loginfont {
    margin-top: 40px;
    margin-left: 40px;
    color:#202020;
    font-family: 'Asap Condensed', sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}
nav {
	display: inline-block;
    margin-top: 20px;
	margin-left: 60px;
	vertical-align: middle;
}
nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav li {
	display: inline-block;
	margin-right: 20px;
}
nav a {
	color: white;
	text-decoration: none;
    font-family: 'Asap Condensed', sans-serif;
    font-size:14px;
    font-weight:400;
}
.forminput {
    width: 400px;
    height: 48px;
    padding: 20px;
    margin-top: 16px;
    margin-left: 35px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: 'Asap Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
}
/* CSS for the form button */
.blackbutton {
    width: 400px;
    height: 48px;
    background-color: #000000;
    color: #FFFFFF;
    font-family: 'Asap Condensed', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    padding: 10px 20px;
    margin-top:16px;
    margin-left:40px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.whitebutton {
    border: 1px solid #202020;
    background: transparent;
    width: 400px;
    height: 48px;
    color: #202020;
    font-family: 'Asap Condensed', sans-serif;
    font-weight: 500;
    font-style: normal;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
    padding: 10px 20px;
    margin-top:16px;
    margin-left:40px;
    border-radius: 4px;
    cursor: pointer;
}

.copyright {
    margin-top:16px;
    margin-left:140px; 
    font-family: Asap Condensed;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    color: white
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.logo, .logo div {
	width: 120px;
	height: 80px;
}

.top-nav-wrap {
	display: none;
}
.top-today, .main-today {
	text-align: center;
}
.top-today {
	display: none;
}
.top-today-time, .main-today-time {
	font-size: 4.5rem;
}
.top-today-date, .main-today-date {
	font-size: 1.6rem;
	color: #666;
}
.login-form {
	margin-top: 30px;
}

.login-form form {
	width: 640px;
	margin: auto;
	border: 1px solid #ccc;
	border-radius: 15px;
	padding: 20px 30px 20px;
	background-color: #fff;
	opacity: 0.9;
}

.reset2fa-form form {
	width: 480px;
	border-radius: 8px;
	background-color: #FFFFFF;
}


.form-title {
	margin-top: 35px;
    margin-left: 35px;
    margin-right: 40px;
    color:#202020;
    font-family: 'Asap Condensed', sans-serif;
    font-style: normal;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
}
.form-field-label {
	display: block;
}

.form-field-label .field-text {
	display: inline-block;
	padding-left: 5px;
}

.icon-user {
	display: inline-block;
	width: 16px;
	height: 16px;
}

.icon-pswd {
	display: inline-block;
	width: 16px;
	height: 16px;
}

.row {
	padding: 5px;
	margin-top: 5px;
}

footer .container {
	position: relative;
	height: 300px;
}
.footer-links {
	position:absolute;
	bottom:0;
	text-align: right;
	width: 98%;
}


* {
	margin: 0px;
}

.descp {
	font-family: 'Asap Condensed', sans-serif;
	font-style: normal;
	font-size: 16px;
    font-weight: 400;
	line-height: 24px;
	margin-left: 35px;
    margin-right: 40px;
    text-align: left;
}


.descp_center {
    font-family: 'Asap Condensed', sans-serif;
    font-style: normal;
	font-size: 16px;
    font-weight: 400;
	line-height: 24px;
    margin-left: 35px;
    margin-right: 40px;
	text-align: justify;
    
}

.textbox {
	height: 32px;
	width: 298px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	text-align: center;
}

.textdescp {
	height: 32px;
	width: 64px;
	color: #666666;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
}
/*
.white-button {
	border: 1px solid #000000;
	color: #000000;
    background: transparent;
    width: 400px;
    height: 48px;
    font-family: 'Asap Condensed', sans-serif;
    font-weight: 500;
    padding: 10px 20px;
    margin-top:16px;
    margin-left:40px;
    margin-bottom: 40px;
    border-radius: 4px;
    cursor: pointer;
}*/
.white-button {
	margin-top: 18px;
    margin-left: 40px;
	height: 32px;
	border: 0px solid #DDDDDD;
	background: transparent;
	font-size: 12px;
    font-weight: 700;
	line-height: 14px;
	text-align: left;
    cursor: pointer;
    font-family: 'Asap Condensed', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}

.orange-button {
	position: relative;
	/*left:15px;*/
	height: 32px;
	width: 140px;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
	/*background-color: #F67016;*/
	background-color:#e29d3E;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
}

.two-button {
	text-align: center;
	padding: 10px;
}

.imgbarcode {
	/*  position:relative;
  left:180px;
  */
	text-align: center;
}

a {
	color: #FF9933;
}



@media only screen and (max-width: 1200px) {
	
}
@media only screen and (max-width: 1024px) {
	
}
@media only screen and (max-width: 768px) {
	.logo, .logo div {
		width: 120px;
		height: 80px;
	}
	.logo div {
		background-size: 120px;
	}
	.top-today-time {
		font-size: 2.5em;
	}
	.top-today-date {
		font-size: 1em;
	}
	.top-today {
		display: block;
	}
	.main-today {
		display: none;
	}
}
@media only screen and (max-width: 414px) {
	.logo, .logo div {
		width: 96px;
		height: 80px;
	}
	.logo div {
		background-size: 96px;
	}
	.top-today-time {
		font-size: 2em;
	}
	.top-today-date {
		font-size: 1em;
	}
	.top-today {
		display: block;
	}
	.login-form form {
		padding: 20px 20px 40px;
		box-sizing: border-box;
	}
	.main-today {
		display: none;
	}
}

@media only screen and (max-width: 375px) {
	.logo, .logo div {
		width: 84px;
		height: 80px;
	}
	.logo div {
		background-size: 84px;
	}
	.top-today-time {
		font-size: 1.7rem;
	}
	.top-today-date {
		font-size: 0.9rem;
	}
	.top-today {
		display: block;
	}
	.login-form form {
		width: 100%;
		padding: 20px 15px 35px;
		box-sizing: border-box;
	}
	.main-today {
		display: none;
	}
}

a.faq {

	height: 14px;
	width: 59px;
	color: #F79934;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;

}

p {
	text-align: center;
}
