*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  background-color:#e2e2e9 ;
  height: 100vh;
  display: flex;
}
.container{
  width: 600px !important;
}
.sign-up{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
  border-radius: 20px !important;
}
#signup_btn{
  height: 35px !important;
  border: none !important;
  padding-bottom: 5px !important;
  font-weight: bold !important;
}
a{
  text-decoration: none!important;
}
.login-body{
  background-color: #8EC5FC;
  background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);
  height: 100vh;
}
#container-login{
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto !important;
}
.card{
  height:360px !important;
  width:500px !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 20px !important;
}
#login-btn{
  /* width: 200px !important; */
  border: none !important;
  cursor: pointer !important;
  border-radius: 5px !important;
}

/* Home Screen design */
.form-div{
  background-color: #fff;
  margin: 20px auto 20px;
  padding: 20px 25px 20px 25px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 5px;
  font-size: 1.1em;
}
.form-control:focus{
  box-shadow: none!important;
}
form p{
  font-size: .9em;
}
.form-div.login{
  margin-top: 100px!important;
}
.logout{
  color: red!important;
}

/* Company */
#company-pic{
  background-color: #21D4FD;
  background-image: linear-gradient(19deg, #21D4FD 0%, #B721FF 100%);
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#profile-card{
  height: 400px !important;
  width: 600px !important;
}
