body {
  font-family: "RobotoDraft", "Roboto", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-top: 70px;
  /* color: #ffffff; */
  display: flex;
  flex-direction: column;
  height: 100vh;
}

html,
body {
  background: #333;
}

.fa {
  line-height: 2.5;
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar {
  min-height: 8em;
}

.navbar-default {
  background-color: #ffffff;
  border-color: #333333;
}

.navbar-default .navbar-brand {
  color: #177fb4;
  font-size: 1.5em;
  padding: 0.5em;
}

.navbar-default .navbar-brand img {
  width: 4em;
  float: left;
}

.navbar-default .navbar-brand img.t {
  width: 2.5em;
}

.navbar-default .navbar-brand p {
  width: 15em;
  font-size: bold;
  padding: 1.5em 0;
  float: left;
}

.navbar-default .navbar-brand p:hover {
  color: #aea838;
}

.brand-big {
  color: #178ab4;
  font-size: 47px;
}

.brand-big.green {
  color: #aea838;
}

.social-link {
  padding: 0;
}

.social-link li {
  display: block;
  float: left;
  font-size: 1.21em;
  padding: 0.5em 1.2em;
  background: #ffffff;
  border-radius: 0.2em;
  margin: 0.2em;
  text-decoration: none;
}

.social-link li:hover a {
  text-decoration: none;
  display: block;
  color: #aea838;
}
#MoTWrapperDiv {
  width: 90%;
}
#LoginScreenContainer {
  width: 90%;
  flex: 1;
}
.footer {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
}

/* .col-sm-7 {
    margin-top: 10em;
} */

.col-sm-4 h2 {
  color: #ffffff;
  font-size: 3em;
}

.col-sm-4 p {
  font-size: 1.2em;
}

/* .col-sm-5 {
    margin-top: 16em;
} */

.container .text-muted {
  margin: 15px 0;
  text-align: center;
  color: #177fb4;
  z-index: 111;
}

canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* Pen Title */

.pen-title {
  padding: 50px 0;
  text-align: center;
  letter-spacing: 2px;
}

.pen-title h1 {
  margin: 0 0 20px;
  font-size: 48px;
  font-weight: 300;
}

.pen-title span {
  font-size: 12px;
}

.pen-title span .fa {
  color: #177fb4;
}

.pen-title span a {
  color: #177fb4;
  font-weight: 600;
  text-decoration: none;
}

.brief {
  margin-top: 100px;
}

.brief p {
  color: #fff;
}

/* Form Module */

.form-module {
  position: relative;
  background: #ffffff;
  border-top: 5px solid #177fb4;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.small-width {
  max-width: 320px;
  margin-right: 48px;
}

.RegisterForm-module {
  content: "Login";
  position: relative;
  background: #ffffff;
  max-width: unset !important;
  width: 100%;
  border-top: 5px solid #177fb4;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}

.form-module .toggle {
  cursor: pointer;
  /* position: relative; */
  margin-top: 40px;
  font-size: 12px;
  /* line-height: 30px; */
  text-align: center;
  /* margin-left: 37px; */
}

.form-module .toggle .tooltip {
  /* width: 90px; */
  /* padding: 5px; */
  font-size: 12px;
  line-height: 1;
  opacity: 1;
  /* font-weight: bold; */
  color: #177fb4;
  /* height: 30px; */
  /* margin-left: 16px; */
  position: static;
  /* text-align: unset; */
  margin-top: -25px;
  display: inline-table !important;
}

.table-condensed {
  font-size: 14px;
}

/* .form-module .toggle .tooltip:before {
    content: "Don't Have Account Signup";
}

.form-module .toggle .tooltip::after {
    content: "Login";
} */

.form-module .form {
  display: none;
  padding: 20px 20px 0 20px;
  color: #177fb4;
  background: white;
}

.form-module .form:nth-child(2) {
  display: block;
}

.form-module h2 {
  margin: 0 0 20px;
  color: #b5ac35;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.form-module input,
.form-module select {
  outline: none;
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: 7px 10px;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.form-module input:focus {
  border: 1px solid #177fb4;
  color: #333333;
}

.loginButton {
  cursor: pointer;
  background: #177fb4;
  width: 100%;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#RgBtn {
  cursor: pointer;
  background: #177fb4;
  width: 21%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.form-module button:hover {
  background: #178ab4;
}

.form-module .cta {
  background: #f2f2f2;
  width: 100%;
  padding: 15px 40px;
  box-sizing: border-box;
  color: #666666;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}

.form-module .cta a {
  color: #333333;
  text-decoration: none;
}

.navbar-default .navbar-brand img.o {
  -webkit-animation: spin1 5s infinite linear;
  -moz-animation: spin1 5s infinite linear;
  -o-animation: spin1 5s infinite linear;
  -ms-animation: spin1 5s infinite linear;
  animation: spin1 5s infinite linear;
  display: block;
}

@-webkit-keyframes spin1 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes spin1 {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes spin1 {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}

@-ms-keyframes spin1 {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}

@keyframes spin1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.col-sm-4 {
}

.col-sm-8 {
  margin-top: 100px;
}

#LoginForm,
#ForgetForm {
  padding: 0 20px;
}

#RegisterForm > div {
  margin-bottom: 8px;
}

#LoginForm div,
#ForgetForm div {
  margin-bottom: 15px;
}

#LoginForm input {
  display: inline-block;
  float: none;
}

#LoginForm input.error,
#RegisterForm input.error,
#ForgetForm input.error {
  border: 1px solid red;
}

#LoginForm label.error,
#RegisterForm label.error,
#ForgetForm label.error {
  color: #b31717;
  font-size: 12px;
  font-weight: normal;
}

.styled-select {
  width: 202px;
}

span {
  /* color: #177FB4;
    font-size: 15px;
    font-weight: 100px!important;
    padding-top: 0px;
    margin-top: -10px; */
}

tr > td {
  /* line-height: 0px; */
  /* border-collapse: unset; */
  /* padding-bottom: 1em; */
  /* width: 100%; */
  /* vertical-align: baseline; */
}

td > span {
  /* margin-bottom: 5px; */
}

td {
  /* padding-right: 50px; */
  /* width: 110px;
    margin-left: 5px;
    margin-right: 50px; */
}

table {
  /* border-spacing: 15px;
    border-collapse: unset;
    margin-left: 15px; */
}

.registeButton {
  border-left: 3px solid black;
}

lablel {
  font-size: 10px;
}

.astric {
  color: red;
}

table td {
  /* white-space: nowrap; */
}

.alert-danger {
  color: #a94442 !important;
  font-size: small !important;
}

.alert-success {
  color: green !important;
  font-size: small !important;
}

/* #RgMsg,
#LgnMsg {
    display: none;
    visibility: hidden;
}
#LgnMsg{
    padding: 0 0 0 0;
    margin-bottom: 0;
    margin-left:30px;
    
} */

.toggleStatment {
  font-size: 12px;
  cursor: default;
  color: #333333;
}

.twoToneCenter {
  text-align: center;
  margin: 1em 0;
}

.twoToneButton {
  display: inline-block;
  border: 1px solid;
  outline: none;
  padding: 10px 20px;
  line-height: 1.4;
  /* //background: #177FB4; */
  border-radius: 4px;
  position: relative;
  transition: padding-right 0.3s ease;
}

.twoToneButton:hover {
  box-shadow:
    0 0 10px darken(#177fb4, 10%) inset,
    0px 1px 0 lighten(#177fb4, 10%);
  color: lighten(white, 20%);
}

.twoToneButton:active {
  /* box-shadow: 0 0 10px darken(#177FB4, 10%) inset, 0px 1px 0 lighten(#177FB4, 10%); */
  color: lighten(white, 30%);
  background: darken(#177fb4, 10%);
  background: linear-gradient(
    to bottom,
    lighten(#177fb4, 10%) 0%,
    lighten(#177fb4, 5%) 50%,
    darken(#177fb4, 5%) 51%,
    darken(#177fb4, 10%) 100%
  );
}

.twoToneButton.spinning {
  background-color: #177fb4;
  padding-right: 40px;
}

.twoToneButton.spinning:after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 0;
  height: 0;
  box-shadow: 0px 0px 0 1px darken(rgb(48, 216, 14), 10%);
  position: absolute;
  border-radius: 50%;
  animation:
    rotate360 0.5s infinite linear,
    exist 0.1s forwards ease;
}

.twoToneButton.spinning:before {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  right: 6px;
  top: 50%;
  position: absolute;
  border: 2px solid darken(#177fb4, 40%);
  border-right: 3px solid white;
  animation:
    rotate360 0.5s infinite linear,
    exist 0.1s forwards ease;
}

@keyframes rotate360 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes exist {
  100% {
    width: 15px;
    height: 15px;
    margin: -8px 5px 0 0;
  }
}

td {
  color: #177fb4;
  font-size: 15px;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #177fb4 !important;
  box-shadow: 0 0 0px 1000px white inset;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
}
