@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
*{
    padding: 0;
    margin: 0;
    outline: none;
}
body{
    font-family: 'Roboto', sans-serif !important;
    height:100vh;
    color: #3a3e42 !important;
}
.AppForm .AppFormLeft h1{
    font-size: 35px;
}
.AppForm .AppFormLeft input:focus{
    border-color: #ced4da;
}
.AppForm .AppFormLeft input::placeholder{
   font-size: 15px;
}
.AppForm .AppFormLeft i{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.AppForm .AppFormLeft a{
 color: #bd5b5e;
    font-weight: bold;
}

.AppForm .AppFormLeft button{
    background: linear-gradient(45deg,#8D334C,#CF6964);
    border-radius: 30px;
}
.AppForm .AppFormLeft p span{
  color: #007bff;
}

.AppForm .AppFormRight{
    background-image: url('/democratic_ai/img/bg.webp');
    height: 450px;
    background-size: cover;
    background-position: center;
}

.AppForm .AppFormAdmin{
    background-image: url('/democratic_ai/img/admin.webp');
    height: 450px;
    background-size: cover;
    background-position: center;
}
.AppForm .AppFormParticipant{
    background-image: url('/democratic_ai/img/participant.webp');
    height: 450px;
    background-size: cover;
    background-position: center;
}

.AppForm .AppFormRight:after, .AppForm .AppFormAdmin:after, .AppForm .AppFormParticipant:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg,#8D334C,#CF6964);
    opacity: 0.5;
}
.AppForm .AppFormRight h2, .AppForm .AppFormAdmin h2, .AppForm .AppFormParticipant h2{
    z-index: 1;
}
.AppForm .AppFormRight h2::after, .AppForm .AppFormAdmin h2::after, .AppForm .AppFormParticipant h2::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: 0;
  left:50%;
  transform: translateX(-50%);
}
.AppForm .AppFormRight p, .AppForm .AppFormAdmin p, .AppForm .AppFormParticipant p{
    z-index: 1;
}

------ Choosing Roles page ---

.AppForm .AppFormRoles button {
    background: linear-gradient(45deg, #8D334C, #CF6964);
    border-radius: 30px;
}

.authentication .authentication-cover {
background-image: url(http://13.49.5.18/democratic_ai/img/bg.webp);
}
.authentication .authentication-barrier{ position: unset}
.AppFormLeft i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
button.btn.btn-success.btn-block.shadow.border-0.py-2.text-uppercase {
    background: linear-gradient(45deg, #82338d, #6489cf);
    border-radius: 30px;
}

.container-fluid {
    padding-right: 0px;    
    padding-left: 0px;

}