:root {
  --gray: #999;
  --blue: #0074d9;
  --color: #333;
  --background-color: $white;
  --border: 1px solid #eee;
  --primary-1: rgba(1, 98, 232, 0.1);
  --primary-2: rgba(1, 98, 232, 0.2);
  --primary-3: rgba(1, 98, 232, 0.3);
  --primary-5: rgba(1, 98, 232, 0.5);
  --primary-8: rgba(1, 98, 232, 0.8);
  --primary-bg-color: #0162e8;
  --primary-bg-hover: #025cd8;
  --primary-bg-border: #0162e8;
}
input.form-control {
  color: #031b4e;
  font-weight: 500;
  border-width: 1px;
  border-color: #eae8f1;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  /* font-size: 0.875rem; */
  font-weight: 400;
  line-height: 1.5;
  color: #4d5875;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e1e5ef;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input.form-control:focus {

  border-color: #7c7c7e;
  
}
body {
  background: #ecf0fa;

}
.authentication-form{
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background: #fff;
  background-clip: border-box;
  border-radius: 5px;
  border: 1px solid #deebfd;
  margin-bottom: 1.3rem;
  box-shadow: -8px 12px 18px #dadee8;
  margin-bottom: 25px; 
}

canvas{
  position: absolute;
  top:0;
  left:0;
  z-index:-1;
}

.login-admin{
      background-repeat: no-repeat;
    background: linear-gradient(4deg, rgb(240,240,240) 52%, rgb(60,70,100) 52.1%);
}