.body{
background-image:url(../img/bgimage.png
);
}

.body1{
background-color: #020e2d;
}

.logo{
    width: 12%;
    height: 11%;
    padding-left: 1.60rem;
    padding-top: 2.10rem;
}

@font-face {
    font-family: NoiGrotesklightalic;
    src: url(https://www.ableenergy.no/_next/static/media/NoiGrotesk-LightItalic.24172dd4.otf);
  }
@font-face {
    font-family:NoiGrotesklight;
    src: url(https://www.ableenergy.no/_next/static/media/NoiGrotesk-Light.f5af2d94.otf);
  }
  @font-face {
    font-family:Noigrotesk;
    src: url(https://www.ableenergy.no/_next/static/media/NoiGrotesk-Regular.5231989e.otf);
  }

.border_font{
    font-family:Noigrotesk;
    text-decoration: none;
    font-weight: 400;
}

.fontblu{
  font-family:Noigrotesk;
  text-decoration: none;
  font-weight: 400;
  color: #1e0067;
}

.font{
font-family:Noigrotesk;
text-decoration: none;
font-weight: 400;
}

.backround{
background-image: url(../img/prple.jpg);
}

.fontprp{
  font-family:Noigrotesk;
  text-decoration: none;
  font-weight: 400;
  color: #8355f7;
  }
.font1{
    font-family:NoiGrotesklight;
}
.font2{
    font-family: Noigrotesklightalic;
}



.loggins{
    text-align: end;
  float: right;
  padding-top: 30px;
  padding-right: 10px;
  
}


.button2 {
  background: #ae977f;
  border: 1px solid #ae977f;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: Noigrotesk;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  text-decoration: none;
}

.button2:hover,
.button2:active {
  background-color:rgba(4,3,3,255);
  background-position: 0 0;
  color: #f3f8fa;
  border-color: #f3f8fa;
}

.button2:active {
  opacity: .5;
}

html,
body {
  height: 100%;
}

.form-signin {
  max-width: 330px;
  padding: 1rem;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

:root{
    --bs-heading-color: #8355f7;
    --bs-body-color:#8355f7 ;
    --bs-secondary-color:#8355f7 ;
    --bs-primary-bg-subtle:#8355f7;
    --bs-primary-text-emphasis:#1e0067 ;
}

