﻿* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    width: 100%;
    min-width: 320px;
}

body {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* z-index: -1; */
    background: url(../images/backimg.jpg) no-repeat center;
    background-size: contain;
}

#divtop {
    height: 150px;
}

#divleft {
    float: left;
    width: 25%;
    height: 290px;
}

#divright {
    float: left;
    height: 290px;
}

#divcenter {
    float: right;
    /* width: 485px; */
    height: 350px;
    z-index: 0;
    right: 5%;
    position: absolute;
    top: 25%;
}
.divfoot{
    position: absolute;
    bottom: 0;
    /* left: 45%; */
    margin: 14px auto;
    width: 100%;
    text-align: center;
    color: darkblue;
    font-size: 12px;
}
.divitem {
    text-align: right;
    margin: 0 auto;
    height: 50px;
}

form {
    /* background-image: url(../images/bgn-ktcargo.JPG); */
    height: 300px;
    width: 600px;
    background-color: rgba(128,128,128,0.2);
    font-weight: bold;
    font-size: 18px;

}

#btlogin {
    width: 40%;
    height: 36px;
    border-radius: 10px;
    background: #2121de;
    border: 0;
    color: white;
    font-size: 22px;
    line-height: 36px;
}

.textbox {
    width: 150px;
}

.message {
    font-size: 80%;
    color: Red;
    margin: 0 auto;
    height: 18px;
}

.menup {
    margin: 0 auto;
    color: white;
}