﻿/*****
*
*
*Author Name : Mostafizur Rahman
*Author URI : http://mostafiz.me/
*Version : 1.1
*Description : This is a responsive HTML & Bootstrap template developed by Mostafizur Rahman
*Template URI : http://mostafiz.me/demo/doctor/
*
*
****/


body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
     background-color: #fff;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
li {
    list-style: none;
}
a:hover,
a:visited,
a {
    text-decoration: none;
    font-family: sans-serif;
}
h1,
h2 {
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
}
.cb-slideshow,
.cb-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 36s linear infinite 0s; 
}
/*
.cb-slideshow li:nth-child(1) span { 
    background-image: url(../../../img/login-1.jpg);
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../../../img/login-2.jpg) ;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image:url(../../../img/login-3.jpg) ;
    animation-delay: 12s; 
    }
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../../../img/login-4.jpg);
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../../../img/login-2.jpg) ;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../../../img/login-3.jpg) ;
    animation-delay: 30s; 
}
*/
.cb-slideshow li:nth-child(2) div { 
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    animation-delay: 30s; 
}
@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
.no-cssanimations .cb-slideshow li span{
    opacity: 1;
}
@keyframes imageAnimation { 
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1.1);
    }
    25% {
        opacity: 0;
        transform: scale(1.1);
    }
    100% { opacity: 0 }
}

.fp-slideshow,
.fp-slideshow:after { 
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.fp-slideshow li span { 
     background-image: url(../../../img/login-forgot.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    z-index: 0;
        -webkit-animation: fadein 8s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 8s; /* Firefox < 16 */
        -ms-animation: fadein 8s; /* Internet Explorer */
         -o-animation: fadein 8s; /* Opera < 12.1 */
            animation: fadein 8s;
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
 .login-page {
    max-width: 100%;
    height: auto;
    bottom: 0;
    color: black;
    left: 0;
    overflow: auto;
    padding-top: 3em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    background-size: cover;

}
.logo {
    position:relative;
    padding-top:5px;
}
.login {
    position:relative;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 1em 0em 1em 0em;
}
.login-bar {
    margin: 2em;
    width: 320px;
    line-height: 1.2;
    position:relative;
    justify-content: center; 
    align-items: center;
    top: 25px;
}
.logo h2{
    font-family: sans-serif;
    font-size: 12px;
    color: #000; 
    text-transform: uppercase;
    line-height: 0.3;
}

.login-bar h2{
    font-family: sans-serif;
    font-size: 30px;
    color: #fff; 
    text-transform: uppercase;
}
.login a {
    font-family: sans-serif;
    font-size: 12px;
    color: #004675; 
}
 
.alert-warning {
    background-color: #ff9600 !important;
    color:#fff;
    font-family: sans-serif;
}
.login-bar button {
    width: 150px;
    height: 30px;
    background: #004675;
    color:#ffffff;
    font-size: 12px ;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: 2px 2px 0px rgba(30,30,30,0.3);
    border-radius: 5px;
    border-width:0px;
}
  
.login-bar button:hover {
    background: #5AB55A;
}
/* Plugin MySuite */
#mysuite  *{
  border: none;
}
#mysuite{
  font-family: Verdana,Geneva,sans-serif;
  font-size: 12px;
  color: #666;
  width: 200px;
  height: 40px;
  bottom: 0px;
  position: fixed;
  right: 0px;
  z-index: 1000;
}

#mysuite.online{
  position: fixed; 
  right: 15px; 
  bottom: 0px; 
  max-width: 300px; 
  min-width: 180px; 
  height: 30px; 
  background: #78a400 none repeat scroll 0 0; 
  text-align: center; 
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; 
  cursor: pointer;
}

#mysuite.offline {
  position: fixed; 
  right: 15px;
  bottom: 0px; 
  max-width: 300px; 
  min-width: 180px; 
  min-height: 30px; 
  background: red none repeat scroll 0 0; 
  text-align: center; 
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px; 
}

#mysuite label{
  font-family: Verdana,Geneva,sans-serif;
  font-size: 12px; font-weight: bold;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
}
button[disabled]{
  background: #B8B8B8;
  cursor: not-allowed;
}


.footer{
    color: #333333;
    text-align: center;
    margin-top: 90vh;
    padding-top: 1vh;
    position: absolute;
    width: 100%;
    height: 5vh;
    background: rgba(240,240,240,0.6);
    z-index: 1;
}
.footer a:link, .footer a:visited {
    text-decoration: none;
    color: #343434;
}
.footer a:hover {
    text-decoration: underline; 
    color: #848484
}
.footer a:active {
    text-decoration: none
}
.logo img {
    max-height: 90px;  
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain; 
}

