
.LogInLogo{
  width:20%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-top: 1%;
  transition: all .2s ease;
}
#Main{
  background-color: rgba(22,22,22,0.95);

}
.LogInLogo:hover{
  transform: scale(1.03);
}
.SignInBox{
  width:85%;
  height:100%;
 float: left;
  background-color: white;
  border-radius: 20px;
  box-shadow: 4px 4px 12px black;
}
.SignInBoxHeader{
  width: 100%;
  height: auto;
  font-weight: bold;
  float: left;
  font-size: 1.3em;
  margin-top: 8%;
  margin-bottom: 3%;
  text-align: center;
}
.copyRight{
  width: 100%;
  height: auto;
  font-size: 1.3em;
  float: left;
  margin-top: 0%;
  text-align: center;
  color: white;
}
.InputText{
  width: 60%;
  height: 50px;
  padding: 1% 1% 1% 1% ;
  border: 1px solid #E3E3E3;
  margin-top: 2%;
    margin-bottom: 2%;
  float: left;
  border-radius: 10px;
  margin-left: 20%;
  margin-right: 10%;
  font-size: 14px;
  background-color: white;
  color:rgb(0,50,29);
}
.InputText::placeholder{
  color:rgb(0,50,29);
  font-style: italic;
}
.submit{
  width: 58%;
  height: 20px;
  color:rgb(0,50,29);
  margin-top: 2%;
  float: left;
  text-align: center;
  margin-left: 20%;
  margin-right: 10%;
  float: left;
  border-radius: 10px;
  padding: 1% 1% 1% 1% ;
  background-color: white;
  border:1px solid rgb(0,50,29);
  transition: all .2s ease;
  cursor: pointer;
  text-decoration: none;
}
.submit:hover{
    color:white;
    background-color: rgb(0,50,29);
}
.CreateAccounLogo{
  width:20%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  transition: all .2s ease;
}
.CreateAccounLogo:hover{
  transform: scale(1.03);
  background-color: #dddd;
}
.CreateAccountBox{
  width:80%;
  height:auto;
  margin-top: -2%;
  float: left;
  margin-left: 5%;
  background-color: white;
  border-radius: 20px;
  box-shadow: 2px 2px 6px black;
  padding-bottom: 1%;

}
.InputTextCreate {
  width: 80%;
  height: 40px;
  padding: 1% 1% 1% 1%;
  border: 1px solid #E3E3E3;
  margin-top: 5px;
  margin-bottom: 5px;
  float: left;
  border-radius: 5px;
  margin-left: 10%;
  margin-right: 10%;
  font-size: 14px;
  background-color: white;
  color: rgb(0,50,29);
}
.createAccountBoxHeader {
  width: auto;
  height: auto;
  font-weight: bold;
  float: left;
  font-size: 1.3em;
  margin-top: 3%;
  margin-left: 5%;
  margin-bottom: 1%;
  text-align: left;
}
.SelectProfilePic{
  width: 80%;
  height: auto;
  float: left;
  margin-left: 10%;
  margin-bottom: 2%;
  margin-top: 5px;
}
.SelectProfilePicHeader{
  width: 100%;
  height:auto;
  font-size: 0.65em;
  float: left;
  margin-top: 5px;
}
.CameriaButton{
  width:20%;
  float: left;
  margin-top: 3%;
  border-radius: 2px;
  padding: 1% 1% 1% 1% ;
  color: white;
  background:linear-gradient(#b4855b, #672c0b);
  text-align: center;
  cursor: pointer;
  font-size: 0.65em;
}
.ProfilePic{
  width:15%;
  margin-left: 15%;
  margin-top: 0%;
  height: auto;
  float: left;
  box-shadow: 2px 2px 6px silver;
}
.msg{
  width: 100%;
  height: auto;
  padding: 1% 1% 1% 1%;
  color:red;
  float: left;
  font-size: 1.1em;
  text-align: center;
}
.LoginFormLeft{
  width:30%;
  margin-left: 15%;
  height:80%;
  float:left;
  margin-top: 7%;
}
.LoginFormLeftLogo{
  width:20%;
  height: auto;
  float: left;
  
}
.LoginFormRight{
  width:55%;
  height:75%;
  float:left;
  margin-top: 7%;
}
.LoginFormLeftTitle {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 5%;
  font-size: 35px;
  text-align: left;
  color: white;
}
.LoginFormLeftConentent{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 5%;
  font-size: 25px;
  text-align: left;
  color: white;
}
.LoginFormLeftBox{
  width:90%;
  margin-left: 0%;
  float: left;
  background-color: white;
  padding: 1% 1% 1% 1%;
  margin-bottom: 5%;
  margin-top: 5%;
  border-radius: 20px;
  box-shadow: 4px 4px 12px black;
}
@media only screen and (max-width: 1100px) {
  #Main{
    background-color:rgb(22,22,22);
  }
  .LoginFormLeftTitle {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 5%;
    font-size: 20px;
    margin-left: 0%;
    text-align: left;
}
  .LoginFormLeft{
    width:95%;
    height: auto;
    float: left;
    margin-left: 2.5%;
    margin-top: 16%;
    color: white;
    display:none;
  }
  .LoginFormLeftConentent {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 5%;
    font-size: 14px;
    text-align: left;
}
  .LoginFormRight{
    width:100%;
    height: 95%;
    float: left;
    margin-top: 10%;
  }
  .LoginFormLeftBox{
    display: none;
  }
  .copyRight{
    display: none;
  }
  .SignInBox{
    width:100%;
    height:100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 2px 6px grey;
  }
  .CreateAccountBox{
    width:100%;
    height:98%;
    margin-top: 2%;
    float: left;
    margin-left: 0%;
    background-color: white;
    border-radius: 20px;
    box-shadow: 2px 2px 6px grey;
    padding-bottom: 1%;

  }
  .InputTextCreate {
    width: 95%;
    height: 40px;
    padding: 1% 1% 1% 1%;
    border: 1px solid #E3E3E3;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    border-radius: 5px;
    margin-left: 2.5%;
    margin-right: 10%;
    font-size: 14px;
    background-color: white;
    color: rgb(0,50,29);
}
.createAccountBoxHeader{
  margin-top: 8%;
  margin-left: 2%;
}
  .CreateAccounLogo{
    width:60%;
  }
  .LogInLogo{
    width:20%;
    margin-bottom: 1%;
  }
  .InputText{
    width:90%;
    margin-left: 5%;
    margin-top: 5%;
  }
  .submit{
    width:88%;
    margin-left: 5%;
    margin-top: 6%;

  }
  .SignInBoxHeader{
    margin-top: 15%;
    margin-bottom: 2%;
    font-size:1.8em;
  }
}
