html, body {
    height: 100%;
}

body {
    background-color: #F3F3F5;
    font-family: 'Open Sans', sans-serif;
}

.background-img {
    position: fixed;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 55%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    overflow: hidden;
}

.navbar-toggle {
    padding: 9px 15px;
    border-radius: 0px;
}

.home {
    z-index: 10;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
}

h2 {
    font-size: 2.3em;
}

small {
    font-size: 10px;
}

.home {
    padding-top:70px;
}

.form-control, .btn {
    border-radius: 0;
}

.text-grey {
    color: #A3A3A3;
}

.help-block {
    font-size: 10px;
}

.logo-img {
    height:55px;
}

.navbar-default {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    font-weight: 200;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0;
}

.description {
    text-align: center;
    margin-bottom: 40px;
}

.form-box {
    box-shadow: 1px 1px 13px #888888;
    z-index: 3;
    font-size: 13px !important;
    background-color: #ffffff;
    padding: 20px;
    max-width: 300px;
    margin:auto;
    margin-bottom: 20px;
}

.form-title {
    font-size: 22px;
    margin-bottom: 20px;
}

.control-label {
    font-size: 11px;
}

.form-register .btn {
    margin-bottom: 5px;
}

.description {
    letter-spacing: 0.3px;
}

.description h2 {
    margin-top: 10px;
    line-height: 32px;
    font-size: 1.7em;
}

.description h3 {
    margin-top: 10px;
    font-size: 1.2em;
    line-height: 25px;
    color: #6E6E75;
}

@media (max-width: 420px) {
    .description h2 {
        font-size: 1.5em;
        line-height: 25px;
    }

    .description h3 {
        font-size: 1.1em;
        line-height: 20px;
    }

}

@media (min-width: 500px) {
    .background-img {
        background-size: 100% auto;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    .text-box {
  	   display: table-cell;
  	   height: 300px;
	     vertical-align: middle;
    }

    .text-box-item {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .home {
        padding-top: 110px;
    }

    .description {
        text-align: left;
    }

    .logo-img {
        margin-left:20px
    }
}

.navbar a {
    letter-spacing: 0.3px;
}

.navbar.mini {
    background: #F3D800 !important;
    opacity: .8;
}

.navbar.mini .navbar-brand img {
    -webkit-transform:scale(0.6);
    -moz-transform:scale(0.6);
    -o-transform:scale(0.6);
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
}

.navbar-under-small {
    margin-top: 10px;
}

.navbar .nav > li > a {
    text-transform: uppercase;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav.navbar-small > li > a {
    font-size: 9.5px;
}

.nav.navbar-under-small >li>a {
    color: black;
    font-size: 13px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

/***** BUTTONS *****/
.btn-green {
  	background: #31A931;
  	color: white !important;
}



