body {
    background-color: rgb(255, 255, 255);
    text-align: center;
 }

 .myinput {
  width: 20px;

  position: relative;
  left: 200px;

  vertical-align: middle;
}

.mylabel {  
  width: 200px;

  position: relative;
  left: -20px;

  display: inline-block;
  vertical-align: middle;
}

 .mycenter {
    /* border: 5px solid; */
    position: absolute;
    top: 200px;
    left: 50%;
    width: 95%;
    transform: translate(-50%);
    padding: 10px;
    text-align: center;
  }

  .mycenter2 {
    /* border: 5px solid; */
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
  }

  .mycenter3 {
    /* border: 5px solid; */
    display: block;
    position: absolute;
    top: 95%;
    width: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
  }
  
 .login-container1 {
    border-radius: 25px;
    /* border: 5px solid #73AD21;  */
    border: 5px solid #464a4e; 
    padding: 20px; 
    width: 95%;
    max-width: 400px;
    height: 150px;  
    text-align: center;
    vertical-align: center;
    background-color: #EEE;
  }

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

a:link {
  text-decoration: none;
  color: #000000
}

a:visited {
  text-decoration: none;
  color: #000000
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: underline;
}