@charset "utf-8";

* {
    padding:0;
    margin:0;
}


/* MISC CSS */

@font-face {
  	font-family: 'ProximaNova';
	src: url('../fonts/ProximaNova-Regular.woff2') format('woff2');
	src: url('../fonts/ProximaNova-Semibold.woff2') format('woff2');
	src: url('../fonts/ProximaNova-Bold.woff2') format('woff2');
}

body {
	height: 100%;
 	overflow: hidden;  /* Hide scrollbars */
}


/* Scrollbar */
::-webkit-scrollbar {
    width: .45rem;
	
}
::-webkit-scrollbar-thumb {
    background-color: rgba(75, 75, 77, .9);
    border-radius: 3px;
}
::-webkit-scrollbar-track{
    background: transparent;
}



/* SIGN IN CSS */

.form-control { 
	border: 1px solid #E0E0E2;
	}

.form-control:focus {
    border-color: #89898C !important;
    border: 1px solid;
    outline: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
}

.fa-eye {
    width: 16px;
    height: 13px;
    display: inline-block;
    background: url(../images/ic-eye.png) no-repeat 0 0;
    background-size: 16px;
    vertical-align: middle;
}

.fa-eye-slash {
    width: 16px;
    height: 13px;
    display: inline-block;
    background: url(../images/ic-eye-slash.png) no-repeat 0 0;
    background-size: 16px;
    vertical-align: middle;
}

.login-azure {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url("../images/logo-microsoft@2x.png") no-repeat 0 0;
    background-size: 18px;
    margin: 5px 0px 0px 30px;
    vertical-align: text-bottom;
}

.login-aws {
    width: 26px;
    height: 26px;
    display: inline-block;
    background: url("../images/logo-aws@2x.png") no-repeat 0 0;
    background-size: 26px;
    margin: 7px 0px 0px 27px;
    vertical-align: text-bottom;
}

.login-google {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url("../images/logo-google@2x.png") no-repeat 0 0;
    background-size: 20px;
    margin: 4px 0px 0px 31px;
    vertical-align: text-bottom;
}

.username {
	text-transform: none!important;
	letter-spacing: 0px!important;
	font-size: 14px!important;
	color: #E31C3D!important;
	margin: 8px 20px 0px 15px!important;
	text-align: center!important;
}

.section-hr-login {
  width: 150px;
  height: 1px;
  border: 0px solid #DDDDDF;
  background-color: #DDDDDF;
  display: inline-block;
  margin: 15px 0 15px 0;
  float: left;
}

.section-hr-login-center {
	font-size: 14px;
	font-weight: 600;
	padding-top: 5px;
	text-align: center;
	display: inline-block;
	width: 70px;
	float: left;
}

.wti-logo-login {
	background: url(../images/logo_wti_white@2x.png) no-repeat;
	background-size: 96px;
	width: 96px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 40px;
}

.wti-copyright-login {
	color: #ffffff;
	position: absolute;
	bottom: 30px;
	left: 40px;
}

.wti-copyright-inventory {
	color: #89898C;
	position: absolute;
	bottom: 40px;
	left: 40px;
}

.login-invalid {
	color: #2c2929;
	line-height: 41px;
	margin-bottom: 10px;
	position: relative;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 13px;
	width: 100%;
	position: relative;
	text-transform: none;
	border-radius: 7px;
	background-color: #efd1d1b5;
	cursor: pointer;
	text-align: center;
	border-color: #ed3939;
	border-style: solid;
	border-width: 1px;
}

.login-title {
	font-size: 32px;
	font-weight: 600;
	line-height: 41px;
	color: #323233;
	display: inline-block;
	margin-bottom: 20px;
}

.login-subtitle {
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	color: #F7163C;
	display: inline-block;
	margin-bottom: 10px;
}

.login-btn {
	color: #ffffff !important;
	display:inline-block;
	padding: 17px 20px 20px 20px;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 16px;
	font-weight:600;
	width: 100%;
	position:relative;
	text-transform: none;
	border-radius: 7px;
	background-color: #F7163C;
	cursor: pointer;
	text-align: center;
	border: 0px;
}

.login-btn:hover {
	background-color: #1e202c;
}

.login-btn a {
	color: #ffffff;
}

.login-btn-sso {
	color: #ffffff !important;
	display:inline-block;
	padding: 17px 20px 20px 20px;
	font-family: 'Proxima Nova', sans-serif;
	font-size: 16px;
	font-weight:600;
	width: 100%;
	position:relative;
	text-transform: none;
	border-radius: 7px;
	background-color: #33363f;
	cursor: pointer;
	text-align: center;}

.login-btn-sso:hover {
	background-color: #1e202c;
}

.login-btn-sso a {
	color: #ffffff;
}

.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}

.pl-5 {padding-left: 5px;}

.pr-5 {padding-right: 5px;}


.input-group {
	width: 100%;
}

button.btn.btn-outline-secondary, button.btn.btn-outline-secondary:focus {
	position: absolute;
    top: 0;
    right: 0;
	padding: 11px 8px;
	outline: 0px;
	background-color:#ffffff00;
}

/* Login Wrapper */
.loginwrapper {
	width:100%;
	position:absolute;
	left:0;
	top:0;
	display:block;
	height:103%;
	background:#000000;
	background: url(../images/login_bg.jpg) no-repeat;
	background-size:cover;
  	background-repeat:no-repeat;
	overflow: scroll;
}

.loginwrapper .loginone{
	width: 450px;
    /* height: 530px; */
    left: 0;
    right: 0;
    position: absolute;
    /* margin: -175px 0 0 -175px; */
    padding: 30px 40px 40px 40px;
    background-color: #ffffff;
    border-radius: 15px;
    top: 260px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -175px;
	margin-bottom: 200px;
}

.loginwrapper header{
	width:100%;
	padding: 0 0 0px 0;
	text-align: center;
}

.loginwrapper header p{
	padding: 0;
	font-size: 18px;
	color: #F7163C;
}
.loginwrapper form{
	width:100%;
}
.loginwrapper input{
	margin-bottom:10px;
	position:relative;
}
.loginwrapper input[type="text"], .loginwrapper input[type="password"]{
	font-size:13px;
}
.loginwrapper .username, .loginwrapper .password{
	position:relative;
}
.loginwrapper i{
	left:-5px;
	top:13px;
	color:#323233;
	font-size: 12px;
	position:absolute;
}
.loginwrapper label{
	font-weight:normal;
	font-size:13px;
	color:#95969d;
}
.loginwrapper input[type="submit"]{
	margin:0 0 20px 0;
}
