
.logo{
    padding: 20px;
    text-align: left;
}
.left_pane{
    background-color:black;
    background-repeat: no-repeat;
    background-position: right;
    min-height: 1000px;
    padding-top:10px;
    color:white;
}
.separator{
    min-height: 80px;
    padding: 20px;
}
.content{
    padding: 40px;
}
.login{
    padding: 40px;
    text-align: center;
    box-shadow: 10px 10px 10px;
}
.input{
    border:0px;
    border-bottom: 1px solid gray;
    border-radius: 0px;
    outline: none;
}
.message{
    color: red;
    text-align: center;
}
.button{
    background-color:transparent;
    border-radius: 0%;
    border: 1px solid orange;
    padding: 15px 50px;
    font-weight: bold;
    color:grey;
    transition-duration: 0.4s;
  }
  .heads{
      color:black;
  }
  .button:hover {
    background-color: orange;
  }
a:link{
    color: whitesmoke;
}
a:visited{
    color: whitesmoke;
}
a:hover{
    text-decoration: none;
    color:lightblue;
}
