﻿body, div, dl, dt, dd, ul, ol, li, h3, h4, h5, h6, pre, code, form, fieldset, input, textarea, p, blockquote {
    margin: 0;
}
.login_tr{
	height:20px;
}
.hM {
}

.w324 {
    width: 324px;
}

.sM {
    width: 350px;
}

.copyM {
    display: none;
}

.content_rs ul li {
    display: inline-block;
}

.content_rs {
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.body_rs_content {
    width: 55%;
    border: 1px solid #999999;
    background-color: #5fa842;
    height: 380px;
    margin: 0 auto;
}

#form_rs {
    margin: 0 auto;
}

.col_white {
    color: white;
}

.per1 {
    width: 46%;
}

.per2 {
    width: 27%;
}

.pdl10 {
    padding-left: 10px;
}

.pdl20 {
    padding-left: 20px;
}

.pdt10 {
    padding-top: 10px;
}

.pdt20 {
    padding-top: 20px;
}
.pd10 {
    padding: 10px;
}

.textr {
    text-align: right;
    padding-right: 15px;
}

#form_rs tr {
    height: 24px;
}

.size11 {
    font-size: 11px;
}

.widthInput {
    width: 140px;
    height:20px;
}

.widthInput2 {
    width: 144px;
}

.input-validation-error {
    width: 143px;
}

/*VSBC*/
html, body
{
    /*font-family: Arial, Verdana, sans-serif;*/
    font-size: 13px;
    font-weight: normal;
    color: black;
    text-decoration: none;
    background: #fff;
}

.textbox
{
    height: 14px;
    border: #787878 thin solid;
    padding: 2px;
}

.login_button
{
    width: 90px;
    padding: 5px 5px;
    cursor: pointer;
    border: 1px solid #eb3d00;
    background-color: #a8a8a7;
    font-size: 16px;
    font-weight: bold;
    width: 120px;
    color: #aa3300;
}

.ResetPass_button
{
    height: 25px;
    width: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background: #268a40;
    border: 0px;
    cursor: pointer;
}

    .ResetPass_button:hover
    {
        background: #0aa402;
    }

.CancelResetPass
{
    margin-left: -25px;
    height: 25px;
    width: 70px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background: #268a40;
    border: 0px;
    cursor: pointer;
}

    .CancelResetPass:hover
    {
        background: #0aa402;
    }

.login_center
{
    margin: 0 auto;
    width: 600px;
    border: 1px solid #999999;
    background-color: #5fa842;
    height: 380px;
}

    .login_center table
    {
        border-collapse: separate;
        border-spacing: 10px;
    }

/*remove the rounded in IOS*/
input[type="text"],
input[type="button"],
input[type="reset"],
input[type="submit"]
{
    -webkit-appearance: none;
    border-radius: 0;
}

@media only screen and (max-width: 900px) {
    .hM {
        display: none !important;
    }

    .sM {
        display: block;
        width: 100%;
    }

    .sV {
        display: inherit !important;
        width: 100%;
    }

    .copyM {
        color: #4b4b4b;
        font-size: 11px;
        display: block;
    }

    .textr {
        padding-right: 5px !important;
    }

    .widthInput {
        width: 120px;
        height:20px;
    }

    .widthInput2 {
        width: 124px;
    }

    .input-validation-error {
        width: 123px;
    }

    .body_rs_content {
        width: 320px !important;
        position: absolute;
        top: 50%;
        left: 50%;
        height: 440px;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .per1 {
        width: 60%;
    }

    .per2 {
        width: 20%;
    }
    .pdl10 {
        padding-left: 5px;
    }
}

html, body {
    /*font-family: Arial, Verdana, sans-serif;*/
    font-size: 13px;
    font-weight: normal;
    color: black;
    text-decoration: none;
    background: #fff;
}

.textbox {
    height: 14px;
    border: #787878 thin solid;
    padding: 2px;
}

.login_button {
    width: 90px;
    padding: 5px 5px;
    cursor: pointer;
    border: 1px solid #eb3d00;
    background-color: #a8a8a7;
    font-size: 16px;
    font-weight: bold;
    width: 120px;
    color: #aa3300;
}

.ResetPass_button {
    height: 25px;
    width: 100px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background: #268a40;
    border: 0px;
    cursor: pointer;
}

    .ResetPass_button:hover {
        background: #0aa402;
    }

.CancelResetPass {
    margin-left: -25px;
    height: 25px;
    width: 70px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    background: #268a40;
    border: 0px;
    cursor: pointer;
}

    .CancelResetPass:hover {
        background: #0aa402;
    }

.login_center {
    margin: 0 auto;
    width: 600px;
    border: 1px solid #999999;
    background-color: #5fa842;
    height: 380px;
}

    .login_center table {
        border-collapse: separate;
        border-spacing: 10px;
    }

/**/

input[type="text"], input[type="password"] {
background-color: #ffffff;
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}

@media only screen and (max-width: 320px) and (max-height: 380px) {
    .body_rs_content{
		top: 58% !important;
    }
}
