body {
    font-family: 'Open Sans';
    color: #7f7f7f
}

input {
    font-family: 'Open Sans';
    color: #595959;
    font-size: 16px
}

a {
    outline: none;
    text-decoration: none
}

.main {
    width: 400px;
    height: 250px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 999
}

    .main .box {
        width: 350px;
        transform: translateX(300px);
        margin-left: 25px;
        overflow: hidden; /*padding:15px;*/
        background-color: #033e85;
        border-radius: 0 0 10px 10px;
        -moz-border-radius: 0 0 10px 10px;
        -webkit-border-radius: 0 0 10px 10px
    }

.box h2 {
    color: #FFF;
    font-size: 25px;
    margin: 0;
    padding: 10px 0;
    font-weight: 400;
    outline: none;
    text-align: center;
}

.box h3 {
    color: #7f7f7f;
    font-size: 17px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    font-weight: 400;
    outline: none
}

.form {
    margin: 0;
    padding: 0
}

    .form fieldset {
        border: none;
        padding: 10px 0 0;
        margin: 0
    }

    .form .row {
        margin-bottom: 20px;
        position: relative;
        line-height: 33px;
        width: 100%;
        text-align: center
    }

        .form .row input[type="text"], .form .row input[type="password"] {
            height: 33px;
            line-height: 33px;
            border: none;
            border-radius: 0;
        }

            .form .row input[type="text"]:focus, .form .row input[type="text"]:hover, .form .row input[type="password"]:focus, .form .row input[type="password"]:hover {
                border: none
            }

        .form .row input.login {
            width: 250px;
            padding: 1px 5px 1px 10px;
        }

        .form .row select.login2 {
            background: #f5f5f5;
            width: 100%;
            padding: 1px 5px 1px 10px
        }

        .form .row input.password {
            width: 250px;
            padding: 1px 5px 1px 10px
        }

        .form .row select.password2 {
            background: #f5f5f5;
            padding: 1px 5px 1px 0;
            width: 100%
        }

        .form .row input.error {
            border: 1px solid #eb9393;
            box-shadow: 0 0 5px #f7c4c4;
            -moz-box-shadow: 0 0 5px #f7c4c4;
            -webkit-box-shadow: 0 0 5px #f7c4c4;
            background-color: #fce4e4
        }

.input-validation-error {
    border: 1px solid #eb9393;
    box-shadow: 0 0 5px #f7c4c4;
    -moz-box-shadow: 0 0 5px #f7c4c4;
    -webkit-box-shadow: 0 0 5px #f7c4c4;
    background-color: #fce4e4
}

.field-validation-error {
    color: red;
    float: left;
    margin-left: 45px;
}

.field-validation-valid {
    display: none
}

.validation-summary-errors {
    font-weight: 700;
    color: red
}

.validation-summary-valid {
    display: none
}

.form .row input[type="checkbox"] {
    display: block;
    float: left;
    margin: 9px 6px 9px 2px
}

.form .row label {
    color: #999;
    font-size: 14px;
    display: block;
    float: left
}

.form .row input[type="submit"] {
    cursor: pointer;
    color: #fff;
    text-shadow: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-color: #ef7a11;
    background: #ef7a1100;
    font-size: 14px;
    padding: 10px 20px;
    width: 76%;
    font-weight: 700;
    transition: 0.2s;
    height: 40px;
}

    .form .row input[type="submit"]:hover {
        background: #EF7A11;
        border: 1px solid #fff0;
        transition: 0.2s
    }

a:link, a:visited {
    text-decoration: none;
    cursor: pointer;
    color: #333
}

a:hover {
    text-decoration: none;
    cursor: pointer;
    color: #333
}

select {
    display: inline-block;
    height: 30px;
    padding: 2px 4px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 30px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

div .logologin {
    background-image: url(../images/common/Logoxm.jpg);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: translateX(300px);
    cursor: pointer;
    background-repeat: no-repeat;
    height: 120px;
    width: 350px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    margin-top: 135px;
    z-index: 999
}

body {
    background-color: #FFF
}

    body div:first-child:not(#divLogo):not(.row) {
        background-image: url(../images/common/login-back.jpg);
        background-size: 100%;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-repeat: no-repeat
    }

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #F2F2F2 inset
}
