body {
  color: #000;
  overflow-x: hidden;
  height: 100%;
  background: #dee2e69e;
/*   background: url(../images/background_image.png) no-repeat center center fixed; */
  background-repeat: no-repeat;
}

input,
textarea,
select {
  padding: 12px 15px 12px 15px !important;
  font-weight: 300 !important;
  height: auto !important;
  border: 1px solid #19408473 !important;
}

input:focus,
textarea:focus,
select:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #194084 !important;
  outline-width: 0;
  font-weight: 400;
}
.has-error {
    border: 1px solid red !important;
}
.input-group-text {
  border: 1px solid #19408473 !important;
  color: #b8c4d9 !important;
  width: 40px;
  background-color: #e9ecef8c;
}
.input-container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}
.btn-blue {
  background-color: #1090e5;
  color: #fff;
  font-size: 14px;
}
.login {
  min-height: 80vh;
}

.text-sm {
  font-size: 13px;
}
.text-email {
  color: #194084;
  font-size: 14px;
}

.pass-icon {
  z-index: 9999;
  margin-top: 17px;
  position: absolute;
  margin-left: 300px;
  color: #19408473 !important;
}

.left_card {
  background-size: cover;
  background-position: center;
  background-color: #194084;
}

.right_card {
  background-color: #fff;
}

.login-heading {
  font-weight: 600;
  padding-bottom: 30px;
  text-align: center;
  color: #194084;
}

.social-icon {
  padding: 9px;
  width: 45px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  border: 1px solid #bbeaff !important;
  font-size: 20px !important;
}

.icon {
  padding: 15px;
  background: #f1f1f182;
  color: #b8c4d9;
  min-width: 50px;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
  margin-right: 5px;
}

button:focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline-width: 0;
}

.card {
  border-radius: 0;
  border: none;
}

.card1 {
  /* width: 50%; */
  background-color: #194084;
}

.card2 {
  /* width: 50%; */
  padding: 40px 30px 10px 30px;
}

#logo {
  width: auto;
  /* height: 60px */
  background-color: transparent;
  border: 0;
}

.heading {
  margin-bottom: 60px !important;
}

::placeholder {
  color: #000 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #000 !important;
}

::-ms-input-placeholder {
  color: #000 !important;
}

.form-control-label {
  font-size: 12px;
  margin-left: 55px;
}

.msg-info {
  /* padding-left: 15px; */
  margin-bottom: 30px;
}
.hrline-left {
  width: 30%;
  text-align: left;
  margin-left: 0;
}
.hrline-right {
  width: 30%;
  text-align: right;
  margin-right: 0;
}
a {
  color: #2d9de8;
  font-size: 14px;
}

a:hover {
  color: #0d92ea;
  text-decoration: none;
}

.bottom {
  width: 100%;
  margin-top: 10px !important;
}

.sm-text {
  font-size: 15px;
}
.border-md {
  border-width: 2px;
}

.btn-facebook {
  background: #405d9d;
  border: none;
}

.btn-facebook:hover,
.btn-facebook:focus {
  background: #314879;
}

.btn-twitter {
  background: #42aeec;
  border: none;
}

.btn-twitter:hover,
.btn-twitter:focus {
  background: #1799e4;
}

@media screen and (max-width: 992px) {
  .card1 {
    width: 100%;
    padding: 40px 30px 10px 30px;
  }

  .card2 {
    width: 100%;
  }

  .right {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 10px !important;
  }

  .card2 {
    padding: 50px;
  }

  .right {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

.powered-by{
/* 	margin-left:40%; */
display: flex;
justify-content: center;
align-items: center;
}

.footer-logo{
	height: 12px;
}