body 
{
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 100%;
    width: 100%; 
    touch-action: auto;
}
.portal {
    text-align: center;
}
#portal_text {
    text-align: center;
    font-size: 1.25em;
    font-style: italic;
    font-weight: bold;
    padding-top: 0.5em;
}
#portal_box {
    width: 375px;
    height:250px;
    background-color: silver;
    border-radius: 15px;
}

#new_pwd_btn {
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
    background-color:#3d94f6;
    border-radius:6px;
    border:1px solid #337fed;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #1570cd;
}
input[type="text"],
input[type="password"]
{
    font-size: inherit;
	border-radius:5px;
    background-color:#ebebeb;
    padding:5px;
}
input[type="submit"]
{
    box-shadow:inset 0px 1px 0px 0px #97c4fe;
    background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
    background-color:#3d94f6;
    border-radius:6px;
    border:1px solid #337fed;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:arial;
    font-size:14px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:0px 1px 0px #1570cd;
}
input[type="submit"]:hover
{
    background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
    background-color:#1e62d0;
}
.wrapper {
    display:block;
    width:100%;
    height:100%;
}
#logleft {
    display:block;
    position:fixed;
    width:65%;
    height:100%;
    float:left;
}
.background {
    height:100%;
    width:100%;
}
#logright {
    display:block;
	position:fixed;
	top:0;
	right:0;
    width:35%;
}
#logowrap {
    margin: 15px 0 15px 8%;
}
.logo {
    height:85px;
    width:225px;
} 
.name {
    width: 100%;
	display:inline-block;
    padding:5px 0 5px 4%;
}
.field {
    display:inline-block;
}
.link {
    display:inline-block;
    padding:30px 0 10px 4%;
}
.button {
	padding:10px 0 10px 4%;
}
#logright_btm {
	display:block;
	position:fixed;
	width:35%;
	bottom:0;
	right:0;
}
#copy {
	float:left;
	width:40%;
	margin-top:20px;
	padding-left:10%;
	font-size:small;
}
#ddi_logo {
	float:left;
	width:40%;
	text-align:right;
}
.logo_btm {
	height:40px;
	width:100px;
}
.popup-a {
	background: #F8F8FF;
	border-style: solid;
	border-radius: 5px;
	border-width: 4px;
	border-color: #808080;
	position: absolute;
	display: none;
	width: 310px;
	height: 400px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 100;
	outline: 9999px solid rgba(0,0,0,0.5);
}
#username{
	margin: 10px 14% 2.5px 14%;
}

#original {
	margin: 0 14% 2.5px 14%;
}

#new {
	margin: 0 14% 2.5px 14%;
}

#confirm {
	margin: 0 14% 2.5px 14%;
}
#popup-a input[type="text"],
#popup-a input[type="password"]
{
    text-indent:30px;
}
.popup-b {
	background: #F8F8FF;
	border-style: solid;
	border-radius: 5px;
	border-width: 4px;
	border-color: #808080;
	position: absolute;
	display: none;
	width: 310px;
	height: 200px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	z-index: 100;
	outline: 9999px solid rgba(0,0,0,0.5);
}

#forgothead {
	padding: 10px;
	font-size: 20px;
	text-align: center;
	background-color: #C0C0C0;
}

.popup {
	background-image: url(images/blur.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;	
}
#forgot-password-name {
	float: left;
	display:inline;
	width:115px;
	text-align: right;
	padding: 10px 10px 0 5px;
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
}

#forgot-password-field {
	float: left;
	display:inline;
	width:200px;
	padding-right: 20px;
}

.form-forgot-name {
	width: 220px;
	padding: 10px 10px 6px 40px;
	border: 1px solid #0d2c52;
	border-radius: 5px;
	background: url('user.png') no-repeat;
	background-size: 35px;
	background-color: #ebebeb;
	font: 16px Arial, Helvetica, sans-serif;
}

.form-forgot-password {
	width: 220px;
	padding: 10px 10px 6px 40px;
	border: 1px solid #0d2c52;
	border-radius: 5px;
	background: url('pass.png') no-repeat;
	background-size: 30px;
	background-position: 4px;
	background-color: #ebebeb;
	font: 16px Arial, Helvetica, sans-serif;
}

#forgot-password-options {
	padding: 0 20px 0 15px;
	text-align: center;
}

#reset-password-options {
	padding: 0 20px 0 25px;
}

#logoff {
	padding:0 0 0 10%;
	font: 14px Arial, Helvetica, sans-serif;
	color: #B22222;
}

.lyrForgotPwd {
	font: 12px Arial, Helvetica, sans-serif;
	color: black;
}

p {
	float: left;
	padding: 0 10px 0 10px;
	font: 14px Arial, Helvetica, sans-serif;
	color: black;
}
.myButton {
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1570cd;
}
.myButton:hover {
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.myButton:active {
	position:relative;
	top:1px;
}

@media (min-width:250px) {
	
input[type="text"],
input[type="password"]
{
    font-size: small;
	border-radius:5px;
    background-color:#ebebeb;
    padding:5px;
}
#logleft {
    display:none;
    position:fixed;
    width:65%;
    height:100%;
    float:left;
}
#logright {
    display:block;
	position:fixed;
	top:0;
	right:0;
    width:100%;
}
#logowrap {
    margin: 15px 0 15px 0;
}
.name {
    width: 100%;
	display:inline-block;
    padding:5px 0 5px 4%;
}
.link {
    display:inline-block;
    padding:30px 0 10px 4%;
}
.button {
	padding:10px 0 10px 4%;
}
#logright_btm {
	display:block;
	position:fixed;
	width:100%;
	bottom:0;
	right:0;
}
#copy {
	float:left;
	width:60%;
	margin-top:20px;
	padding-left:2%;
	font-size:small;
}
#ddi_logo {
	float:left;
	width:35%;
	text-align:right;
}
#logoff {
	padding:0 0 0 2%;
	font: 14px Arial, Helvetica, sans-serif;
	color: #B22222;
}
#logout_msg p {
	padding:0 0 0 2%;
	font: inherit;
	line-height:2em;
}
}

@media (min-width:600px) {

input[type="text"],
input[type="password"]
{
    font-size: inherit;
	border-radius:5px;
    background-color:#ebebeb;
    padding:5px;
}
#logleft {
    display:block;
    position:fixed;
    width:35%;
    height:100%;
    float:left;
}
#logright {
    display:block;
	position:fixed;
	top:0;
	right:0;
    width:65%;
}
#logowrap {
    margin: 15px 0 15px 3%;
}
.name {
    width: 100%;
	display:inline-block;
    padding:5px 0 5px 4%;
}
.link {
    display:inline-block;
    padding:30px 0 10px 4%;
}
.button {
	padding:10px 0 10px 4%;
}
#logright_btm {
	display:block;
	position:fixed;
	width:65%;
	bottom:0;
	right:0;
}
#copy {
	float:left;
	width:70%;
	margin-top:20px;
	padding-left:2%;
	font-size:small;
}
#ddi_logo {
	float:left;
	width:25%;
	text-align:right;
}
#logoff {
	padding:0 0 0 6%;
	font: 14px Arial, Helvetica, sans-serif;
	color: #B22222;
}
#logout_msg p {
	padding:0 0 0 6%;
	font: inherit;
	line-height:2em;
}
}

@media (min-width:801px) {

#logleft {
    display:block;
    position:fixed;
    width:50%;
    height:100%;
    float:left;
}
#logright {
    display:block;
	position:fixed;
	top:0;
	right:0;
    width:50%;
}
#logowrap {
    margin: 15px 0 15px 3%;
}
.name {
    width: 100%;
	display:inline-block;
    padding:5px 0 5px 4%;
}
.link {
    display:inline-block;
    padding:30px 0 10px 4%;
}
.button {
	padding:10px 0 10px 4%;
}
#logright_btm {
	display:block;
	position:fixed;
	width:50%;
	bottom:0;
	right:0;
}
#copy {
	float:left;
	width:65%;
	margin-top:20px;
	padding-left:2%;
	font-size:small;
}
#ddi_logo {
	float:left;
	width:30%;
	text-align:right;
}
#logoff {
	padding:0 0 0 6%;
	font: 14px Arial, Helvetica, sans-serif;
	color: #B22222;
}
#logout_msg p {
	padding:0 0 0 6%;
	font: inherit;
	line-height:2em;
}
}

@media (min-width:1025px) {
#logleft {
    display:block;
    position:fixed;
    width:50%;
    height:100%;
    float:left;
}
#logright {
    display:block;
	position:fixed;
	top:0;
	right:0;
    width:50%;
}
#logowrap {
    margin: 15px 0 15px 8%;
}
.name {
    width: 100%;
	display:inline-block;
    padding:5px 0 5px 4%;
}
.link {
    display:inline-block;
    padding:30px 0 10px 4%;
}
.button {
	padding:10px 0 10px 4%;
}
#logright_btm {
	display:block;
	position:fixed;
	width:50%;
	bottom:0;
	right:0;
}
#copy {
	float:left;
	width:60%;
	margin-top:20px;
	padding-left:2%;
	font-size:small;
}
#ddi_logo {
	float:left;
	width:30%;
	text-align:right;
}
#logoff {
	padding:0 0 0 10%;
	font: 14px Arial, Helvetica, sans-serif;
	color: #B22222;
}
#logout_msg p {
	padding:0 0 0 10%;
	font: inherit;
	line-height:2em;
}
}

@media (min-width:1250px) {
#logleft {
    display:block;
    position:fixed;
    width:70%;
    height:100%;
    float:left;
}
#logright {
    display:block;
	position:fixed;
	top:0;
	right:0;
    width:30%;
}
#logowrap {
    margin: 15px 0 15px 8%;
}
.name {
    width: 100%;
	display:inline-block;
    padding:5px 0 5px 4%;
}
.link {
    display:inline-block;
    padding:30px 0 10px 4%;
}
.button {
	padding:10px 0 10px 4%;
}
#logright_btm {
	display:block;
	position:fixed;
	width:30%;
	bottom:0;
	right:0;
}
#copy {
	float:left;
	width:65%;
	margin-top:20px;
	padding-left:2%;
	font-size:small;
}
#ddi_logo {
	float:left;
	width:30%;
	text-align:right;
}
#logoff {
	padding:0 0 0 10%;
	font: 14px Arial, Helvetica, sans-serif;
	color: #B22222;
}
#logout_msg p {
	padding:0 0 0 10%;
	font: inherit;
	line-height:2em;
}
}
