body{
    background: #ddd;
    
}
#login-box { 

  position: relative;
  margin: 5% auto;
  width: 500px;
  height: 400px;
  background: #FFF;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
.container{ 

  position: relative;
  margin: 5% auto;
  width: 700px;
  height: 700px;
  background: #FFF;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}
h1 {
  margin: 0 0 20px 0;
  font-weight: 300;
  font-size: 28px;
}

input[type="text"],
input[type="password"]
{
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 4px;
  width: 270px;
  height: 42px;
  border: none;
  border-bottom: 1px solid #AAA;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 15px;
  transition: 0.2s ease;
}

input[type="text"]:focus,
input[type="text"]:focus
{
  border-bottom: 2px solid #16a085;
  color: #16a085;
  transition: 0.2s ease;
}

.subbtn,input[type="submit"] {
  margin-top: 18px;
  width: 120px;
  height: 32px;
  background: #16a085;
  border: none;
  border-radius: 2px;
  color: #ddd;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: 0.1s ease;
  cursor: pointer;
}

.subbtn,input[type="submit"]:hover,
.subbtn,input[type="submit"]:focus {
  opacity: 0.8;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}

.subbtn,input[type="submit"]:active {
  opacity: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  transition: 0.1s ease;
}



.center {
  position: absolute;
  top: 5;
  right: 20;
  box-sizing: border-box;
  padding: 60px;
  width: 500px;
  height: 400px;
  border-radius: 0 4px 2px 0;
}
.right {
  position: absolute;
  top: 0;
  right: 20;
  box-sizing: border-box;
  padding: 100px;
  width: 500px;
  height: 500px;
  border-radius: 0 4px 2px 0;
}
.txt1 {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.5;
  color: #99999;
}

.txt2 {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
}
.p-t-136 {padding-top: 136px;}
.text-center {text-align: center;}

.login-help {
    margin-top: 20px;
	color:#16a085; 
}
.forgot{
    cursor: pointer;
	color:#16a085; 
}
.signin{
   cursor: pointer;
color:#16a085;   
}