*, *::before, *::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.login_screen1 {
	width:100%;
	height:auto;
	padding-top:60px;
}
.align {
  align-items: center;
  display: flex;
  justify-content: center;
}

:root {
  --gridMaxWidth: 24em;
  --gridWidth: 90%;
}

.grid {
  margin-left: auto;
  margin-right: auto;
  width: 420px;
  box-shadow: 0px 0px 22px #cccccc;
}


.icon {
  display: inline-block;
  height: 1.25em;
  line-height: 1.25em;
  margin-right: 0.625em;
  text-align: center;
  vertical-align: middle;
  width: 1.25em;
}

.icon--info {
  background-color: #e5e5e5;
  border-radius: 50%;
}


:root {
  --bodyBackgroundColor: #eaeaea;
  --bodyColor: #999;
  --bodyFontFamily: 'Helvetica', 'Arial';
  --bodyFontFamilyFallback: sans-serif;
  --bodyFontSize: 0.875rem;
  --bodyFontWeight: 400;
  --bodyLineHeight: 1.5;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

:root {
  --anchorColor: inherit;
  --anchorHoverColor: #1dabb8;
}

.form input[type='text'],
.form input[type='password'] {
  width: 90%;
}


:root {
  --loginBorderRadius: 0.25em;
  --loginHeaderBackgroundColor: #282830;

  --loginInputBorderRadius: 0.25em;
}

.login__header {
  background-color: #f26230;
  border-top-left-radius: #f26230;
  border-top-right-radius: #f26230;
  color: #fff;
  padding: 1.5em;
  text-align: center;
  text-transform: uppercase;
}

.login__title {
  font-size: 1rem;
  margin: 0;
  color:#ffffff;
}
.login__header h3 {
  border-bottom:none !important;
}
.login__body {
  background-color: #fff;
  padding: 2.5em;
  position: relative;
}

.login__body::before {
  background-color: #fff;
  content: '';
  height: 2em;
  left: 50%;
  margin-left: -0.25em;
  margin-top: -0.25em;
  position: absolute;
  top: 0;
  transform: rotate(45deg);
  width: 2em;
}

.login input[type='text'],
.login input[type='password'] {
  border: 0.0625em solid #e5e5e5;
  padding: 1em 1.25em;
  font-size:12px;
}




.login input[type='submit'] {
  background-color: #27527f;
  color: #fff;
  font-weight: 700;
  order: 1;
  padding: 1em 1.5em;
  transition: background-color 0.3s;
  border:0px;
  cursor:pointer;
}

.login input[type='submit']:focus,
.login input[type='submit']:hover {
  background-color: #f26230;
}

.login__footer {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5em;
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.login__footer p {
  margin: 0;
}
