﻿* {
    font-family: "ＭＳ ゴシック" !important;
}
.glyphicon{
    font-family: 'Glyphicons Halflings' !important;
}
body {
    font-size: 16px;
    position: relative;
    background: url('/Content/Images/bg1.png');
    background-size: cover !important;
}

.user-login {
    /*min-height: 500px;*/
}

    .user-login .control-label {
        font-weight: normal;
    }

    .user-login .form-control {
        border-radius: 0px;
    }

    .user-login .btn {
        font-size: 16px;
        border-radius: 0px;
    }

    .user-login .bs-reset {
        margin: 0;
        padding: 0;
        z-index: 1;
        position: relative;
    }

    .user-login .login-bg {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 100vh;
    }

    .user-login .footer-logo {
        position: absolute;
        right: 30px;
        bottom: 0px;
    }

/*FOR CHECK BOX*/
.login-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    cursor: pointer;
    font-weight: normal;
}

    .login-checkbox > input {
        position: absolute;
        z-index: -1;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .login-checkbox > span {
        position: absolute;
        top: 1px;
        left: 0;
        height: 18px;
        width: 18px;
        border: 1px solid #d9d9d9;
        background: none;
    }

        .login-checkbox > span:after {
            content: '';
            position: absolute;
            display: none;
            border: 1px solid #d9d9d9;
            background: none;
        }

    .login-checkbox > input:checked ~ span:after {
        display: block;
    }

    .login-checkbox:hover > input:not([disabled]):checked ~ span,
    .login-checkbox > input:checked ~ span {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .login-checkbox > span:after {
        left: 6px;
        top: 2px;
        width: 5px;
        height: 10px;
        border: solid #888888;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.validation-summary-errors ul {
    padding: 0px;
    margin: 0px;
}

    .validation-summary-errors ul > li {
        list-style-type: none;
    }

.login-area {
    min-height: 100vh;
    background-color: white;
    max-width: 332px;
    width: 332px;
    min-width: 332px;
    padding: 15px;
    overflow: hidden;
    padding-top: 40px;
}

.under-background {
    background: url('/Content/Images/bg1.png');
    background-size: cover !important;
    position: absolute;
    width: 100%;
    height: 100%;
}

}

.login-logo img {
    height: 50px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.disabled-active-text {
    color: black;
    font-weight: bold;
}
