body {
    font: 110% 'Scada','ScadaWeb', Arial, Verdana, Helvetica, sans-serif;
    background: #efefef;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #000;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    overflow-x: hidden;
}
#mainframe {
    padding: 0;
    min-height: 100%;
    -webkit-box-shadow: -6px 0px 26px 0px rgba(0,0,0,0.15), 6px 0px 26px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: -6px 0px 26px 0px rgba(0,0,0,0.15), 6px 0px 26px 0px rgba(0,0,0,0.15);
    box-shadow: -6px 0px 26px 0px rgba(0,0,0,0.15), 6px 0px 26px 0px rgba(0,0,0,0.15);
}
#container {
    min-width: 800px;
    max-width: 1024px;
    margin: 0 auto;
}
.authcontainer .title {
    color: #4d4d4d;
    font-weight: bold;
    font-size: 350%;
    margin-bottom: 15px;
    text-align: center;
}
.authcontainer {
    background: #fff;
    border: 1px solid #b3b3b3;
    padding: 40px 150px;
    width: 480px;
    min-height: 50px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    /**display: inline;*/
    /*_height: 50px;*/
    text-align: left;
}
.authcontainer input[type=text], .authcontainer input[type=password] {
    background: #fff;
    border: 1px solid #ccc;
    padding: 15px 25px;
    margin: 20px 0 10px 5px;
    color: #4d4d4d;
    font-size: 150%;
}
.authcontainer .send {
    background: #f90;
    text-align: center;
    font-size: 180%;
    padding: 15px 0;
    margin: 15px 0 25px 5px;
    color: #1a1a1a;
    width: 98%;
    border: none;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
    position: relative;
    top: 0;
    left: 0;
    transition: .2s;
}
.authcontainer .title span {
    font-size: 60%;
}
.container {
    padding: 150px;
}