/* Add here all your css styles (customizations) */

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 20px; /* Margin bottom by footer height */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px; /* Set the fixed height of the footer here */
  line-height: 1px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

/* Forms Layout */
.wudwwugForm {
    margin: 10px;
    outline: none;
    box-shadow: 0 0 20px rgba(0,0,0,.3);
    font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
    color: #666;
}

.wudwwugFormInner {
    padding: 10px;
    color: #666
}

.wudwwugForm header {
    padding: 20px 30px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 25px;
    font-weight: 300;
    color: #232323
}

.headerpSmall {
    font-size: 60%
}

.wudwwugForm section {
    margin-bottom: 20px
}

.wudwwugForm footer {
    padding: 15px 30px 25px;
    border-top: 1px solid rgba(0,0,0,.1)
}

    .wudwwugForm footer:after {
        content: '';
        display: table;
        clear: both
    }

.log-reg {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0
}

    .log-reg > li {
        float: left;
        position: relative
    }

    .log-reg a {
        color: #eee;
        font-size: 12.5px;
        text-transform: uppercase;
        padding: 17px 15px 13px;
        display: block;
        line-height: 20px
    }

        .log-reg a:hover {
            color: #72c02c;
            z-index: 1
        }

        .log-reg a:before {
            color: #eee;
            font-family: FontAwesome;
            font-size: 4px;
            left: -3px;
            margin-right: 6px;
            position: absolute;
            z-index: 2
        }

    .log-reg cd-signin:before {
        content: ""
    }

.top-nav-collapse .log-reg a, .top-nav-collapse .log-reg a:before {
    color: #777
}


