﻿@font-face {
  font-family: Lato;
  src: url("../font/Lato-Regular.ttf"); }

@font-face {
  font-family: Lato-Light;
  src: url("../font/Lato-Light.ttf"); }

body {
  background-color: #ebeff3; }

.logo-appelsdeservices {
  width: 137px;
  height: 42px;
  object-fit: contain; }

.login-menu-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  position: relative;
  left: 50%;
  margin-left: -20px; }

.custom-box {
  width: 435px;
  border-radius: 10px;
  box-shadow: 0 6px 0 0 #e1eaf4;
  background-color: white; }

.custom-title h1 {
  font: normal bold 20px Lato;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #002c80; }

.custom-title p {
  font: normal 300 15px Lato-Light;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: black; }

.login-form input[type=text], .login-form input[type=password] {
  font: normal 300 15px Lato-Light;
  font-family: Lato;
  line-height: normal;
  letter-spacing: normal;
  color: black;
  height: 40px;
  width: 100%;
  padding: 5px 5px 5px 40px;
  border: 1px solid rgba(235, 239, 243, 0.4);
  border-radius: 3px;
  background-color: rgba(235, 239, 243, 0.4); }

.login-form button {
  width: 100%;
  height: 43px;
  font-size: 16px;
  font-family: Lato;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: white;
  border: none;
  background-color: #91cb69; }

.login-form .form-group {
  position: relative; }

.login-form .form-group img {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 11px;
  left: 11px; }

.login-alerts ul {
  padding: 0;
  margin: 0; }

.login-alerts ul li {
  font: normal 300 15px Lato-Light;
  font-weight: bold;
  color: red;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center; }
