html {
    font-size: 90%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #666;
  overflow-x: hidden;
  font-size: 100%;
  line-height: 1.42857143;
}
.main-container {
  clear: both;
}
section {
    position: relative;
    overflow: hidden;
}
.cover {
  margin: 0;
  padding: 0;
}
.fullscreen {
    height: 100vh;
}
ul {
    list-style: none;
    margin-left: 0px;
}
.cover h1,
.cover h2,
.cover h3,
.cover h4,
.cover h5,
.cover h6 {
  color: #ffffff;
}
.cover p,
.cover span,
.cover li {
  color: #ffffff;
}
.cover.fullscreen .slides > li {
  height: 100vh;
}
.cover .slides li .container {
    z-index: 4;
    position: relative;
}
.background-image-holder.fadeIn {
    opacity: 1;
}
.background-image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #292929;
  background-size: cover !important;
  background-position: 50% 50% !important;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: 0;
}

.LoginPanel {
    padding-top: 20px !important;
}

.background-image-holder img {
  display: none;
}
.v-align-transform {
    position: relative;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    top: 50%;
    z-index: 2;
}
.image-bg .feature.boxed {
    background: rgba(255, 255, 255, 0.8);
}
.image-bg .feature.bordered {
    border-color: rgba(255, 255, 255, 0.8);
	min-width: 530px
}
.feature.bordered {
    padding: 32px 0;
    border: 1px solid #ccc;
}

/* GC DNN Login */
.login label{
	font-weight: normal !important;
    color:#000;
}
.login .image-bg a, .bg-primary a {
    color: #fff;
}

.dnnCheckbox .mark {
    background: none;
}

.LoginPanel {
    width: 500px;
    padding: 30px 0px 0px 0px !important;
    float: none !important;
    margin: auto !important;
}


@media only screen and (min-width: 0px) and (max-width: 599px) {


    .LoginPanel {
        width: 100%;
        padding-right: 0;
        float: none;
    }

    .main-container .dnnLoginService input[type="text"], .dnnLoginService input[type="password"] {
        width: 100%;
    }


    .dnnFormItem > label.dnnFormLabel, .dnnFormItem > span.dnnFormLabel {
        display: none;
    }

    .image-bg .feature.bordered {
        min-width: 90%;
        margin: 5%;
        padding: 10px;
    }

    .logo {
        max-width: 200px;
    }

    .LoginPanel {
        padding-top: 0px !important;
    }
	
}