﻿html, body {
    height: 100%;
    width: 100%;
}

body {
    font: 15px/1.7 'Microsoft yahei', Tahoma, Geneva, sans-serif;
    color: #222;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background: #E5E5E5;
}

.img-code {
    height: 30px;
    cursor: pointer;
}

.valid-error {
    color: #f00;
    margin-left: 5px;
}

.layout {
    margin-left: auto;
    margin-right: auto;
}

.content-box {
    width: 360px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 30px;
}

.logo {
    text-align: center;
    color: #3577ab;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 10px 0 20px 0;
}

    .logo img {
        max-width: 240px;
    }

h1 {
    text-align: center;
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.form-group > label {
    font-weight: bold;
    margin-bottom: 3px;
}

    .form-group > label.required:before {
        content: "*";
        color: #f00;
        margin-right: 5px;
    }

.input-group-text {
    padding: 3px;
}

.small, small {
    font-size: 95%;
}

.text-muted {
    color: #868686 !important;
}

.actions {
    text-align: center;
    margin-top: 1rem;
}

    .actions a {
        color: #2E7BCF;
        text-decoration: none;
        margin-right: 10px;
        display: inline-block;
    }

        .actions a:hover {
            text-decoration: underline;
        }

        .actions a:last-child {
            margin-right: 0;
        }

.SuccessInfo, .SuccessInfo * {
    font-size: 1.1rem !important;
}

.ErrorInfo, .ErrorInfo * {
    font-size: 1.1rem !important;
    color: #f00 !important;
}

.container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.content {
    background: #fff;
    border-radius: 8px;
    padding: 1.5rem;
}
