@import url(https://fonts.googleapis.com/css?family=Quicksand);
html {
  min-height: 100%;
}

#admin_wrapper {
    width: 400px;
    border: none;
    background: #edf2f5;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

form label, h2 {
    color: #03F;
text-shadow: none;
}

body > #admin_wrapper.alpha60 > form > div {
width: 350px !important;
}

body {
	background-image: url('');
	background-repeat: no-repeat;
	background-color: #F5F5F5;
	background-size: 85% ;
        background-position: center top;
        font-family: Quicksand, Arial, Helvetica, sans-serif;
}

#logo {
    width: 160px;
    height: 105px;
background:url('https://secure.activecarrot.com/media/dynamic/static_images/1011/ohana logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 35%;
}



#Ohana {
  object-fit: cover;
  position: fixed;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  z-index: -1000; 
  overflow: scroll;
  
}




form .button {
    background-color: #0066CC;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}