body {
  margin: 0px;
  padding: 0px;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

input,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.space-20 {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

img.site-logo,
img.site-logo-mobile {
  height: 30px;
  width: auto;
}

img.site-logo-mobile {
  margin-top: 40px;
  display: none;
}

img.site-portrait-logo,
img.site-portrait-logo-mobile {
  height: auto;
  max-height: 100px;
  width: auto;
}

img.site-portrait-logo-mobile {
  margin-top: 40px;
  display: none;
}

#login-wrapper,
#login-wrapper * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#login-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

#login-wrapper p,
#login-wrapper a {
  line-height: 1.5em;
}

#login-wrapper a {
  text-decoration: none;
  color: #ffffff;
}

#footer-text {
  text-decoration: none;
  color: black !important;
}

.login-row {
  width: 100%;
  height: auto;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
}

.login-col {
  position: relative;
  width: 100%;
  height: auto;
}

.login-col-left {
  -webkit-flex-basis: 450px;
  -moz-flex-basis: 450px;
  flex-basis: 450px;
  background: #0d1630;
}

.site-logo-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 28px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: url(./assets/pattern.svg);
  background-repeat: repeat;
  background-position: left;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation: pattern-animation 50s infinite linear;
  -moz-animation: pattern-animation 50s infinite linear;
  animation: pattern-animation 50s infinite linear;
}

@-webkit-keyframes pattern-animation {
  0% {
    background-position-x: left;
  }

  50% {
    background-position-x: right;
  }

  100% {
    background-position-x: left;
  }
}

@-moz-keyframes pattern-animation {
  0% {
    background-position-x: left;
  }

  50% {
    background-position-x: right;
  }

  100% {
    background-position-x: left;
  }
}

@keyframes pattern-animation {
  0% {
    background-position-x: left;
  }

  50% {
    background-position-x: right;
  }

  100% {
    background-position-x: left;
  }
}

.login-form-container {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 70px);
  padding: 28px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.login-form {
  position: relative;
  width: 100%;
  max-width: 540px;
  height: auto;
}

.login-form h3 {
  font-size: 28px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.login-form p {
  font-size: 16px;
  line-height: 1.2em;
  margin: 0;
  margin-top: 10px;
}

.dialog-box {
  width: 100%;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  color: #721c24;
  padding: 14px 20px;
  display: none;
}

.f-icon {
  width: 16px;
  height: auto;
  position: absolute;
  top: 14px;
  left: 20px;
}

.f-group {
  position: relative;
  width: 100%;
  height: auto;
}

.f-group label {
  display: block;
  border: 1px solid #707070;
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  outline: none;
}

.f-group input {
  display: block;
  border: 1px solid #707070;
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  outline: none;
}

.f-group input:focus {
  border: 1px solid #0077ff;
}

.f-group input.input-have-icon {
  padding-left: 52px;
}

.f-group input.input-left-right-icon-padding {
  padding-left: 52px;
  padding-right: 40px;
}

.btn {
  position: relative;
  border: none;
  outline: none;
  padding: 15px 25px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s all ease-out;
  -moz-transition: 0.3s all ease-out;
  transition: 0.3s all ease-out;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.btn:hover {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.btn-login-blue {
  background: #337ab7;
  color: #ffffff;
}

grey-text {
    color: #999999
}

.btn-login-white {
  background: #fff;
  color: #000 !important;
}

.google-icon {
  position: relative;
  width: 14px;
  bottom: 0;
  margin-right: 10px;
}

.saml-icon {
    position: relative;
    width: 18px;
    bottom: 0;
    margin-right: 10px;
}

span.separator-or {
  display: inline-block;
  padding: 0 20px;
  text-align: center;
}

.login-footer {
  position: relative;
  width: 100%;
  height: 70px;
  padding: 28px;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.extra-footer {
  position: relative;
  width: 100%;
  -webkit-display: flex;
  -moz-display: flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: start;
  -moz-align-items: start;
  align-items: start;
}

h6.nascence-copyright {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}

.eye-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

@media screen and (max-width: 840px) {
  img.site-logo-mobile {
    display: inline-block;
  }

  img.site-portrait-logo-mobile {
    display: inline-block;
  }

  .login-row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }

  .login-col-left {
    display: none;
  }

  .login-form {
    text-align: center;
  }

  .btn {
    width: 100%;
  }

  span.separator-or {
    display: block;
    padding: 20px 0;
  }

  .login-footer {
    justify-content: center;
    text-align: center;
  }

  .extra-footer {
    justify-content: start;
    text-align: start;
  }
}
