﻿body {
    background-image: url(../image/LoginBack.jpg);
    background-position: center;
    color: white;
	background-repeat:no-repeat; 
	background-size:100% 100%;
	-moz-background-size:100% 100%;}
}

#imgLogo {
    margin-top: 20px;
    margin-bottom: 5px;
}

#LangSelect {
    margin-top: 20px;
}

/*.inputTextbox {
    BACKGROUND-COLOR: transparent;
    border-bottom: 2px solid #646262;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-radius: 0;
    box-shadow: 0px 0px 0px 0px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    color: white;
}*/

#BtnDiv {
    opacity: 0.6;
    color: #4F4C4C;
    margin-bottom: 30px;
}

/*.inputTextbox:focus {
    -webkit-box-shadow: 0 0 0 #fff;
    -moz-box-shadow: 0 0 0 #fff;
}*/

    Select {
        -webkit-transform:scale(1.2,1.2);
        -moz-transform:scale(1.2,1.2);
    }