body{
    background: linear-gradient(rgba(0, 0 , 50, 0.5), rgba(0, 0, 50, 0.8)), url(/images/medical-2.jpg);
    background-size: cover;
    background-position: center;
}
.login-box {
	max-width: 700px;
	margin: 50px auto;
	float: none;
}

.login-left{
    background: rgba(211, 211, 211, 0.5);
    padding: 30px;
}

.login-right{
    background: rgba(211, 211, 211, 0.5);
    padding: 30px;
}
.form-control {
	background-color: transparent !important;
	border-radius: 0px !important;
}
.login-box.col-md-12.login-right h1 {
    color: red;
}
.login-right h1 {
	color: #000;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 20px;
	/* text-shadow: 2px 5px 2px black; */
}
.col-md-12.login-right strong {
	color: darkred;
}
.welcome.text-center h1 {
	color: wheat;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 53px;
	text-shadow: 10px 9px 2px #000;
	font-size: 64px;
	margin-bottom: 23px;
}
.welcome.text-center p {
	color: #fff;
	text-transform: uppercase;
}

/* RIBBON STYLE */

.ribbon {
	position: relative;
}
.ribbon img {
	position: absolute;
	right: 0;
	width: 32px;
}

.blank p {
	font-size: 20px;
	font-family: 'Josefin Sans', sans-serif;
	margin-top: 32px;
}

.login-right img {
	width: 92px;
	height: 92px;
	margin-left: 140px;
	position: absolute;
	top: 33px;
	border: 1px dashed;
	border-color: #000;
}


/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
  color: #fff;
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: 
    typing 11.5s steps(30, end),
    blink-caret .5s step-end infinite;
    font-size: 20px;
    padding:5px 0;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color:none }
}

#myModal {
    color: green !important;
    text-align: justify !important
    margin-top: 359px !important;
}

.modal-header h5 {
    text-align: center !important;
    color: red;
    font-size: 42px;
    font-weight: bold;
    margin-left: 43px;
}
.modal-body img {
    width: 482px;
}

.notice.text-center {
    display: inline-block;
    margin-left: 141px;
}






