body {
    font-family: Arial;
    font-weight: 400;
    font-size: 13px;
    padding: 0;
    margin: 0;
    backround: #fff;
    line-height: 1.2;
    color: #161616;
    min-width:360px
}

.wrapperLogin {width:640px;margin:40px auto 0 auto;}

h1 {color:#333;font-size:26px;font-family:"Roboto";font-weight:600;padding:0;margin:0 0 30px 0;line-height:1.0}

#loginBox {border: solid #d5d9c6 1px;font-family: "Open Sans", sans-serif;
    background:#fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

#loginBox .left {float:left;width:48%;padding:30px 20px 0 20px;
    background: #efede2
}
#loginBox .left a {color:#000}
#loginBox .left input[type='submit'] {width:150px;background:#333;color:#fff;padding:6px 10px !important}
#forgotPswdLink {display:block}
#registerLink {display:block;margin-top:5px}

#loginBox .right {float:right;width:52%;background:#fff;padding:50px 20px 0px 20px;text-align:center}

hr {width:100%;height:1px;line-height: 1.0;overflow:hidden;border-top: solid #ccc 1px;line-height:1.0}

.bottomInfo {margin:30px 0 0 0;font-size:12px;color:#777;line-height:1.4;text-align:center}
.bottomInfo a {color:#777}

#logoSmall {display:none}

#loginBox .left input {
    -moz-box-shadow: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius: 0px;
}

input[type='text'], input[type='password'] {
    border:0;
    border-left: solid #a29f97 2px;
    background:#fcfcfc;
    color:#000;
    width:100%
}

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

    body {background:#fff;line-height:1.0;border-top: solid #eb7121 3px}
    #topMarginBox {display:none}
    .wrapperLogin {width:100%;padding:0 5% 0 5%;margin:0 auto;overflow: hidden}

    #loginBox {width:100%;border:0;background:#fff !important}

    #loginBox .left {float:none;width:100%;padding:0;background: none}
    #loginBox .right {display:none}
    #loginBox .left input[type='text'] {width:100% !important}
    #loginBox .left input[type='password'] {width:100% !important}
    #logoSmall {display:block;margin: 20px auto 20px auto }
    #loginBox .left input[type='submit'] {width:100% !important;padding:8px 10px !important;background:#555 !important}
    #forgotPswdLink {float:left;margin: 0 0 0 15px;font-weight: 600}
    #registerLink {float:right;margin: 0 15px 0 0;font-weight: 600}
    .bottomInfo, .bottomInfo A {font-size:11px}
    .bottomInfo {margin:0}
}