@import 'login2.css';

body {}

.col-sm-6 {
    margin: 0;
}

header {
    padding: 20px 0;
    border-bottom: 3px solid #6f6d70;
}

header .col-md-4,
header .col-md-8 {
    margin: 0;
    padding: 0;
}

header img {
    width: auto;
    height: 50px;
    font-size: 0;
}

header p {
    margin: 0;
    line-height: 25px;
}

header a,
header a:link,
header a:active,
header a:visited {
    color: inherit;
    text-decoration: none;
}

header a:hover,
header a:focus {
    color: inherit;
    text-decoration: none;
}

section {}

section .col-sm-6 {
    margin: 0;
}

section .jumbotron {
    background: #000 url(../../images/flame-dark.jpg) no-repeat center center scroll;
    background-size: cover;
    padding: 70px 50px;
    margin: 0;
}

section .container {
    height: 100%;
}

.outer {
    display: table;
    width: 100%;
    height: 100%;
}

.inner {
    display: table-cell;
    vertical-align: middle;
}


section .box {
    padding: 50px;
    background: rgba(0, 0, 0, .5);
}

section h2 {
    margin: 0 0 20px 0;
    color: #fff;
}

.form-control {
    border-width: 2px;
    border-color: rgba(0, 0, 0, .7);
}

h2.green {
    color: #5BC4BE;
}

.btn-green {
    color: #fff;
    background: none;
    border-width: 2px;
    border-color: #5BC4BE;
    box-shadow: none;
    background-color: #5BC4BE;
}

h2.yellow {
    color: #f1c40f;
}

.btn-yellow {
    color: #fff;
    background: none;
    border-width: 2px;
    border-color: #f1c40f;
    box-shadow: none;
    background-color: #f1c40f;
}

.btn-black:active,
.btn-black:hover,
.btn-black:focus,
.btn-white:active,
.btn-white:hover,
.btn-white:focus {
    color: #fff;
}

footer {
    padding: 15px;
}

footer img {
    width: 100%;
    max-width: 420px;
    height: auto;
}

footer .col-md-6,
footer .col-md-3 p {
    text-align: center;
    line-height: 100%;
}

@media (min-width: 0px) {

    header .col-md-4 {
        margin-bottom: 15px;
    }

    header .col-md-4,
    header .col-md-8 {
        text-align: center;
    }

    section .jumbotron {
        padding: 20px 0;
    }

    header .col-md-4 {
        margin-bottom: 15px;
    }

    section .col-sm-4 {
        padding: 0;
    }

    section .col-sm-4:first-child {
        margin-bottom: 15px;
    }

    section .col-sm-4:last-child {
        padding-left: 0;
    }

    section .box {
        padding: 15px;
    }

    .jumbotron h2 {
        font-size: 24px;
        line-height: 24px;
    }

    .input-lg {
        height: 46px;
        padding: 10px 16px;
        font-size: 16px;
        line-height: 1.3333333;
        border-radius: 3px;
    }

    .btn-lg {
        padding: 10px 16px;
        font-size: 16px;
        line-height: 1.3333333;
        border-radius: 3px;
    }

    footer .col-md-3,
    footer .col-md-6 {
        text-align: center;
    }

    footer .col-md-3 {
        text-align: center;
    }

}

@media (min-width: 768px) {

    header .col-md-4 {
        margin-bottom: 0;
    }

    .col-sm-6 {
        float: left;
        width: 50%;
    }

    .col-md-4 {
        float: left;
        width: 33.33333333%;
        margin-bottom: 20px;
    }

    .col-md-8 {
        float: left;
        width: 66.66666667%;
    }

    section .col-sm-6:first-child {
        margin-bottom: 0;
    }

    section .jumbotron {
        padding: 30px 0;
    }

    section .container {
        padding: 0;
    }

    section .row {
        margin: 0;
    }

    section .col-sm-4 {
        padding: 0 15px;
    }

    .jumbotron {
        padding: 15px 0;
    }

    .jumbotron .box {
        padding: 15px;
    }

    .input-lg {
        height: 46px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px;
    }

    .btn-lg {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        border-radius: 6px;
    }

    footer .col-md-3,
    footer .col-md-3 p,
    footer .col-md-6 {
        text-align: center;
    }

}


@media (min-width: 992px) {

    .jumbotron {
        padding: 50px;
    }

}