﻿@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,300);

body {
  background: #F4F4F4;
  font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #797979;
}
html {
  position: relative;
  min-height: 100%;
  background: #ebeff2;
}

#wrapper {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

html, body, .container-table {
    height: 100%;
}
.container-table {
    display: table;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}



.login{width:100%;padding:10%;background:#fff;border:1px solid rgba(54, 64, 74, 0.1);border-radius:5px;margin-top:30%}
.login .login-logo{max-height:150px;margin-bottom:20px;max-width:100%}
