.login{
    height: 300px;
    width: 550px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -342px;
    border-radius: 20px;
    box-shadow: 0px 0px 8px;
}

.login-left {
  height: 300px;
  position: relative;
}

.login-left div {
  border-right: 1px solid #bdc3c7;  
  height: 200px;
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
}

.login-left div img {
    max-height: 120px;
    max-width: 120px;    
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

.login-right {
  height: 300px;  
  position: relative;
}

.login-right-input {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;  
}

.login-right-input input{
  display: block;
  margin-bottom: 10px;
  border-radius: 5px;
  background-color: #2c3e50;
  color: white;
  width: 325px;
  height: 30px;
  border: 0px;
  text-align: center;
  padding: 3px;
}
.login-right-input button{
  height: 30;
  background-color: #e67e22;
  border: 3px solid #e67e22;
  color: #ffffff;
  font-size: 1.1em;
  padding: 5px 8px;
  border-radius: 3px;
}

.login-right-input button:hover {
  border: 3px solid #d35400;
}

.login-right-input a{  
  color: #34495e;  
}

.login-right-input a:hover{  
  text-decoration: none;
  color: #8e44ad;
  font-weight: bold;
}

.login-right-signup{
  margin-top: 10px;
}

.login-right-signup a{
  background-color: #2c3e50;
  padding: 5px;
  border-radius: 5px;
  color: #ffffff;    
  border: 2px solid #2c3e50;
}

.login-right-signup a:hover {
  text-decoration: none;
  border: 2px solid #e67e22;
}

.login-error-message{
  color: red;  
}

.login-error-message p {
  background-color: #f1c40f;
  padding: 3px;
  margin-bottom: 5px;  
}
