/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */

body {
  /*background: url(../../Images/supli-app-bg1.jpg) no-repeat center center fixed;*/
  background: #f9f9f9;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

#formlogin {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

#loginbackground {
  background: #ffffff;
  width: 35%;
  box-shadow: 0px 16.9615px 26.0946px 6.52366px rgba(0, 0, 0, 0.02);
  border-radius: 16.9615px;
}

#loginbackground .btn-login {
  background: #f63c47;
  color: #fff;
}
