* { box-sizing:border-box; }

body {
	font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased;
	background: url(/img/secure-access_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

hgroup { 
	text-align:center;
	margin-top: 4em;
}

h1, h3 { font-weight: 300; }

h1, h3, h5 { color: #636363; }

h1.page-title {font-family: 'Timmana', sans-serif;
margin: 4em auto 0 auto;
color: #fff;
font-size: 50px;
position: relative;
top: 23px;
left: 29px;}

h1.page-title a {color: #fff;}
h1.page-title a:hover {text-decoration: none;}


h1.page-title.modal {top: -32px;margin:0;}

h3 { color: #4a89dc; }

form {
	width: 100%;
	margin: 10% auto 2em auto;
	padding: 1em 2em 2em 2em;
	background: #fafafa;
	border: 1px solid #ebebeb;
box-shadow: 0px 14px 22px -10px rgba(0,0,0,0.91);
-webkit-box-shadow: 0px 14px 22px -10px rgba(0,0,0,0.91);
-moz-box-shadow: 0px 14px 22px -10px rgba(0,0,0,0.91);
}
img.logo {margin:20px auto;width:60%;display:block;}


.group { 
	position: relative; 
	margin-bottom: 45px; 
}

.group1 label { 
	left:-15px!important;
}
.group2 label { 
	left:-10px!important;
}
.group3 label { 
	left:-60px!important;
}

.grouplabel15 label { 
	left:-15px!important;
}
.grouplabel25 label { 
	left:-25px!important;
}
.grouplabel30 label { 
	left:-30px!important;
}
.grouplabel35 label { 
	left:-35px!important;
}


input {
	font-size: 18px;
	padding: 10px 10px 10px 5px;
	-webkit-appearance: none;
	display: block;
	background: #fafafa;
	color: #636363;
	width: 100%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #757575;
}

input:focus { outline: none; }

.input-group {
    margin: 1em 0;
}
* {
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font-family: 'Roboto', sans-serif;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}
html {
    font-size: 10px;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}

/* Label */

label {
	color: #999; 
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	-webkit-transition:all 0.2s ease;
	transition: all 0.2s ease;
}


/* active */

input:focus ~ label, input.used ~ label {
	top: -20px;
  -webkit-transform: scale(.75);
          transform: scale(.75); left: -2px;
	/* font-size: 14px; */
	color: #353432;
}


/* Underline */

.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before, .bar:after {
	content: '';
	height: 2px; 
	width: 0;
	bottom: 1px; 
	position: absolute;
	background: #353432; 
	-webkit-transition:all 0.2s ease; 
	transition: all 0.2s ease;
}

.bar:before { left: 50%; }

.bar:after { right: 50%; }


/* active */

input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }


/* Highlight */

.highlight {
	position: absolute;
	height: 60%; 
	width: 100px; 
	top: 25%; 
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}


/* active */

input:focus ~ .highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	        animation: inputHighlighter 0.3s ease;
}


/* Animations */

@-webkit-keyframes inputHighlighter {
	from { background: #353432; }
	to 	{ width: 0; background: transparent; }
}

@keyframes inputHighlighter {
	from { background: #353432; }
	to 	{ width: 0; background: transparent; }
}


/* Button */

.button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  margin: .3em 0 1em 0;
  width: 100%;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  letter-spacing: 1px;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #3160B6;
  cursor: pointer;
  -webkit-transition:all 0.15s ease;
  transition: all 0.15s ease;
}
.button:focus { outline: 0; }


/* Button modifiers */

.buttonBlue {
  background: #4a89dc;
  text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
}

.buttonBlue:hover { background: #357bd8; }

.buttonGrey {
	color:#fff;
	text-shadow: none;
	background: #353432;
text-shadow: 1px 1px 0 rgba(0,0,0, .5);
}

.buttonGrey a {
	color:#fff;}

.buttonGrey:hover { background: #484846; }

.logoff-btn {width: 100%;
border-radius: 0;
margin-top: 20px;}
/* Ripples container */

.ripples {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}


/* Ripples circle */

.ripplesCircle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

.ripples.is-active .ripplesCircle {
  -webkit-animation: ripples .4s ease-in;
          animation: ripples .4s ease-in;
}


/* Ripples animation */

@-webkit-keyframes ripples {
  0% { opacity: 0; }

  25% { opacity: 1; }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

@keyframes ripples {
  0% { opacity: 0; }

  25% { opacity: 1; }

  100% {
    width: 200%;
    padding-bottom: 200%;
    opacity: 0;
  }
}

footer { text-align: center; }

footer p {
	color: #FFF;
	font-size: 13px;
	letter-spacing: .4px;
}

footer a {
	color: #4a89dc;
	text-decoration: none;
	-webkit-transition:all .2s ease;
	transition: all .2s ease;
}

footer a:hover {
	color: #666;
	text-decoration: underline;
}

footer img {
	width: 80px;
	-webkit-transition:all .2s ease;
	transition: all .2s ease;
}

footer img:hover { opacity: .83; }

footer img:focus , footer a:focus { outline: none; }

.modal {display:block;position: relative;
top: 0;margin-top:13em;}

.modal-content {-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none; border-radius:0px;border:none;}
.modal-header {position:relative;top:-25px;}

.ui-widget-content a, .ui-widget-content ul li.ui-tabs-active a{
    color: #FFFFFF!important;
}

.ui-widget-content a.ui-tabs-anchor, .ui-widget-content a button {
    color: #000!important;
}

.modal-dialog {
    width: 750px !important;
	/*width: 90% !important;*/
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #337ab7!important;
}

.ui-widget-header {
    background: #FFF;
	border: none;
	border-bottom: 1px solid #ccc;
}

.btn {
    padding: 6px 10px!important;
    font-size: 12px!important;
}
 








 