html {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

input:focus,
textarea:focus,
button:focus {
	outline: medium none !important
}

.wrapper {
	height: 100%;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0 0 10px 0;
	padding: 0;
}

a {
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: inherit
}

a:focus {
	text-decoration: none;
	outline: medium none;
	color: inherit
}

a:hover {
	color: inherit;
	text-decoration: none;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.width-full {
	width: 100%;
}

.width-fuller {
	width: 118%;
}

.mt-100 {
	margin-top: 100px;
}

.ml-40 {
	margin-left: 40px;
}

.mr-40 {
	margin-right: 40px;
}

.no_pad_left {
	padding-left: 0
}

.no_pad_right {
	padding-right: 0
}

.no_pad_bottom {
	padding-bottom: 0
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
  }

.puppercase {
	text-transform: uppercase;
}

.tinytext {
	font-size: 12px;
}

.midtinytext {
	font-size: 14px;
}

.height-50 {
	height: 50px;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.line-hthalf {
	line-height: .5rem;
}

.line-ht125r {
	line-height: 1.25rem;
}

.decolor {
	color: rgb(236, 126, 0) ;
}