/*
 * Copyright (c) 2016. JAPAN USEWARE SYSTEM Co.,Ltd.
 */
body {
    background-color: #f8f8f8;
}

.signin-box {
    background: #ffffff;
    border-radius: 5px;
}

.signin-box .applicationName {
    font-size: 50px;
    text-align: center;

    margin-bottom: 50px;
}

.signin-box button[type=submit] {
    width: 100%;
    font-size: 15px;

    border-radius: 3px;
    border-color: #1cb0e9;

    background-image: linear-gradient(to bottom, #1cb0e9, #1cb0e9);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb0e9', endColorstr='#1cb0e9',GradientType=1 ); /* IE6-9 */

    margin-top: 10px;
    padding: 10px;
}

.signin-box button[type=submit].disabled:hover {
    border-color: #1cb0e9;
    background-image: linear-gradient(to bottom, #1cb0e9, #1cb0e9);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cb0e9', endColorstr='#1cb0e9',GradientType=1 ); /* IE6-9 */
}

.signin-box label {
    font-weight: normal;
    color: #808080;
}
