/******************************************
*  Author : Shane Bekker
*  Created On : Fri Jul 15 2022
*  File : login.css
*******************************************/
.loginHeader{
	background-color: rgb(40,40,40);
	height: 80px;
}
.otLogo{
	width: 100%;
	height: 65px;
	background-image: url(/manager/themes/default/images/OT_logo_black_clearcut.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: center;
}

.forms-group {
	padding: 40px;
  }

  .form-control{
	margin-bottom: 20px;
  }
.loginForm{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.form-check{
	margin: 20px 30px 20px 0;
}

.submit{
	margin-top: 20px;
	margin-bottom: 20px;
}

.forgotPassword{
	margin-top: 20px;
	margin-bottom: 20px;
}

.forgotPassword{
	margin-top: 30px;
	text-align:center;
}

.securityCode{
	float: left;
	width: 160px;
}

.securityCodeImage{
	width: fit-content;
float: left;
margin-right: 15px;
  }

  .btn{
	padding: .375rem 2.55rem;
  }

  .fa-eye-slash,.fa-eye {
	height:38px;
  }

  .fa {
	font-size: 14px !important;
	padding-top: 10px;
  }
  .form-check .form-check-input {
	float: none;
	margin-left: 0;
  }