﻿#title {
    color: #A37;
}

h1 {
    text-align: center;
}

body {
    background-image: url("../images/loginbg.png");
    background-size: cover;
    /*min-height: calc(100vh - 30px);*/
    /*border-bottom: 30px solid #cdefea;*/
}

.container {
    margin-left: auto;
    margin-right: auto;
}

/*sprite*/
.mysprite {
    height: 25px;
    width: 25px;
}

.mysprite-badge:after {
    content: "100";
    position: absolute;
    background: blue;
    height: 2rem;
    top: 1rem;
    right: 1.5rem;
    width: 2rem;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    border-radius: 50%;
    color: white;
    border: 1px solid blue;
}

.mysprite-wallet {
    background: url(../images/sprite.png) 0 0;
    vertical-align: text-top;
    margin-left: 5px;
}

.mysprite-alert {
    background: url(../images/sprite.png) 0px -199px;
    height: 21px;
    width: 17px;
}

.mysprite-generate-green {
    background: url(../images/sprite.png) -170px -103px;
    height: 20px;
    width: 20px;
}

.mysprite-register {
    background: url(../images/sprite.png) 0px -148px;
    height: 20px;
    width: 20px;
}

.login .branding {
    text-align: center;
    padding: 4% 7%;
}

    .login .branding h1 {
        font-size: 33px;
        color: #003399;
        font-weight: 900;
    }

    .login .branding h2 {
        color: #003399;
        margin-top: 10px;
    }

    .login .branding h3 {
        font-size: 28px;
        font-style: italic;
        color: #21AA1D;
        margin-top: 10px;
        font-family: 'Times New Roman', Times, serif;
    }

.login .loginform {
    position: relative;
    padding: 10% 15%;
}

    .login .loginform h3 {
        font-size: 28px;
        color: #1E447D;
        margin-bottom: 30px;
    }

    .login .loginform .login-form {
        /*width: 70%;
            margin: auto;*/
    }

        .login .loginform .login-form .login-field {
            margin: 15px 0;
        }

            .login .loginform .login-form .login-field label {
                font-size: 15px;
                color: #1E447D;
                display: block;
                font-weight: normal;
            }

            .login .loginform .login-form .login-field input {
                width: 100%;
                border: 1px solid #E2E2E2;
                height: 30px;
                border-radius: 2px;
            }

                .login .loginform .login-form .login-field input[type=submit] {
                    width: 47%;
                    margin: 10px 4% 0 0;
                    border: none;
                }

                    .login .loginform .login-form .login-field input[type=submit]:first-of-type {
                        background: #21AA1D;
                        color: #fff;
                    }

                    .login .loginform .login-form .login-field input[type=submit]:last-of-type {
                        margin-right: 0;
                        color: #7F7F7F;
                    }

    .login .loginform .foot {
        color: #939393;
        position: absolute;
        bottom: 2%;
    }

.notes {
    margin: 20px -50px;
}

    .notes .panel {
        padding: 0 15px;
        text-align: left;
        border: none;
        border-radius: 3px;
    }

        .notes .panel .panel-heading {
            background-color: #fff;
            padding-left: 0;
            padding-right: 0;
        }

            .notes .panel .panel-heading h4 {
                font-size: 15px;
                font-weight: bold;
                color: #4C4C4C;
            }

                .notes .panel .panel-heading h4 a:hover, .notes .panel .panel-heading h4 a:focus {
                    text-decoration: none;
                }

            .notes .panel .panel-heading button {
                float: right;
                background: #fff;
                border: none;
            }

                .notes .panel .panel-heading button:focus {
                    outline: 0;
                }

.minus:after {
    content: "-";
}

.plus:after {
    content: "+";
}
.link {
    color: red;
    font-size: 15px;
    font-weight: bold;
    text-decoration-style: solid;
    margin: 10px;
}