﻿label, small {
    color: #0E0E0E
    font-weight: normal;
}

a {
    color: #999;
}

.page-header {
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
}

.panel-default {
    text-align: center;
}

    .panel-default > .panel-heading {
        color: #999;
    }

    .panel-default > .panel-heading-alert {
        color: crimson;
        margin: 10px;
    }

.navbar {
    background-color: rgb(228 162 180); 
    color: rgba(233, 92, 46, 1) !important;
    border: none !important;
}

.navbar-inverse .navbar-brand {
    color: #fff !important;
}

.navbar-header-logo {
    height: 70px; 
    margin-right: 10px; 
    display: inline-block;
    vertical-align: middle;
}

.navbar-header {
    display: -webkit-inline-box !important;
    align-items: center;
}
.header-logo {
    width: 250px;
    padding-top: 40px;
}

.lapem-logo {
    margin-left: 150px;
}

.btn-login {
    background-color: #F29327;
    color: rgb(139, 6, 10, 1);
}

    .btn-login:hover {
        background-color: #85a67d;
        color: rgb(139, 6, 10, 1);
    }



.profile-img {
    text-align: center;
}

.btn-login-sip {
    background-color: #E5282E;
    color: rgb(139, 6, 10, 1);
}

.centered {
    align-items: center;
    align-content: center;
}

/*Screen extra small*/
@media (max-width: 350px) {
    .body-center {
        margin-bottom: 8% !important;
        padding-right: 5% !important;
        padding-left: 5% !important;
    }

    .btn-code {
        font-size: smaller;
        font-stretch: ultra-condensed;
        height: 34px !important;
    }

    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 200%;
        height: auto;
        background-color: #f1f1f1;
        color: white;
        text-align: center;
    }

    .img-company {
        position: relative;
        -webkit-animation: floatBubble 20s infinite normal cubic-bezier(0, 0, 0, 0) !important;
        animation: floatBubble 20s infinite normal cubic-bezier(0, 0, 0, 0) !important;
    }

    .img-responsive {
        display: block;
        max-width: 200%;
        height: auto;
    }

    @-webkit-keyframes floatBubble {
        0% {
            left: 1%;
        }

        50% {
            left: -101%;
        }

        100% {
            left: 1%;
        }
    }

    @keyframes floatBubble {
        0% {
            left: 1%;
        }

        50% {
            left: -101%;
        }

        100% {
            left: 1%;
        }
    }
}

/*Screen small*/
@media (max-width: 500px) and (min-width: 351px) {
    .body-center {
        margin-bottom: 12% !important;
        padding-right: 10% !important;
        padding-left: 10% !important;
    }

    .btn-code {
        font-size: smaller;
        font-stretch: extra-condensed;
        height: 34px !important;
    }

    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 8%;
        background-color: #f1f1f1;
        color: white;
        text-align: center;
    }

    .img-company {
        position: relative;
        -webkit-animation: floatBubble 20s infinite normal cubic-bezier(0, 0, 0, 0) !important;
        animation: floatBubble 20s infinite normal cubic-bezier(0, 0, 0, 0) !important;
    }

    .img-responsive {
        display: block;
        max-width: 200% !important;

    }

    @-webkit-keyframes floatBubble {
        0% {
            left: 1%;
        }

        50% {
            left: -101%;
        }

        100% {
            left: 1%;
        }
    }

    @keyframes floatBubble {
        0% {
            left: 1%;
        }

        50% {
            left: -101%;
        }

        100% {
            left: 1%;
        }
    }
}

/*Screen medium*/
@media (max-width: 700px) and (min-width: 501px) {
    .body-center {
        margin-bottom: 8% !important;
        padding-right: 10% !important;
        padding-left: 10% !important;
    }

    .btn-code {
        font-size: smaller;
        font-stretch: extra-condensed;
        height: 34px !important;
    }

    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 8%;
        background-color: #f1f1f1;
        color: white;
        text-align: center;
    }

    .img-company {
        position: relative;
        -webkit-animation: floatBubble 20s infinite normal cubic-bezier(0, 0, 0, 0) !important;
        animation: floatBubble 20s infinite normal cubic-bezier(0, 0, 0, 0) !important;
    }

    .img-responsive {
        display: block;
        max-width: 150% !important;

    }

    @-webkit-keyframes floatBubble {
        0% {
            left: 1%;
        }

        50% {
            left: -51%;
        }

        100% {
            left: 1%;
        }
    }

    @keyframes floatBubble {
        0% {
            left: 1%;
        }

        50% {
            left: -51%;
        }

        100% {
            left: 1%;
        }
    }
}

/*Screen large*/
@media (max-width: 1000px) and (min-width: 701px) {
    .body-center {
        margin-bottom: 8% !important;
        padding-right: 25% !important;
        padding-left: 25% !important;
    }

    .btn-code {
        font-size: initial;
        font-stretch: normal;
        height: 34px !important;
    }

    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 8%;
        background-color: #f1f1f1;
        color: white;
        text-align: center;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }
}

/*Screen extra large*/
@media (min-width: 1001px) {
    .body-center {
        margin-bottom: 5% !important;
        padding-right: 30% !important;
        padding-left: 30% !important;
    }

    .btn-code {
        font-size: initial;
        font-stretch: normal;
        height: 34px !important;
    }

    .footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        background-color: #f1f1f1;
        color: white;
        text-align: center;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }
}
