/* Below line is used for online Google font */

@import url(http://fonts.googleapis.com/css?family=Droid+Serif);

body{

	margin: 0px;

	padding: 0px;
background-size: cover;
/*background-image: url(https://i.ytimg.com/vi/_crom_WEkZs/maxresdefault.jpg);
background-color: #1fc8db;*/
   /* background-image: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);*/
   /*background-image: url(https://thememakker.com/templates//lucid/hospital/assets/images/auth_bg.jpg);*/
background-size: cover;
background-repeat: no-repeat;
padding:10% 0% !important;
height: 100% !important;
    border: 7px solid #169eaf;
  }

h2{

text-align: center;

font-size: 24px;

color: #fffaf3;

}

hr{

margin-bottom: 30px;

}

.main-login h2{
        text-align: center;
    font-size: 25px;
    color: #fffaf3;
    letter-spacing: 2px;
    margin-top: -8px;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.main-login{

    max-width: 391px;
    /* float: right; */
    background-color: #181a1b38;
    font-size: 13px;
    padding: 50px;
    width: 100%;
    margin-left: 110px;
    height: 100%

        }

        .login-logo{
                margin: 0 auto;
    display: block;
    padding: -15px 0px;
    margin-top: -10px;
    margin-bottom: 28px;
        }

input[type=text],[type=password] {

width: 97.7%;

height: 34px;

padding-left: 5px;

margin-bottom: 20px;

margin-top: 8px;

box-shadow: 0 0 5px #928888;

border: 2px solid #95a6a7;

color: #4f4f4f;

font-size: 16px;

}

label{

color: #ffffff;



font-size: 17px;



}

#login {

width: 100%;
    background: linear-gradient(#ffffff 5%, #c8c1c1 100%);
    border: 1px solid #169eaf;
    font-size: 20px;
    margin-top: 15px;
    padding: 11px;
    font-weight: bold;
    cursor: pointer;
    color: #343b3e;
    /* text-shadow: 0px 1px 0px #510000; */
    text-transform: uppercase;
    letter-spacing: 9px;
}

#login:hover{

  background: linear-gradient(#c8c1c1 100%, #ffffff 5%);

}

.bug-report{
    text-align: center;
        font-size: 13px;
}