body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

input, textarea, select { font-family:inherit; }

#loading {
    background:  url(../images/loading.gif) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

.wrap {
	width:350px;
	height: auto;
	margin: auto;
	margin-top: -.5%;
}
.window-notice {
    background: rgba(33, 41, 52, .85);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    position: fixed;
    z-index: 999;
}
.window-notice .content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
}
.content-buttons {
    text-align: center;
    margin-top: 1rem;
}

.content-buttons a {
    text-decoration: none;
    display: inline-block;
    padding: 1rem;
    background-color: #0080DE;
    color: #FFF;
    text-transform: uppercase;
}

.content-buttons a:hover {
    background-color: #006AB8;
}

.content-text a {
    color: #0080DE;
    text-decoration: none;
}

.content-text a:hover {
    color: #006AB8;
    text-decoration: underline;
    text-align: justify;
}
.avatar {
	width: 100%;
	margin: auto;
	width: 350px;
	border-radius: 100px;
	height: 65px;
	background: #fff;
	position: relative;
	bottom: 55px;
}
.avatar img {
	width: 165px;
	height: 85px;
	border-radius: 10px;
	margin: auto;
	border:3px solid #fff;
	display: block;
}
.wrap input {
	border: 1px solid #ccc;
	background: #fff;
    font-weight:700 ;
	display: block;
	height: 40px;
	outline: none;
	width: calc(100% - 0px) ;
	margin: auto;
	padding: 6px 12px 6px 12px;
}
.bar {
	width: 100%;
	height: 1px;
	background: #fff ;
}
.bar i {
	width: 95%;
	margin: auto;
	height: 1px ;
	display: block;
	background: #d1d1d1;
}
.wrap input[type="text"] {
	border-radius: 7px 7px 0px 0px ;
}
.wrap input[type="password"] {
	border-radius: 0px 0px 7px 7px ;
}
.forgot_link {
	color: #83afdf ;
	color: #83afdf;
	text-decoration: none;
	font-size: 11px;
	position: relative;
	left: 193px;
	top: -36px;
}
.wrap button {
	width: 50%;
	display: block;
    margin: 0 auto;
	text-align: center;
	border-radius: 7px;
	background: #002699;
	text-decoration: center;
	border: none;
	color: #fff;
    margin-top:-5px;
	padding-top: 8px;
	padding-bottom: 8px;
	outline: none;
	font-size: 13px;	
		border:1px solid #333;
	border-bottom: 3px solid #333;
	cursor: pointer;
}

.wrap  button:hover {background-color: #fefefe;color: #002699;border:1px solid #333;border-bottom: 3px solid #333;}

.wrap button:active {
  background-color: #002699;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.error {
  width: 100%;
  padding-top:10px;
  background: #ffffff ;
  text-align: center;
  font-size: 12px;
  display: block;
  margin: 0 auto;
  color:red;
}

.footer {
  width: 50%;
  padding-top:50px;
  background: #fff ;
  text-align: center;
  font: 10px Tahoma, Verdana, sans-serif;
  display: block;
  margin: 0 auto;
  color:#333;
}

.newSupplierButton {
border:none;
	color:#000;
	font-size:12px;

}

.newSupplierButton:hover {
	background-color:#ddd;
}