﻿*, ::after, ::before { box-sizing: border-box; }

html, body, .render-body, .login-ctrl { height: 100% }

body { min-width: initial; }

.form-body {
    background-color: #27343E;
    height: 100%
}

.form-body > .row {
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.website-logo {
    bottom: initial;
    display: inline-block;
    position: fixed;
    right: initial;
    text-align: center;
    top: 50px;
    width: 550px;
    z-index: 1000;
}

.website-logo .logo {
    background-image: url(images/logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.website-logo .logo .img {
    display: inline-block;
    height: 75px;
    width: 75px;
}

.img-holder {
    background-color: #333;
    display: inline-block;
    height: 100%;
    left: 0;
    min-height: 700px;
    overflow: hidden;
    padding: 60px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 550px;
    z-index: 999;
}

.img-holder .bg {
    background-image: none;
    background-position: center;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0.23;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.img-holder .info-holder {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.img-holder .info-holder .img {
    background-image: url(images/logo-graphic.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 384px;
    width: 378px;
}

.form-holder {
    height: 100%;
    margin-left: 550px;
}

.form-holder .form-content {
    align-items: center;
    background-color: #FFF;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    min-height: 100%;
    padding: 60px;
    position: relative;
    text-align: center;
}

.form-content .form-items {
    -webkit-transition: all 0.4s ease;
    display: inline-block;
    max-width: 380px;
    text-align: left;
    transition: all 0.4s ease;
    width: 100%;
}

.form-content h3 {
    color: #333;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: left;
}

.form-content p {
    color: #333;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px;
    text-align: left;
}

.form-content input,
.form-content select,
.login-forgotPassContent input {
    -webkit-transition: all 0.3s ease 0s;
    background-color: #fff;
    border: 0;
    border: 1px solid #AAA;
    color: #333;
    font-size: 15px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 14px;
    outline: 0;
    padding: 9px 20px;
    text-align: left;
    transition: all 0.3s ease 0s;
    width: 100%;
}

.form-content select {
    color: #999;
    padding-left: 17px;
}

.form-content select option { color: #333; }

.login-forgotPassContent input { margin-bottom: 29px; }

.form-content input:focus {
    border-color: #e86d24;
    outline: none;
}

.form-content input:disabled,
.form-content select:disabled {
    background: #EEE !important;
    border-color: #CCC !important;
    color: #AAA !important;
}

.form-content .form-button { margin: 20px 0; }

.form-content .form-button .ibtn,
.login-forgotPassContent .ibtn {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    -webkit-transition: all 0.3s ease;
    background-color: #89A600;
    border: 1px solid #6d820d;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin-right: 10px;
    outline: none;
    padding: 6px 28px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.form-content .form-button .ibtn:hover,
.login-forgotPassContent .ibtn:hover {
    background: #7a9400;
    border: 1px solid #576902;
}

.form-content .form-button .ibtn:disabled {
    background: #CCC !important;
    border: 1px solid #CCC !important;
    color: #888 !important;
    cursor: default !important;
}

.form-content .form-button a {
    color: #333;
    font-size: 13px;
    font-weight: 700;
}

div.login-forgotDiv {
    display: inline-block;
    font-family: inherit;
    padding: 0;
}

div.login-forgotDiv a { text-decoration: none; }

.errorMessage {
    color: red;
    font-size: 13px;
}

.copyright {
    bottom: 25px;
    color: #eee;
    position: fixed;
    text-align: center;
    width: 430px;
}

.copyright a:visited { color: #fff; }

.copyright a:link { color: #fff; }

.copyright.small-screen {
    color: #333;
    display: none;
    font-size: 12px;
    left: 0;
    position: relative;
    right: 0;
    width: auto;
}

.login-ctrl.isBunker .copyright .fa-cloud { display: inline-block !important; }

.form-content form { margin-bottom: 58px; }

.language-link {
    cursor: pointer;
    display: none;
    position: fixed;
    right: 70px;
    text-decoration: underline;
    top: 70px;
}

.ui-tooltip-tipped {
    border: 1px solid #AAA;
    margin-top: 20px;
}

.ui-tooltip-titlebar {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    margin-bottom: 20px;
}

.ui-tooltip-tipped .ui-tooltip-icon .ui-icon {
    background-color: transparent;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    height: 18px;
    margin-top: 3px;
    text-decoration: none;
    width: 25px;
}

.ui-tooltip-titlebar .ui-state-default {
    border-color: #AAA;
    color: #333 !important;
    right: 0;
    text-decoration: none !important;
    top: 9px;
}

#alert-area {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 10000;
}

#alert-area .alert {
    background-position: 5px 5px;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 10px;
    padding-left: 25px;
}

/* -----------------------------------
    2 - Responsive Styles
------------------------------------*/

@media (max-width: 1100px) {
    .img-holder { display: none; }

    .copyright.small-screen { display: block; }

    .form-holder { margin-left: 0; }

    .form-holder .form-content { padding: 175px 20px 20px; }

    .website-logo {
        background-color: #333;
        bottom: initial;
        height: 130px;
        right: initial;
        top: 0;
        width: 100%;
    }

    .website-logo .logo {
        background-image: url(images/logo.svg);
        background-position: center;
        margin-top: 30px;
    }

    .form-body.without-side .img-holder { display: inline-block; }


    .form-body.without-side .form-holder .form-content { padding: 125px 30px 60px; }

    .language-link {
        right: 10px;
        top: 140px;
    }
}