body {
  /*background: url("../images/photo_bg.jpg") no-repeat center center fixed;*/
  background-size: cover;
  font-size: 14px;
/*  font-family: 'Lato', sans-serif;*/
  font-weight: 300;
  margin: 0;
  /*color: #666;*/
}

label {
    width:75px;text-align:left;
}
.error {
  margin-top: 24px;
    margin-bottom: -40px;
}
.error p {
    color:#df3027 !important;
}
span#lblError {
    margin-top: 23px;
    display: block;
    color: red;
}


input {
    margin-bottom:5px !important;
        height: 34px !important;
    padding: 6px 12px !important;
    background-color: #fff !important;
    border: 1px solid #c2cad8 !important;
    border-radius: 4px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    width:200px;
    font-size:12px;
}
#btn-sign-in
{
    top: 10px;
	width: 100%;
	height: 50px;
	text-align: center;
	border: solid 1px #BBBBBB;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
	font-size: 18px;
	color: blue;
	background: #F7F7F7;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#EEEEEE));
	background: -moz-linear-gradient(bottom, #EEEEEE, #FFFFFF);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#EEEEEE');
	white-space: normal;
    color: #FFF;
    background-color: #3598dc;
    border-color: #3598dc;
    line-height: 1.44;
    outline: 0!important;

    box-shadow: none!important;    
    display: block;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    background-image: none;
}
.login-box.animated.fadeInUp {
    margin-top: 58px;
}



/* Typography */
h1#title {
  font-family: 'Roboto Slab', serif;
  font-weight: 300;
  font-size: 3.2em;
  color: white;
  text-shadow: 0 0 10px rgba(0,0,0,0.8);
  margin: 0 auto;
  padding-top: 100px;
  max-width: 500px;
  text-align: center;
  position: relative;
  top: 0px;
}

h1#title span span {
  font-weight: 400;
}

h2 {
  color: white;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 1.4em;
  line-height: 2.8em;
}

a {
  text-decoration: none;
  /*color: #666;*/
}

a:hover {
  color: #aeaeae;
}

p.small {
  font-size: 0.8em;
  margin: 20px 0 0;
}


/* Layout */
.container {
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 800px;
}

.top {
  margin: 0;
  padding: 0;
  width: 100%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.6) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.login-box {
  /*background-color: white;
  width: 360px;*/
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 20px;
  border-radius: 5px;
  /*box-shadow: 0 5px 50px rgba(0,0,0,0.4);*/
  text-align: center;
}

.login-box .box-header {
  background-color: #2ea8d9;
  margin-top: 0;
  border-radius: 5px 5px 0 0;
}

.login-box .form {
  padding: 0 20px;
  width: 260px;
  margin: 0 auto;
}

.login-box label {
    display: block;
    width: 100%;
    /* font-weight: 700; */
    /* font-size: .8em; */
    color: #FFF;
    /* letter-spacing: 1px; */
    /* text-transform: uppercase; */
    /* line-height: 2em; */
    text-align: left;
}

.login-box input {
  display: block;
  vertical-align: middle;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: .9em;
  color: #888;
  margin-bottom: 20px;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.login-images {
    padding: 0 20px;
    width: 260px;
    margin: 0 auto;
}

.login-images input {
    display: block;
    align-items: center;
    vertical-align: middle;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-size: .9em;
    color: #888;
    margin-bottom: 20px;
    width: 220px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.login-box input:focus {
  outline: none;
  border-color: #2274A2;
  transition: 0.5s;
  color: #2274A2;
}

.login-box button {
  margin-top: 5px;
  border: 0;
  border-radius: 2px;
  color: white;
  padding: 20px;
  font-weight: 400;
  font-size: 1.1em;
  letter-spacing: 1px;
  background-color: #2ea8d9;
  cursor:pointer;
  outline: none;
  display: block;
  /*margin: 10px 5px;*/
  width: 100%;
}

.login-box button:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.login-box button:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.selected {
  color: #F2373C!important;
  transition: 0.5s;
}

/* Animation Delay */
#logo {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 2s;
}

.login-box {
  -webkit-animation-duration: 1s;
  -webkit-animation-delay: 1s;
}

.error p {
  color: red;
  margin-top: 5px;
  padding: 0 5px;
}

.claims {
  width: 800px;
  margin: 0 auto;
}
.api-resources {
  width: 500px;
  margin: 0 auto;
}

.api-resources img {
  display: block;
  margin: 0 auto;
}

.claims .hljs {
  background: white;
  border-radius: 5px;
  box-shadow: 0 5px 50px rgba(0,0,0,0.4);
}
