/* =======================================================================
Template Name: Dil Hospital
Author:  SmartEye Adminpanel
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for web template
======================================================================= */
/* ===================================== Import Less ================================== */
@font-face {
  font-family: "mouse-300";
  src: url("../fonts/Amaranth-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "mouse-500";
  src: url("../fonts/Amaranth-Bold.ttf") format("truetype");
}
/* ===================================== Basic CSS ================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #444;
}

a:hover {
  color: #444;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}

html,
body {
  height: 100%;
  margin: 0;
}

.bgg {
  /* The image used */
  background-image:
  linear-gradient(
    rgba(121, 102, 102, 0.45), 
    rgba(64, 15, 143, 0.45)
  ),
   url("https://i.ibb.co/m9Kyczc/5319231.jpg");
  box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);

  /* Full height */
  height: 100%; 

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

p {
  margin-bottom: 0px;
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: 0.5 !important;
}

.container-fluid {
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "mouse-500", Arial, Helvetica, sans-serif;
}

strong {
  font-family: "mouse-500", Arial, Helvetica, sans-serif;
}

body {
  background: rgb(26,27,40) !important;
  font-family: "mouse-300", Arial, Helvetica, sans-serif;
  color: #6a6a6a;
}

.session-title {
  padding: 30px;
  margin: 0px;
}
.session-title h2 {
  width: 100%;
  text-align: center;
}
.session-title p {
  max-width: 850px;
  text-align: center;
  float: none;
  margin: auto;
}
.session-title span {
  float: right;
  font-style: italic;
}

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin-bottom: 30px;
}
.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-family: "slab", Arial, Helvetica, sans-serif;
}
.inner-title p {
  width: 100%;
  text-align: center;
}

.page-nav {
  padding: 40px;
  text-align: center;
  padding-top: 160px;
}
.page-nav ul {
  float: none;
  margin: auto;
}
.page-nav h2 {
  font-size: 36px;
  width: 100%;
  color: #444;
}
@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}
.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 16px;
}
.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;
}
.page-nav ul li a {
  color: #444;
}

.btn-success {
  background-color: #a83299;
  border-color: #a83299;
}
.btn-success:hover {
  background-color: #00ab9f !important;
  border-color: #00ab9f !important;
}
.btn-success:active {
  background-color: #00ab9f !important;
  border-color: #00ab9f !important;
}
.btn-success:focus {
  background-color: #00ab9f !important;
  border-color: #00ab9f !important;
  box-shadow: none !important;
}

.btn-info {
  background-color: #4f6dcd;
  border-color: #4f6dcd;
}
.btn-info:hover {
  background-color: #4f6dcd !important;
  border-color: #4f6dcd !important;
}
.btn-info:active {
  background-color: #4f6dcd !important;
  border-color: #4f6dcd !important;
}
.btn-info:focus {
  background-color: #4f6dcd !important;
  border-color: #4f6dcd !important;
  box-shadow: none !important;
}

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.form-control:focus {
  box-shadow: none !important;
  border: 2px solid #00a8df;
}

.btn-light {
  background-color: #fff;
  color: #3f3f3f;
}

.collapse.show {
  display: block !important;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #a83299 !important;
}

.form-control {
  background-color: #f8f8f8;
  margin-bottom: 20px;
}
.form-control:focus {
  background-color: #fff;
  border-color: #ccc;
}

/* ===================================== Header CSS ================================== */
input,
input::-webkit-input-placeholder {
  font-size: 18px;
  line-height: 3;
}

.h-100 {
  height: 100%;
  width: 100%;
}

.full-bg {
  animation-delay: 5s;
  -webkit-animation-delay: 5s;
  background-size: cover;
}
.full-bg .bg-layer {
  margin: auto;
}
.full-bg h3 {
  color: rgb(112, 92, 92);
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 32px;
  margin-top: -20px;
}
.full-bg .form-control {
  background-color: #fff;
  border-radius: 0px;
  padding: 8px;
  font-size: 20px;
}
.full-bg p {
  width: 100%;
  text-align: right;
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.full-bg .btn {
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  font-weight: 600;
}
.full-bg .logo {
  position: absolute;
  top: 0px;
  font-size: 38px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
}
.full-bg .logo a {
  color: #fff;
}
@media screen and (max-width: 409px) {
  .full-bg .logo {
    font-size: 32px;
  }
}
.full-bg .foter-credit {
  position: absolute;
  bottom: 10px;
  right: 6%;
  font-size: 16px;
  padding: 10px;
  color: #fff;
  font-weight: 600;
}
.full-bg .foter-credit a {
  color: #fff;
}

.login-box {
  border-radius: 10px;
  margin-top: 40%;
  margin-bottom: 60%;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-top: 5px solid #a83299;
  padding: 60px;
}
.login-box h3 {
  color: #444444c2;
  margin-top: 0px;
  font-size: 22px;
}
.login-box .input-group .input-group-prepend .input-group-text {
  background-color: #fff;
  border-right: 0px;
}
.login-box .input-group .input-group-prepend .input-group-text i {
  font-size: 13px;
}
.login-box .input-group .form-control {
  border-left: 0px;
}
.login-box p {
  color: #444444c2;
  font-family: "mouse-300", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.login-box p label {
  float: left;
  width: auto;
  padding: 0px;
}
.login-box .no-c {
  text-align: center;
  margin-top: 15px;
  text-decoration: none;
  margin-bottom: 10px;
}
.login-box .no-c a {
  text-decoration: underline;
}


@media screen and (min-height: 700px) {
  .login-box {
    margin-bottom: 500px;
  }
}
/*# sourceMappingURL=style.css.map */
