﻿
body, html {
    min-height: 700px;
    height: 100%;
}

body {
}

.brand .logo {
    position: absolute;
    z-index: 2;
    width: 140px;
    padding: 45px 30px;
}

.brand .background {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 700px;
    height: 100%;
    overflow: hidden;
    width: 50%;
}

.brand img {
    width: 100%;
}

form.reply-form {
    padding: 40px;
    max-width: 600px;
}

.head {
    padding: 0 15px;
    margin-bottom: 100px;
}

    .head h1 {
        font-size: 28px;
    }

        .head h1 span {
            color: #f7931e;
        }

    .head p {
        color: #aaa;
        font-size: 14px;
        position: relative;
    }

        .head p:after {
            content: "";
            width: 100px;
            height: 5px;
            background: #f7931e;
            display: block;
            margin-top: 50px;
            border-radius: 10px;
        }

        .head p:before {
            content: "";
            width: 100px;
            height: 5px;
            background: #eee;
            display: block;
            margin-top: 20px;
            border-radius: 10px;
            position: absolute;
            left: 110px;
            bottom: 0;
        }

.theme-btn {
    color: #fff;
    padding: 0 40px;
    background: #f7931e;
    line-height: 44px;
    border-radius: 5px;
    border: none;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: 0px 10px 10px 0px rgba(247, 147, 30, 0.16);
}

    .theme-btn:hover {
        background: #f7931e;
    }
.form-group.with-icon{
    position:relative;
}
.form-group.with-icon .form-control {
    padding: 0;
    line-height: 44px;
    padding-left: 50px;
    height: 44px;
    box-shadow: none !important;
    border-color: #e6e6e6;
}

.form-group.with-icon img {
    position: absolute;
    top: 13px;
    left: 30px;
    width: 18px;
}

.form-grouping .form-group:first-child {
    margin-bottom: -1px;
}

.form-grouping .form-group:nth-child(1) .form-control {
    border-radius: 5px 5px 0 0;
}

.form-grouping .form-group:nth-child(2) .form-control {
    border-radius: 0 0 5px 5px;
}

.remember-me {
    color: #aaa;
}

    .remember-me a {
        color: #f7931e;
        float: right;
    }

label.checkbox {
    margin: 0;
    font-weight: normal;
    display: inline-block;
    cursor: pointer;
}

    label.checkbox span:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        vertical-align: middle;
        border: 1px solid #ccc;
        margin-right: 10px;
        border-radius: 5px;
    }

    label.checkbox input:checked ~ span:before {
        background: #f7931e;
        box-shadow: 0px 0px 0px 3px #fff inset, 0px 2px 5px 0px rgba(247, 147, 30, 0.16);
        border-color: #f7931e;
    }

    label.checkbox input {
        display: none;
    }

ul.primary-navbar {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
}

    ul.primary-navbar li {
        display: inline-block;
        margin-right: 20px;
    }

        ul.primary-navbar li a {
            color: #aaa;
            font-size: 14px;
        }

.copyright {
    color: #f7931e;
    margin-bottom: 30px
}

    .copyright a {
        color: #f7931e;
    }

footer.page-footer {
    padding: 0;
    position: absolute;
    width: 90%;
    left: 55px;
    bottom: 0;
}

section.user-pages,
section.user-pages > div,
section.user-pages > div > div,
section.user-pages > div > div > div {
    height: 100%;
}

    section.user-pages .row > div:nth-child(2) {
        position: relative;
    }

@media(max-width: 992px) {
    section.user-pages,
    section.user-pages > div,
    section.user-pages > div > div,
    section.user-pages > div > div > div {
        height: auto;
    }

    .brand .background {
        display: none
    }

    .brand .logo {
        position: static;
        width: 110px;
        padding-bottom: 0;
    }

    form.reply-form {
        padding: 0 30px;
    }

    .head p:after {
        margin-top: 30px;
    }

    .head {
        margin-bottom: 50px;
    }

    footer.page-footer {
        position: fixed;
        left: 45px;
    }

    .remember-me a {
        float: none;
        display: block;
        margin-left: 25px;
        margin-top: 10px;
    }

    .copyright {
        font-size: 13px;
    }

    ul.primary-navbar li {
        margin-right: 5px;
    }

        ul.primary-navbar li a {
            font-size: 13px
        }
}

@media(max-height:700px) {
    footer.page-footer {
        position: static;
        padding: 0 10px;
        margin-top: 50px;
    }
}
