body {
  padding-top: 54px;
  font-family: 'Open Sans', sans-serif !important;
}
.bg-dark {
  background-color: #5699c2 !important;
}
.clear {
  clear: both;
}
.slide_img {
  width: 60%
  border: 1px #000 solid;
}
.slide_img img {
  width:300px !important;
  height: 320px;
}
.carousel-caption {
  color: black !important;
  width: 60%;
  left: 280px;
  bottom: 90px;
}
.more_link {
  text-decoration: none;
  color: #525252;
  font-family: "Arial", sans-serif;
  font-size: 14px;
  padding: 9px;
  text-shadow: 0 1px 2px #fff;
  width: 116px;
  height: 35px;
  background-color: #f9f9f9;
}
.slide_heading {
  font-size: 28px;
}
.card-body {
    padding: 3px !important;
}
@import "bourbon";

body {
	background: #eee !important;
}

.wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
}
.row-style {
  padding: 8px !important;
  margin-bottom: 10px;
}
.form-signin-r {
  max-width: 580px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
}
  .form-signin-heading, .checkbox {
	  margin-bottom: 30px;
	}
  .form-signin-heading {
    font-size: 18px;
    font-weight: bold;
  }
  .navbar-brand  img{
      height: 40px !important;
  }
.forgot {
  margin:0px 0px 20px 8px;
  font-size: small;
  }
.forgot a {
  text-decoration: none;
  color: #333;
}
.carousel{
  background: white;
}
.forgot a:hover {
    color: #007bff;
}
	.checkbox {
	  font-weight: normal;
	}
  .card-body h2 {
    font-size: 14px !important;
    font-weight: bold;
  }
.card-body {
  padding: 15px 10px 5px 10px !important;
}
.span_icon {
  margin-right: 20px;
  color:#5699c2;
  float: left;
  -ms-transform: rotate(-40deg); /* IE 9 */
  -webkit-transform: rotate(-40deg); /* Safari */
  transform: rotate(-40deg); /* Standard syntax */
  -moz-transform: rotate(-40deg); /* Standard syntax */
  width: 20px;
}
.span_tilt {
  margin-right: 10px;
  float: left;
  -ms-transform: rotate(-40deg); /* IE 9 */
  -webkit-transform: rotate(-40deg); /* Safari */
  transform: rotate(-40deg); /* Standard syntax */
  -moz-transform: rotate(-40deg); /* Standard syntax */
  width: 20px;
}
.py-5 {
  padding: 10px !important;
}
.h-100 {
    height:auto !important;
}
.col-md-4 {
    max-width: 23.333333% !important;
}
	.form-control {
	  position: relative;
	  font-size: 16px;
	  height: auto;
	  padding: 10px;
		@include box-sizing(border-box);

		&:focus {
		  z-index: 2;
		}
	}

	input[type="text"] {
	  margin-bottom: -1px;
	  border-radius: 0 !important;
	}

	input[type="password"] {
	  border-radius: 0 !important;
	}
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.navbar-nav {
	text-transform: capitalize;
}

.fa-lg {
    font-size: 1.8em;
    line-height: .75em;
    vertical-align: -15%;
}

footer.py-5.bg-dark {
    color: #ffffff;
}

a {
    color: #5699c2;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a.footer {
    color: #f5deb3;
    
}

.lower_footer {
    background: #6c757d;
    color: white;
	padding-top: 20px;
}

h2.footer-title {
    font-size: 14px !important;
    font-weight: bold;
}

img#logo-footer {
    height: 40px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffff;
}

.breadcrumbs {
    overflow: hidden;
    padding: 10px 0 6px;
    background: white;
	padding-top: 30px;
}

.mt-4, .my-4 {
    margin-top: 1.0rem!important;
}