body{
    background-image: url('images/e-systembackground.jpg');
    background-repeat: no-repeat;
    background-size:cover;
    overflow-x:hidden;
    
}

input[type=text], input[type=password],select{
    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    background-color:#f0f5f5;
    border-radius: 5px;
}

input[type=submit]{
    background-color:#007acc;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 89%;
    border-radius: 5px;
}

.title{
    text-align: center;  
}

.form1{
    margin-right: 20px; 
    width: 60%; 
    color: #fff;
    top:55%;
    left:78%;
    position:absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;  
  
}

.avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px)  ;
}

.form2 {
    margin-right: 20px; 
    width: 60%; 
    top: 88%;
    position: absolute;
    left:48%;
}
.login_table
{
    border-radius: 5px;
}

.input_field
{
    outline: none;
}
#track_so_input
{
    width:100%;
}

@media only screen and (max-width: 1000px){ 

    /* body{
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center right;
       overflow-x: auto;

    }
     */
.form1{
    width:100%;
    top: 50%;
}
.form2{
    width: 100%;
    bottom:60px;
    margin-right: 40px;
}
}








