@import url(http://fonts.googleapis.com/css?family=Open+Sans);
html {
  position: relative;
  min-height: 100%;
}
body {
    font-family: "Open Sans";
    align-items: center;
    padding: 0;   
    background: #fAfAfA;
	margin: 0;
	margin-bottom: 0;
	width: 100%;
	height: 100%;
}
.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
  margin-top: 4rem;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
}

label {
    color: #6C757D;
    font-family: "Open Sans";
}

.centered {
	width: 350px;
	height: 350px;
  
}
.connectBtn{
    background: #0099E6;
    display: block;
    color: #FFF;
	height: 60px;
	line-height: 60px;
    width: 100%;
    border: none;
    margin: 0;
    cursor: pointer;
    font-size: 18px;
}
.msg{
    color: #495057;
}