body {
    background-color : #BAB8B8;
    margin-top       : calc(50vh - 300px);
}
@media all and (max-height : 600px) {
    body {
        margin-top : 0;
    }
}
.shinken-hidden {
    display : none !important;
}

.img_logo {
    /*height: 75%;*/
    width : 100%;
}
.div_logo {
    margin-top : 10%;
}
#loginform {
    margin-top : 50px;
}
#login-container {
    width            : 300px;
    margin-left      : calc(50% - 150px);
    margin-right     : calc(50% - 150px);
    margin-bottom    : 30px;
    position         : relative;
    font-family      : Lato, Helvetica, Arial, sans-serif;
    font-size        : 14px;
    line-height      : 1.428571429;
    color            : #454545;
    box-shadow       : 0 5px 15px rgba(0, 0, 0, .5);
    background-color : #E4E4E4;
    /*border           : 1px solid #999999;
    border           : 1px solid rgba(0, 0, 0, .2);*/
    border-radius    : 6px;
    background-clip  : padding-box;
    outline          : 0;
    box-sizing       : border-box;
    /*border-left      : 1px solid #6F746F;*/
    /*border-right     : 1px solid #743333;*/
}
#login-header {
    padding          : 30px 15px;
    border-bottom    : 1px solid rgba(120, 121, 130, 0.39);
    min-height       : 16.43px;
    background-color : white;
}
#login-banner {
    margin        : 0;
    padding       : 8px 14px;
    border-bottom : 1px solid #EBEBEB;
    border-radius : 5px 5px 0px 0px;
    background    : #743333 linear-gradient(90deg, #6F746F, #743333);
    font-size     : 26px;
    font-weight   : normal;
    line-height   : 26px;
    color         : #F3F1F1;
}
#login-form {
    position   : relative;
    padding    : 15px;
    margin     : 0;
    border     : 0;
    min-width  : 0;
    background : #743333 linear-gradient(90deg, #6F746F, #743333);
}
#div-login {
    margin-bottom : 15px;
    position      : relative;
}
#div-password {
    position : relative
}
#input-login {
    width            : 100%;
    box-shadow       : inset 0 1px 1px rgba(0, 0, 0, .075);
    border-radius    : 4px;
    background-color : white;
    height           : 30px;
    box-sizing       : border-box;
    padding-right    : 20px;
}
#input-login::-webkit-input-placeholder {
    color      : rgb(23, 181, 255);
    font-style : italic;
}
#input-login:-ms-input-placeholder {
    color      : rgb(23, 181, 255);
    font-style : italic;
}
#icon-login {
    right    : 7px;
    top      : 7px;
    display  : inline-block;
    position : absolute;
}
#input-password {
    width            : 100%;
    box-shadow       : inset 0 1px 1px rgba(0, 0, 0, .075);
    padding-right    : 20px;
    display          : block;
    border-radius    : 4px;
    background-color : white;
    height           : 30px;
    box-sizing       : border-box;
}
#icon-password {
    right    : 7px;
    top      : 7px;
    display  : inline-block;
    position : absolute;
}
@-moz-document url-prefix() {
    #icon-password {
        top   : 7px;
        right : 7px;
    }
}
#input-password::-webkit-input-placeholder {
    color      : rgb(23, 181, 255);
    font-style : italic;
}
#input-password:-ms-input-placeholder {
    color      : rgb(23, 181, 255);
    font-style : italic;
}
#login-footer {
    padding       : 15px;
    text-align    : right;
    border-radius : 0 0 6px 6px;
    background    : #743333 linear-gradient(90deg, #6F746F, #743333);
}
#btn-login {
    background-color : white;
    outline          : 0 !important;
    color            : #008BD0;
    text-transform   : uppercase;
    display          : inline-block;
    margin-bottom    : 0;
    font-weight      : 700;
    text-align       : center;
    vertical-align   : middle;
    background-image : none;
    border           : 2px solid #008BD0;
    white-space      : nowrap;
    padding          : 6px 12px;
    font-size        : 14px;
    line-height      : 1.428571429;
    border-radius    : 0;
    box-shadow       : 2px 2px 3px rgb(111, 116, 111);
}
#login-error {
    word-break       : break-word;
    background-color : #F2DEDE;
    border-color     : #EBCCD1;
    color            : #A94442;
    padding-right    : 35px;
    padding          : 15px;
    margin-bottom    : 20px;
    margin-top       : 20px;
    border           : 1px solid #EBCCD1;
    border-radius    : 4px;
    text-align       : left;
}
#id-shinken-copy-clipboard-container {
    display : none;
}