﻿/* スタイルの上書き */
#DeltaPlaceHolderMain {
    margin-top: -118px;
}
#SslWarning {
    text-align: center;
}

/* カスタマイズ */
#ADLoginArea {
    width: 600px;
    border: 1px solid rgb(255, 255, 255);
    padding: 5px;
    margin:0 auto;
}

#customLoginMain {
    width: 600px;
    border: 1px solid rgb(43, 106, 189);
    padding: 5px;
    margin:0 auto;
}

/*
#customChangeMain {
    width: 600px;
    border: 1px solid rgb(43, 106, 189);
    padding: 5px;
    margin:0 auto;
}
*/

#ADLoginArea table {
    width: 100%;
}

/*
#customChangeMain table {
    width: 100%;
}
*/

#ADLoginHeader {
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
    height: 37px;  
    background-color: rgb(255, 106, 0);  
}

#customLoginHeader {
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
    height: 37px;  
    background-color: #0072c6;  
    background-image: url('/_layouts/15/DD_KES_FBAProvider/DesignFiles/Images/spIcon.png');  
    background-repeat: no-repeat;  
}

/*
#customChangeHeader {
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: bold;
    height: 37px;  
    background-color: #0072c6;  
}
*/

.userNameIcom {
    background-image: url('/_layouts/15/DD_KES_FBAProvider/DesignFiles/Images/userName.png');
    background-repeat: no-repeat;
}

.passwordIcom {
    background-image: url('/_layouts/15/DD_KES_FBAProvider/DesignFiles/Images/password.png');
    background-repeat: no-repeat;
}

/*
#customLoginMain input[type=password],
#customLoginMain input[type=text] {
    padding: 0;
    padding-left: 25px;
}
*/

#ctl00_PlaceHolderMain_signInControl{
    /* text-align:center; */
}

