@charset "UTF-8";
/*
//@@ <<修正履歴>>
//@@  修正日付   BugNo   修正者     Version     内容
//@@  ---------- ------- ---------- ----------- ------------------------------
//@@  2012/02/12 ------- nakada     VER70000000 新規作成
//@@  2012/12/20 ------- たかみ     VER70000000 デザイン変更
//@@  2014/02/27 ------- tezuka_k   VER70000000 メッセージが長い場合にスクロールを表示
//@@  2018/07/31 #601025 srinivasan.r1 HUE18.08 Scroll issue for message displayed in Edge browser
*/

.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

/* タイトル */

#message_owner {
    height: 132px;
    width: 320px;
    border-radius: 4px;
    background-color: white;
}

#message {
    font-size: 13px;
}

#btn_close .ui-button-text{
    font-size: 16px !important;
}

#btn_logout .ui-button-text{
    font-size: 16px !important;
}

#login-company-logo {
    width: 100%;
    max-width: 424px;
    padding-bottom: 48px;
}

#container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* padding: 16px 0; */
    position: relative;
}

.login-main-button-holder {
    padding-bottom: 24px;
}

.login-main-input-holder {
    padding-bottom: 24px;
}

#copyright {
    font-size: 10px;
    color: white;
    margin-top: 30px;
    font-family: tahoma, verdana, arial, sans-serif;
    position: absolute;
    right: 24px;
    bottom: 24px;
}

.login-main-button {
    background: #004F94;
    width: 320px;
    border-radius: 4px;
    color: #fff;
    height: 44px;
    border: 0 !important;
}

body{
    background:linear-gradient(45deg, #005BAC, #5EC2C6);
    line-height: 1;
    color:#505050;
}
