body {
    position: relative;
    /* For scrollyspy */
    /*font-family: 'Lato', sans-serif !important;*/
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    /*font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-size: 12px;
    background-color: #f1f2f6;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    /*font-family: 'Lato', sans-serif !important;*/
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

/* ----------------------------------
 * icons
 * ---------------------------------- */

@font-face {
    font-family: "angularicons";
    src: url("../fonts/angularicons.eot");
    src: url("../fonts/angularicons.eot?#iefix") format("embedded-opentype"), url("../fonts/angularicons.woff") format("woff"), url("../fonts/angularicons.ttf") format("truetype"), url("../fonts/angularicons.svg") format("svg");
}
.icon {
    display: inline-block;
    font-family: "angularicons";
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon[data-icon]:before {
    content: attr(data-icon);
    speak: none;
}
/* ----------------------------------
 * index
 * ---------------------------------- */

.index {
    text-align: center;
    background-color: rgba(255, 255, 255, .9);
    min-height: 746px;
}
.index h2 {
    margin-top: 10px;
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}
.index h3 {
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
}
.index .download-link {
    margin: 20px 0;
}
.index .download-link .btn {
    padding: 15px 35px;
    border: 0;
    font-size: 22px;
    opacity: 1;
}
.index .version-text {
    color: rgba(0, 0, 0, .6);
    font-size: 12px;
}
.index .learn-more {
    margin-top: 20px;
    font-weight: bold;
    color: rgba(79, 190, 186, 1);
}
.index .learn-more a, .index .learn-more a:hover, .index .learn-more a:active {
    color: #50c1e9 !important;
    text-decoration: none;
}
.index .learn-more .icon {
    font-weight: bold;
    font-size: 16px;
}
.index .adpacks {
    margin: 0 auto 100px;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #3bafda;
    width: 380px;
    min-height: 132px;
    text-align: left !important;
}
.index .adpacks .adpacks-img {
    float: left;
    width: 140px;
}
.index .adpacks .adpacks-text, .index .adpacks .adpacks-poweredby {
    font-size: 13px;
    line-height: 16px;
}
.index .adpacks .adpacks-poweredby {
    display: block;
}
@media (max-width: 767px) {
    .index {
        min-height: 600px;
    }
    .index .download-link .btn {
        padding: 15px;
    }
    .index .adpacks {
        width: 100%;
        min-height: 132px;
    }
}
/* ----------------------------------
 * social
 * ---------------------------------- */

.social {
    position: relative;
    margin-top: -100px;
    margin-bottom: 0;
    padding: 40px 5px;
    height: 99px;
    text-align: center;
    background: rgba(255, 255, 255, .7) url(../images/divider.png) no-repeat 50% 100%;
}
.social li {
    height: 30px;
    display: inline-block;
    vertical-align: top;
}
.social a {
    color: #50c1e9 !important;
}
.social .github-watch {
    width: 105px;
}
.social .github-fork {
    width: 105px;
}
.social .twitter-share {
    width: 80px;
    margin-right: 10px;
}
.social .twitter-follow {
    width: 200px;
}
/* ----------------------------------
 * desc
 * ---------------------------------- */

.desc {
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
}
.desc a {
    color: rgba(79, 190, 186, 1);
}
.desc a:hover, .desc a:active {
    color: #50c1e9;
    text-decoration: none;
}
.desc .desc__introduces {
    border-top: 1px dashed #AAB2BD;
}
.desc .desc__introduces:first-child {
    border-top: none;
}
.desc .desc__introduces h3, .desc .desc__introduces p {
    margin: 0 auto;
}
.desc .desc__introduces h3 {
    padding: 70px 0 14px;
    max-width: 900px;
    font-size: 28px;
}
.desc .desc__introduces p {
    padding-bottom: 40px;
    max-width: 900px;
    font-size: 18px;
    color: #888;
}
.desc .desc__introduces .photo--responsive img {
    width: 100%;
}
.desc .desc__features {
    margin: 70px auto;
    text-align: left;
}
.desc .desc__features .row {
    margin-bottom: 70px;
}
.desc .desc__features .col-md-6 {
    padding-left: 247px;
    min-height: 200px;
    text-align: left;
}
.desc .desc__features .features__photo {
    position: absolute;
    top: -18px;
    left: 0;
}
.desc .desc__features h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.desc .desc__features p {
    font-size: 16px;
    color: #888;
    line-height: 26px;
}
@media (max-width: 767px) {
    .desc .desc__introduces h3 {
        padding-top: 20px;
        text-align: left;
    }
    .desc .desc__introduces p {
        text-align: left;
    }
    .desc .desc__features {
        margin-top: 20px;
    }
    .desc .desc__features .row {
        margin-bottom: 20px;
    }
    .desc .desc__features .row p {
        padding-bottom: 20px;
        text-align: left;
    }
    .desc .desc__features .features__photo {
        position: static;
    }
    .desc .desc__features .col-md-6 {
        padding: 0 15px;
        text-align: center;
    }
}

/* ----------------------------------
 * advertisement
 * ---------------------------------- */

.advertisement {
    padding: 15px;
    width: auto !important;
    overflow: hidden;
    /* clearfix */
    text-align: left;
    border: 1px solid #a4e4ef !important;
    border-radius: 4px;
}
@media (max-width: 767px) {
    .advertisement {
        position: static;
        margin: 30px 0;
    }
}
@media (min-width: 768px) {
    .advertisement {
        position: absolute;
        top: 15px;
        right: 15px;
        /* 15px instead of 0 since box-sizing */
        width: 380px !important;
    }
}
/* ----------------------------------
 * navbar
 * ---------------------------------- */

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #303641
}
.navbar-custom {
    border: none;
    border-radius: 0;
    background-color: #303641;
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px
}
.navbar-custom .nav li a {
    display: block;
    color: #aaabae;
    font-size: 12px
}
.dropdown-menu .active a, .dropdown-menu .active a:focus, .dropdown-menu .active a:hover, .dropdown-menu li a:focus, .dropdown-menu li a:hover {
    background-color: #2B303A;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:hover {
    color: #fff;
    background-color: #2B303A;
}
.navbar-custom .nav li a:active, .navbar-custom .nav li a.current {
    border-bottom: 0px solid #303641;
}
.navbar-custom .navbar-toggle {
    position: relative;
    background-color: #2B303A;
    border-color: #2B303A;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
    background-color: #2B303A;
}
.navbar-custom .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, .9);
}
.navbar-custom .navbar-brand {
    padding-left: 25px;
    opacity: .7;
    filter: alpha(opacity=70);
    transition: opacity .4s ease-in-out;
}
.navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
}
@media (max-width: 992px) {
    .navbar-custom .navbar-brand {
        width: 63px;
        overflow: hidden;
    }
}
@media (max-width: 767px) {
    .navbar-custom {
        position: relative;
        top: 0;
    }
    .navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
        color: #fff;
        background-color: #303641;
    }
}
/* ----------------------------------
 * topic
 * ---------------------------------- */

.topic {
    position: relative;
    padding: 50px 0 110px;
}
.topic h3 {
    margin-top: 20px;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
}
.topic h4 {
    margin-top: 15px;
    color: rgba(255, 255, 255, .8);
    font-weight: normal;
}
.topic .topic__infos {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    padding-top: 14px;
    background: rgba(255, 255, 255, 0.25);
    width: 100%;
}
.topic .container {
    position: relative;
    color: rgba(255, 255, 255, .8);
}
.topic .container a {
    color: #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    text-decoration: underline;
    padding: 0;
    font-weight: normal;
}
.topic .container a.btn {
    padding: 10px 16px;
    text-decoration: none;
}
.topic .container a.adpacks-img {
    float: left;
    width: 140px;
}
.topic .container a.adpacks-text {
    font-size: 13px;
    line-height: 16px !important;
    text-decoration: none;
}
.topic .container a.adpacks-poweredby {
    display: block;
    font-size: 13px;
    line-height: 16px !important;
    text-decoration: none;
    color: #c5f5fe;
}
.topic .github {
    position: relative;
    top: 10px;
}
/* ----------------------------------
 * documents
 * ---------------------------------- */

.documents {
    margin-top: 40px;
}
/* ----------------------------------
 * details
 * ---------------------------------- */

.details {
    position: relative;
    padding-right: 400px;
}
@media (max-width: 991px) {
    .details {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .details {
        padding: 0 15px;
    }
}
/* ----------------------------------
 * docs-article
 * ---------------------------------- */

.docs-article {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.docs-article:last-child {
    border-bottom: none;
}
.docs-article h3 {
    margin: 0 0 10px;
    padding-bottom: 10px;
    font-family: "Georgia", "Palatino", "Times New Roman", "Times" !important;
    font-weight: normal;
    font-size: 25px;
    color: #50c1e9;
}
.docs-article p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}
.docs-article dd {
    margin-bottom: 10px;
}
.docs-article a {
    color: #50c1e9;
    text-decoration: underline;
}
.docs-article a:hover {
    color: #50c1e9;
}
.docs-article .item__infos {
    margin: 0 0 10px 0;
    font-size: 14px;
    list-style: disc;
}
.docs-article .item__infos li {
    margin-bottom: 10px;
}
.docs-article .btn-primary, .docs-article .btn-primary:hover {
    color: #fff;
    text-decoration: none;
}
.docs-article pre {
    border: none;
    background-color: #f7f7f7;
}
/* ----------------------------------
 * content-row
 * ---------------------------------- */

.content-row {
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px
}
.content-row .row {
    margin-bottom: 20px
}
.content-row .content-row-title {
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}
.content-row .content-row-title span {
    font-weight: normal;
    font-size: 14px;
    color: #ED5565;
}
.content-row-dropdown h2 + .dropdown-menu, .content-row-popover .popover, .content-row-modal .modal {
    position: static;
    display: block;
}
.content-row-dropdown h2 + .dropdown-menu {
    float: none;
    width: 200px;
}
.content-row-popover .popover {
    position: relative;
}
@media (max-width: 960px) {
    .tooltip-demo[class*="col-"] {
        text-align: center;
    }
    .tooltip-demo[class*="col-"] .btn-block {
        display: inline-block;
        margin: 0 auto;
        width: 160px;
    }
}
.content-row-popover[class*="col-"]:nth-of-type(1) .popover {
    margin-top: 0;
}
.content-row-popover[class*="col-"]:nth-of-type(3) .popover, .content-row-popover[class*="col-"]:nth-of-type(4) .popover {
    margin-top: 40px;
}
.content-row-progress[class*="col-"]:last-child .progress {
    margin-bottom: 10px;
}
.content-row-pagination .pagination, .content-row-pagination .pager {
    margin: 0 !important;
}
.content-row-modal .modal {
    overflow: hidden;
}
@media (min-width: 768px) {
    .content-row-modal .modal-dialog {
        width: 545px;
        margin: 5px;
    }
}
.content-row-typography {
    position: relative;
    padding-left: 25%;
    margin-bottom: 40px;
}
.content-row-typography .heading-note, .content-row-typography .text-note {
    display: block;
    width: 260px;
    position: absolute;
    bottom: 2px;
    left: 0;
    font-size: 13px;
    line-height: 13px;
    color: #AAB2BD;
    font-weight: 400;
}
.content-row-typography .text-note {
    bottom: auto;
    top: 10px;
}
.content-row[class*="col-"] {
    margin-bottom: 10px;
}
/* ----------------------------------
 * color-swatches
 * ---------------------------------- */

.color-swatches .swatches {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFF;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.color-swatches .light, .color-swatches .dark {
    width: 50%;
    height: 50px;
}
.color-swatches .light {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
.color-swatches .dark {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}
.color-swatches .infos {
    padding: 5px 10px;
}
.color-swatches .infos h4, .color-swatches .infos p {
    margin: 0;
}
.color-swatches .infos h4 {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 14px;
}
.color-swatches .infos p {
    font-size: 12px;
}

/* ----------------------------------
 * previews
 * ---------------------------------- */

.previews {
    text-align: center;
}
.previews p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 40px;
}
.previews img {
    max-width: 100%;
}
/* ----------------------------------
 * color picker
 * ---------------------------------- */

.color-picker-nav a {
    text-decoration: none !important;
    color: #0b859c !important;
    margin: 0 10px;
}
.color-picker-nav a:hover {
    text-decoration: underline !important;
}
.color-picker-nav a.current {
    font-weight: bold;
}
.color-wrap {
    position: relative;
    clear: both;
    left: 0;
    width: 100%;
    z-index: 500;
}
.color-picker {
    width: 20%;
    padding-bottom: 18%;
    color: #FFF;
    position: relative;
    float: left;
    top: 0;
    bottom: 0;
}
.color-item {
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 35%;
}
.color-item:hover {
    display: inline;
    z-index: 999;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}
/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .color-picker {
        width: 50%;
        color: #FFF;
    }
    .color-item {
        padding: 8%;
        font-size: 0.875em;
    }
    .color-name, .hex-number {
        position: relative;
        line-height: 22px;
        text-align: center;
    }
}
/* All Mobile Sizes (devices and browser) */

@media only screen and (max-width: 767px) {
    .color-picker {
        width: 50%;
        color: #FFF;
    }
    .color-item {
        padding: 8%;
        font-size: 0.750em;
    }
    .color-name, .hex-number {
        position: relative;
        line-height: 22px;
        text-align: center;
    }
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .color-item {
        padding: 5%;
        font-size: 0.750em;
    }
    .color-picker {
        width: 100%;
        color: #FFF;
    }
    .color-name, .hex-number {
        position: relative;
        line-height: 12px;
        text-align: center;
    }
}
/* ----------------------------------
 * btn-group & labels
 * ---------------------------------- */

.blank {
    display: none;
}
@media (max-width: 768px) {
    .blank {
        display: block;
        height: 15px;
    }
}
.site-footer {
    position: relative;
    z-index: 400;
    border-top: 1px dashed #AAB2BD;
    padding: 40px 0 20px;
    background-color: #f5f5f5;
}
.site-footer a, .site-footer .connect {
    color: #50c1e9;
}
.site-footer a:hover, .site-footer a:active {
    color: #50c1e9;
    text-decoration: none;
}
.site-footer .row .col-md-4 {
    margin-bottom: 20px;
}
.site-footer h3 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
}
.site-footer ul {
    padding-left: 0;
}
.site-footer li {
    list-style: none;
    font-size: 14px;
}
.site-footer hr {
    margin: 20px 0;
    border: none;
    height: 1px;
    width: 100%;
}
.site-footer hr.dashed {
    border-top: 1px dashed #ccc;
}
.site-footer .icon {
    margin-right: 10px;
    font-size: 28px;
}
.site-footer form {
    padding: 0 !important;
}
.site-footer form label {
    font-size: 14px !important;
    font-weight: normal !important;
}
.site-footer input[type="email"] {
    margin-right: 10px;
    width: 75%;
}
.site-footer input[type="email"], .site-footer input[type="email"]:focus, .site-footer input[type="submit"], .site-footer input[type="submit"]:active, .site-footer input[type="submit"]:focus {
    border: none !important;
}
.site-footer .email, .site-footer .clear {
    float: left;
}
.site-footer .copyright p:last-child {
    margin-top: 10px;
}
.site-footer .copyright b {
    font-size: 16px;
}
.site-footer .download .download__infos {
    font-size: 18px;
}
.site-footer .download .btn {
    color: #000;
}
.site-footer .download .btn-primary {
    color: #fff;
}
.list-group-item:last-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}
.list-group-item > .glyphicon-chevron-right {
    float: right
}
.list-group-item a {
    color: #434a54;
}
.list-group-item {
    padding-left: 20px
}
.bs-glyphicons-list {
    list-style: none outside none;
}
.bs-glyphicons li {
    font-size: 12px;
    width: 12.5%;
    background-color: #f9f9f9;
    border: 1px solid #fff;
    float: left;
    height: 115px;
    line-height: 1.4;
    padding: 10px;
    text-align: center;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px
}
/* ----------------------------------
 * Fluid Container
 * ---------------------------------- */

.container-fluid {
    padding-left: 5px;
    padding-right: 5px;
}
/* ----------------------------------
 * sidebar
 * ---------------------------------- */

.sidebar-offcanvas {
    padding-right: 5px
}
.sidebar-offcanvas i {
    margin-right: 8px
}
.toggle-sidebar span {
    font-size: 18px;
    margin-right: 10px
}
@media screen and (min-width: 768px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }
    .row-offcanvas-right {
        right: 20%;
    }
    .row-offcanvas-left {
        left: 20%;
    }
    .row-offcanvas-right .sidebar-offcanvas {
        right: -20%;
        /* 3 columns */
    }
    .row-offcanvas-left .sidebar-offcanvas {
        left: -20%;
        /* 3 columns */
    }
    .row-offcanvas-right.active {
        right: 0;
        /* 3 columns */
    }
    .row-offcanvas-left.active {
        left: 0;
        /* 3 columns */
    }
    .row-offcanvas-right.active .sidebar-offcanvas {
        /*background-color: rgb(254, 254, 254);*/
    }
    .row-offcanvas-left.active .sidebar-offcanvas {
        /*background-color: rgb(254, 254, 254);*/
    }
    .row-offcanvas .content {
        width: 80%;
        /* 9 columns */
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }
    .row-offcanvas.active .content {
        width: 100%;
        /* 12 columns */
    }
    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 20%;
        /* 3 columns */
    }
}
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }
    .row-offcanvas-right {
        right: 0;
    }
    .row-offcanvas-left {
        left: 0;
    }
    .row-offcanvas-right .sidebar-offcanvas {
        right: -50%;
        /* 6 columns */
    }
    .row-offcanvas-left .sidebar-offcanvas {
        left: -50%;
        /* 6 columns */
    }
    .row-offcanvas-right.active {
        right: 50%;
        /* 6 columns */
    }
    .row-offcanvas-left.active {
        left: 50%;
        /* 6 columns */
    }
    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 50%;
        /* 6 columns */
    }
}
/* ----------------------------------
 * Flex demo
 * ---------------------------------- */

.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}
.flex-item {
    -webkit-flex: 1 auto;
    flex: 1 auto;
}
.flex-demo div span {
    align-self: center;
    display: inline-block;
    padding: 1rem 1.5rem;
}
.flex-demo > div {
    display: inline-flex;
    font-size: 1.5em;
    justify-content: center;
    margin: 0.25rem;
    overflow: hidden;
    position: relative;
}
.flex-demo .flex-item {
    background: hsl(219, 50%, 75%)
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-bottom: 5px
}
.form-signin {
    max-width: 430px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin.form-signin-heading, .form-signin.checkbox {
    margin-bottom: 20px;
}
.form-signin.checkbox {
    font-weight: normal;
}
.form-signin.form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin.form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.login-footer {
    background-color: #373E4A
}
.form-signin input {
    background-color: #373E4A;
    border: 1px solid #373e4a;
    height: 41px;
    border-radius: 3px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px
}
.form-signin .form-control:focus {
    border-color: #373E4A;
}
.form-signin .input-group-addon {
    background-color: #373E4A;
    border-color: #373E4A
}