﻿.container {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #f4f4f4;
    /*background: -webkit-linear-gradient(-135deg, #c850c0, #f0ad4e);
            background: -o-linear-gradient(-135deg, #c850c0, #f0ad4e);
            background: -moz-linear-gradient(-135deg, #c850c0, #f0ad4e);
            background: linear-gradient(-135deg, #c850c0, #f0ad4e);*/
}

.litem {
    display: -webkit-box;
}

.captcha {
    margin-bottom: 5px;
}

.f50 {
    font-size: 50px;
    color: #ec971f;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #f0ad4e;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

a {
    text-decoration: underline;
    cursor: pointer;
}

.litem {
    display: -webkit-box;
}

.f50 {
    font-size: 50px;
    color: #ec971f;
}
/* basic stylings ------------------------------------------ */


/* form starting stylings ------------------------------- */
.group {
    padding-top: 5px;
    padding-bottom: 5px;
}

.logintitle {
    padding: 15px 0px 15px 0px !important;
    padding: 15px;
    text-align: center;
    background: -webkit-linear-gradient(#f0ad4e, #f7f7f7); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f0ad4e, #f7f7f7); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f0ad4e, #f7f7f7); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f0ad4e, #f7f7f7); /* Standard syntax */
}

.bar {
    position: relative;
    display: block;
    width: 300px;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #f0ad4e;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}


/*.account-wall:hover, input:hover {
    box-shadow: 0 0px 20px rgba(0,0,0,0.25), 0 0px 0px rgba(0,0,0,0.22);
}*/

.btn, .form-control {
    border-radius: 0px !important;
}

.form-signin {
    max-width: 425px;
    padding: 15px;
    margin: 0 auto;
}


@media (min-width: 768px) {
    .l {
        margin: 25px auto;
    }
}

.l {
    max-width: 991px;
    margin: 50px auto 12px;
}

@media (min-width: 768px) {
    .login .content {
        width: 65%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .login {
        width: 100%;
    }
}

* {
    box-sizing: border-box;
}

.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    margin-left: 0px !important;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 13px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .form-signin .form-control:focus {
        z-index: 2;
    }

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: -2px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.account-wall {
    padding: 10px 0px 10px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
    /* text-shadow: 1px 1px 0px #fff; */
    font-size: 23px;
    font-weight: bold; /* font-family: monospace; */
    text-shadow: 2px 2px 4px #aab9cb;
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}

.profile-img {
    max-width: 300px;
    height: 100px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.need-help {
    margin-top: 10px;
}

.new-account {
    display: block;
    margin-top: 10px;
}

.check {
    opacity: 1 !important;
    color: #996;
}

.img-check {
    opacity: 0.7;
}

.box {
    margin-bottom: 5px;
}

.image {
    width: 55px;
    height: 55px;
}

.companies {
    margin-left: -15px;
    margin-right: -15px;
    overflow: auto;
    max-height: 170px;
}

.check {
    border: solid 4px #f0ad4e;
}

.no-padding {
    padding: 0px 0px;
}
