/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 9, 2017, 10:16:25 AM
    Author     : OHM_NB
*/

html, body{

  /* fallback */
  background-color: #6ac4f6;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6ac4f6), to(#3d99df));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #3d99df, #6ac4f6);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #3d99df, #6ac4f6);

  /* IE 10 */
  background: -ms-linear-gradient(top, #3d99df, #6ac4f6);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #3d99df, #6ac4f6);

}


.main-box {
    display: flex;
    flex-wrap: wrap;
}

.main-box li{
    list-style-type: none;
}

.panel {
    width: 100%;
}

.system-part{
    padding-top: 40px;
    /*background: red;*/
}
.empty-part{
    /*background: blue;*/
    height: 150px;
    display: none;
}

.empty-part img{
    display: block;
    float: right;
}

.login-part{
    /*background: yellow;*/
}
.option-part{
    background: #0c7ee4;
}

.option-part img{
    display: none;
}

.syslogo{
    /*background: pink;*/
    width: 100%;
}
.syslogo > img{
    display: block;
    margin: auto;
}

.sysname{
    /*background: orange;*/
    width: 100%;
    text-align: center;
    color: #2173b9;
    font-weight: bold;
    font-size: 16px;
}

.login-part{    
    color: #2173b9;
    font-weight: bold;
}

.loginform{
    /*background: red;*/
    display: block;
    width: 300px;
    margin: auto;
}

.login-part ul li{
    width: 120px;
    /*float: left;*/
    line-height: 30px;
}

.link-changepass {
    text-decoration: none;
    font-size: 12px;
    color: slategrey;
}

.option-part a{    
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
}


.option-part ul{
    margin-top: 20px;
}
    
.option-part ul li{
    width: 120px;
    float: left;
    height: 30px;    
}

.txt-login{
    width: 200px;
    background-image:url('../../images/i_user.png');   
    background-repeat:no-repeat;
    padding-left:20px;
}

.txt-pass{
    width: 200px;
    background-image:url('../../images/i_key.png');   
    background-repeat:no-repeat;
    padding-left:20px;
}
 
.li-blank {
    /*line-height: 10px;*/
}

@media screen and (min-width: 450px){

    .empty-part{
        display: block;
    }

    
    .system-part ul li {
        line-height: 20px;
    }
    
    
    .option-part{
        text-align: left;        
    }
    
    .option-part img{
        display: inline-block;
        vertical-align: middle;
    }
/*
}
@media screen and (min-width: 770px){*/
    
    .main-box {
 
        margin: auto;
        width: 772px;
        height: 484px;
        background-image: url(../../images/customer/login.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
    
    .system-part{
        display: flex;
        flex-wrap: wrap;
    }
    .syslogo{
        width: 25%;
        padding-top: 25px;
    }
    
    .syslogo > img{
        float: right;
    }
    
/*    .sysname{
        padding-top: 10px;
        width: 75%;
        text-align: left;
    }    
*/
    .sysname{
        padding-top: 25px;
        width: 75%;
        text-align: left;
    }    
    
    .empty-part img{
        display: none;
    }
    
    .login-part {
        width: 75%;
    }
    .option-part {
        width: 25%;
    }
    
     .login-part ul li{
        float: left;
    }
    
    .login-part ul li label{ 
        padding-left: 50px;
    }
    
    .login-part ul li.break{
        clear: left;
    }
    
    .loginform{
        height: 100px;
    }
    
    .option-part{
        background: transparent;
    }
    
    .li-blank {
        /*line-height: 30px;*/
    }
}

.err_message {
    color: red;
    font-size: 11px;
}