﻿.login-sw-logo-div {
    float: left;
    margin: 0 0;
}

.login-card-img-div {
    float: right;
    margin: 0 0;
}

.login-header {
    padding: 15px 20px;
    display: block;
    overflow: hidden;
}

.wrapper-page {
    width: 57%;
    margin: 0 auto;
    min-width: 260px;
}

.left-side-login-div {
    padding: 75px;
    display: block;
    overflow: hidden;
}

.left-login-logo-div {
    display: block;
    overflow: hidden;
    padding: 10px 0;
    margin: 0 0 20px 0;
}

.inventory-btn-login {
    float: left;
    padding: 7px;
    border: 1px solid #284abb;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #284abb;
    margin: 0 0 20px 0;
}

    .inventory-btn-login p {
        margin: 0px;
    }

#btn_login {
    background-color: #284abb !important;
    border: 1px solid #284abb !important;
    float: left;
    width: auto;
}

.form-control {
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding: 0px;
}

    .form-control:focus {
        border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        -webkit-box-shadow: none;
        outline: inherit;
        color: #284abb;
        border-bottom: 1px solid #284abb;
    }

.text-muted {
    margin: 0px;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 0px;
}

.copyright-btm-div-login {
    padding: 10px 0 0 0;
    color: #000;
}

.login-side-img-div {
    background: url(../images/side-image-login.png);
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    float: left;
    height: 561px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* RESPONSIVE CSS */

@media only screen and (max-width:720px) {
    .wrapper-page {
        width: 90%;
    }
}

@media only screen and (max-width:550px) {
    .left-side-login-div {
        padding: 10px;
    }

    .login-side-img-div {
        height: 411px;
    }
}

