﻿html, body {
  height: 100%;
}

body {
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background: linear-gradient(-135deg, rgb(13, 28, 82), rgb(107, 119, 187));
}
body .form-group {
  position: relative;
}
body .form-group svg {
  position: absolute;
  top: 18px;
  margin-left: 35px;
  color: #848484;
}
body .form-control {
  background-color: #e6e6e6;
  border: 1px solid transparent;
  border-radius: 40px;
  height: 50px;
  padding-left: 65px;
  padding-right: 55px;
}
body .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #e6e6e6;
}
body #app-login {
  width: 960px;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
}
body #app-login .title {
  font-family: Poppins-Bold;
  font-size: 24px;
  font-weight: 600;
  color: #333;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: block;
  padding-bottom: 54px;
}
body #app-login .btn-login {
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #57b846;
}
body #app-login .btn-login:hover {
  background: #333;
}
body #app-login .custom-control-label {
  cursor: pointer;
}
body #app-login .logo {
  background-color: #c71616;
}
body #app-login .logo-shadow {
  width: 100%;
  box-shadow: -1px 4rem 3rem 8px rgba(0, 0, 0, 0.25) !important;
}
