/* CSS Document */

.form-group:last-child {
    margin-bottom: 10px;
}

.btn{
	/*margin-right:5px;	*/
}

.blink {
  animation: blinker 1s linear infinite;
}

.mr5{
	margin-right:5px;		
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.form-control {
	margin-bottom:10px !important;	
}

.btn {
    margin-bottom:10px !important;
}