* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0px;
  background: #F1F1F1;
  font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
 background: #F1F1F1;  
	 /*  background: url("../images/republic.jpg") no-repeat fixed left top / cover rgb(180, 190, 203);   
	background-size:100% 100%; */
	margin: 0px;overflow-x:hidden
}

.left_panel {
  width: 347px;
  float: left;
  clear: both;
}

.left_panel_sub {
  float: left;
  clear: both;
  height: 270px;
  width: 345px;/*900px;*/
}

.left_panel_sub img {
  height: 290px;/*315px;270px;*/
  width: 345px;
}

.left_panel_info {
  padding: 5px;
  float: left;
  clear: both;
  width: 337px;
  color: white;
  background: #E5332B;
  font-size: 13px;
  height: 35px;
}

.right_panel {
  width: 355px;
  float: left;
  border: solid 1px rgb(127, 127, 127);
  margin-top: 25px;
  margin-left: 9px;
  height:316px;
  background: aliceblue;
}

.right_panel_sub {
  margin: 0px;
  width: 90px;
  height: 90px;
  border-radius: 50px;
  position: relative;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  background: white;
  margin-top: -50px;
}

.right_panel_sub img {
  height: 80px;
  width: 80px;
  margin-left: 0px;
  margin-top: 3px;
}

#login {
  float: left;
  clear: both;
  margin-top: 45px;
  width: 100%;
  height: 168px;
}

#forget {
  float: right;
  clear: both;
  width: 80%;
  /* border: solid 1px rgb(229, 230, 231); */
  height: 50px;/*43px;*/
  /* margin-top:10px; */	
  text-align: left;
}

#forget a {
  /*float: right;*/
 /* margin-right: 75px;*/
  text-decoration: none;
  margin-top: 15px;
  font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  text-align:center;
}

#forgot_pass {
  float: left;
  clear: both;
  margin-top: 10px;
  width: 100%;
  display: none;
  height: 168px;
}

#alert_msg {
  margin-left: 60px;
  clear: both;
  width: 210px;
  display: none;
  float: left;
  margin-top: 5px;
}

#forgot_divWarningCapsLock {
  display: none;
  float: left;
  color: #E5332B;
  clear: both;
  margin-left: 66px;
  margin-top: 5px;
}

#back {
  display: none;
  float: right;
  clear: both;
  width: 100%;
  border: solid 1px rgb(229, 230, 231);
  height: 43px;
}

#back a {
  float: right;
  margin-right: 75px;
  text-decoration: none;
  margin-top: 15px;
  font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.login_footer {
  width: 100%;
  position: fixed;
  bottom: 0px;
  background: black;
  height: 30px;
  margin: 0px;
  border-top: solid 3px #E5332B;
}

.login_footer_info {
  margin: 0px auto;
  color: white;
  clear: both;
  width: 37%;
  line-height: 30px;
  font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
}

.text {
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(229, 230, 231);
  border-radius: 1px 1px 1px 1px;
  padding: 8px 12px;
  width: 60%;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  margin-top: 5px;
  clear: both;
}

.text:FOCUS {
  border: 1px solid #046DAE;/*#E5332B;*/
  /*border: 1px solid rgb(178, 2, 127);*/
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
}

button {
  background: #046DAE;/*#e5332b;*/
 /* background: #B2027F;*/
  color: white;
  padding: 8px 15px;
  clear: both;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 66%;
  margin-top: 5px;
  font-weight: bold;
}

#clock {
  position: relative;
  width: 100px;
  height: 100px;
	/* margin: 20px auto 0 auto; */
  float: right;
  background: url(../images/clockface.png);
  list-style: none;
  background-size: 100px 100px;
}

#sec, #min, #hour {
  position: absolute;
		/* width:10px;
		height:100px; */
  top: 0px;
  left: 45px;
}

#sec {
  width: 10px;
  height: 100px;
  background: url(../images/sechand.png);
  background-size: 10px 100px;
  z-index: 3;
  position: absolute;
  top: 0px;
  left: 45px;
}

#min {
  width: 2px;
  height: 100px;
  background: url(../images/minhand.png);
  background-size: 5px 100px;
  z-index: 2;
  left: 50px;
}

#hour {
  width: 2px;
  height: 100px;
  background: url(../images/hourhand.png);
  background-size: 5px 100px;
  z-index: 1;
  left: 50px;
}

.outer {
  height: 315px;
  width: 800px;
  margin-top:150px;
  margin-left: 37px;
}

.username {
  font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
}

.content {
  font-size: 13px;
  font-style: normal;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.title {
  color: white;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  margin-left: 20px;
  font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}