﻿body {
  height: 95vh;
  background-image: url(../Images/bg.jpg) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #474747 !important;
  background-size: cover;
}

.form-signin {
  width: 99%;
  height: 99%;
}

.company_logo {
	max-width: 295px;
	max-height: 130px;
	opacity: 1;
	pointer-events: none;
	display: block;
	margin-left: auto;
	margin-right: auto 
}

.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 8px;
  font-size: 18px;
}
.form-signin .form-control:focus {
  z-index: 2;
}

.login-border {
  border-radius: 10px;
  border: 0px solid #ff9100;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.btn-login {
  border: 2px solid #ff9100 !important;
  color: #ff9100 !important;
  background-color: #FFFFFF !important;
  transition-duration: 0.3s !important;
}

.btn-login:hover {
  border: 2px solid #ff9100 !important;
  color: #FFFFFF !important;
  background-color: #ff9100 !important;
}

.alert{
    display: block;
}