

#logo-left-side{
  width: 679px;
  height: 780px;
  border-top-left-radius: 71px;
  border-bottom-left-radius: 71px;

  background: #63740c;
}

.home-login{

  width: 350px;
  height: 73px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #63740c;
  padding-top: 15px;
  padding-left:15px;


  margin-top:500px;

  text-align: left;
  color: #ffffff;
  font-family: "Segoe UI";
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 12.5px;
  z-index: 2;



}


.home-login span{
  cursor:pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.home-login span:after{
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right:-20px;
  transition: 0.5s;
}

.home-login:hover span{
  padding-right:25px;
}

.home-login:hover span:after{
   opacity:1;
   right:0;
}













.HomeProRoundLogo{

  margin-top:120px;
  margin-left:90px;
  width: 153.81px;
  height: 153px;

  border-radius:120px;
  box-shadow: 1px 1px 0px 15px #ffffff;


}


.FormProfilePic{
  height:200px;
  width:200px;

}

.form-profile-pic{
  margin: auto;
  width: 50%;
  padding: 10px;


}

.Formlabels{
  width: 368px;
  height: 32px;
  color: rgba(0,0,0,0.6);
  font-family: "Segoe UI";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 9.8px;

}

#formEmail ,#formPassword{
    background-color: transparent;
    color:rgba(24,24,24,0.6);
    outline: none;
    outline-style: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid #eeeeee 1px;
    padding: 3px 10px;

}

#formSubmit{

  height: 45.3px;
  border-radius: 30px;
  background: #63740c;
  border: none;

  margin-top:15px;


}

#loginSubmits{
  width: 292px;
  height: 49px;
  color: #ffffff;
  font-family: "Segoe UI";
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 23.5px;
}








