﻿
body
{
	
	margin:0;
	padding:0;
	background: url(stethoscope-and-laptop-on-doctor-working-desk-P39F2UL.jpg);
	background-size:cover;
	font-family: sans-serif; 
}
.loginBox
{
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    width: 350px;
	    height: 420px;
	    /* padding: 80px 40px; */
	    box-sizing: border-box;
	    background: #fff;
	    /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.97); */
}

h2
{
	margin:0;
	padding:0 0 20px;
	color: #fff;
	text-align:center;
} 

.loginBox p
{
	padding:0;
	margin:0;
	font-weight:bold;
	color: #518de6;
	letter-spacing: 1px;
	text-transform: uppercase;
} 
.loginBox input
{
	width:100%;
	margin-bottom: 20px; 
	  background: transparent !important;
}

.loginBox input[type="text"], .loginBox input[type="password"]
{
	border: 1px solid #fefefe;
	border-bottom: 1px solid #bed1f2;
	background: transparent;
	outline: none;
	height: 40px;
	color: #888;
	font-size: 16px;
}
.loginBox input[type="submit"]
{
	border:none;
	outline:none;
	height: 40px;
	color: #ffffff;
	font-weight: 700;
	font-size: 16px;
	background: rgb(249, 250, 254);
	cursor:pointer;
	/* border-radius:20px; */
	background-image: linear-gradient(120deg, #00e4d0, #5983e8) !important;
	margin-top: 30px;
	text-transform: uppercase;
}
.loginBox input[type="submit"]:hover
{
	background: #2062a0;
	color: #f9fafe;
	text-transform: uppercase;
}
.loginBox a
{
	color: #000;
	font-size:14px;
	font-weight:bold;
} 
::placeholder
{
	color:rgba(255,255,255,0.5); 
}
.user
{
	width:100px;
	height: 70px;
	overflow:hidden;
	position:absolute;
	top:calc(-100px/2);
	left:calc(50% - 50px);
	border-radius:50%;
}

small {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4);
}
h1 {
  text-align: center;
  padding: 50px 0;
  font-weight: 800;
  margin: 0;
  letter-spacing: -1px;
  color: inherit;
  font-size: 40px;
}

h2 {
  text-align: center;
  font-size: 30px;
  margin: 0;
  font-weight: 300;
  padding: 20px 50px;
  /* text-transform: uppercase; */
}

.center {
  text-align: center;
}

section {
  height: 100vh;
}

/* NAVIGATION */
nav {
  width: 100%;
  /* background: #fff; */
  position: fixed;
  padding: 5px;
  padding-top: 20px;
  /* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); */
  /* background-image: linear-gradient(120deg, #ffffff, #5983e8) !important; */
}
nav ul {
  list-style: none;
  text-align: right;
  margin-right: 5em;
  background: #fff;
}
nav ul li {
  display: inline-block;
  /* margin-right: 30px; */
}
.user-1{
	    width: 130px;
	    margin-top: 2.4rem;
}

nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #aaa;
      font-weight: 600;
  
  margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #555;
}
/* SHIFT */
nav.shift ul li a {
  position:relative;
  z-index: 1;
      font-size: 16px;
    color: black;
}
nav.shift ul li a:hover {
  color: #91640F;
}
nav.shift ul li a:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  /* background: #F1C40F; */
  visibility: none;
  opacity: 0;
  z-index: -1;
}
nav.shift ul li a:hover:after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.btn-group-fab {
  position: fixed;
  /* width: 50px; */
  height: auto;
  right: 20px;
  top: 7%;
}
.btn-group-fab div {
  position: relative; width: 100%;
  height: auto;
}
.btn-group-fab .btn {
  position: absolute;
  bottom: 0;
  top: -3rem;
  border-radius: 50%;
  display: block;
  margin-bottom: 4px;
  width: 40px;
  height: 40px;
  margin: 4px auto;
}

..fa{}

.btn-group-fab .btn-main {
	    background-color: #9E9E9E;
  width: 60px; height: 60px;
      right: 100%;
 margin-right: -25px;
  z-index: 9;
  border: 1px solid #9E9E9E;
	    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	outline:none;
}
.btn-group-fab .btn-sub {
	    outline: none;
	    cursor: pointer;
	    /* background-color:#4d9cf8; */
	    bottom: 0;
	    z-index: 8;
	    right: 100%;
	    /* margin-right: 20px; */
	    -webkit-transition: all 2s;
	    transition: all 0.5s;
	    /* border: 1px solid #4d9cf8; */
	    /* box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); */
	    background: #fff;
}

@media only screen and (max-width: 500px){
	body
		{
			
			
			background:url("stethoscope-and-laptop-on-doctor-working-desk-P39F2UL.jpg");
			background-size:cover;
			background-repeat:no-repeat;
			    height: 100vh;
			
	}
	
	.user-1 {
    width: 50px;
    height: 50px;}
	
	
	.btn-group-fab {
    position: fixed;
    /* width: 50px; */
    height: auto;
    right: -25px;
	}
	
	.loginBox {
    position: absolute;
    top: 62%;
	}

	.btn-group-fab .btn-sub {
    
    top: -30px;
	}
	
}
.login-header
{
   background: #518de6;
   height: 180px;
   width:100%;
   padding: 6px !important;
   }
   .login-form
   {
       padding: 20px 20px !important;
       background: #fff !important;
       width: 90% !important;
       margin: auto !important;
       margin-top: -100px !important;
       }
    .db-box
    {
         -webkit-box-shadow: 0 2px 28px rgba(0,0,0,.1) !important;
         box-shadow: 0 2px 28px rgba(0,0,0,.15) !important;
         padding: 20px;
         }
         .login-links{color:#888 !important;
                      cursor:pointer !important;
                      text-decoration:none !important;
         }
           .login-links:hover{color:#518de6 !important;
                      cursor:pointer !important;
                      text-decoration:none !important;
         }