/*html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

body{
  font-family: 'Roboto', sans-serif;
    margin: 0;
    

  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d8edf0+0,f3fdff+46,e9f6f8+100 */
  background: #d8edf0; /* Old browsers */
  background: url('../img/splash-headerBG.png'), -moz-linear-gradient(top, #d8edf0 0%, #f3fdff 46%, #e9f6f8 100%); /* FF3.6-15 */
  background: url('../img/splash-headerBG.png'), -webkit-linear-gradient(top, #d8edf0 0%,#f3fdff 46%,#e9f6f8 100%); /* Chrome10-25,Safari5.1-6 */
  background: url('../img/splash-headerBG.png'), linear-gradient(to bottom, #d8edf0 0%,#f3fdff 46%,#e9f6f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8edf0', endColorstr='#e9f6f8',GradientType=0 ); /* IE6-9 */

  background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-position: top center;
}



.container:not(.no-margin){
  margin-top: 10%;
}

.logo{
  max-width: 30%;
}
.splash-logo-frame{
    display: contents;
  position:relative;
}
.splash-logo{
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    position: absolute;   
}

/*-----------------*/
/*--- L O G I N ---*/
/*-----------------*/
.login-form{
  margin-top: 30%;
}
.login-form .form-control{
  background: transparent;
  border-radius: 0;
  border-top: transparent;
  border-right: transparent;
  border-left: transparent;
  box-shadow: none;
}
.login-form .btn-info{
  margin-top: 15%; line-height: 2em;
  font-weight: bold;
  color:#004663;
  background:#94e7f6;
  border: none;
  text-shadow: none;
}