﻿@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700,300);
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);


/*------------------------------------*\
             Font Definition
\*------------------------------------*/

html, body, a, select, form, fieldset, table, tr, td, img, input, button, select, textarea, optgroup, option {
    font-family: 'Arial', Meiryo, 'Microsoft Yahei', sans-serif;
    font-weight: 400;
}

.TileIcon_text, .TileNumber_text, .TileIconText_label, .Heading1, .Heading2, .Heading3, .Heading4, .Header_title a, .EditableTable thead td, .TableRecords_Header {
    font-family: 'Arial', Meiryo, 'Microsoft Yahei', sans-serif;
    font-weight: 400;
}

.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}

.Heading3 {
    color: #333;
    font-size: 14px;
    line-height: 1.11;
    font-weight: bold;
}

.bg{
    background-color: #fff;
}

.divAlign{
    padding: 8%;
}

html, body {
    background-color: #fff;
    overflow:hidden;
}

.Login_background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.Login_Box {
    background-color: rgba(255, 255, 255, .4);
    width: 480px;
    margin-left: -220px;
    padding: 30px 30px 0px 30px;
    border-radius: 30px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, .4);
}

.Login__Form {
    color: #333;
    background-color: transparent;
    padding: 15px 40px 30px;
    font-size: 14px;
}

.Login__Form a {
    color: #001f46;
    font-size: 12px;
    text-decoration: underline;
}

.Login__Logo {
    padding: 0px 40px;
    text-align: left;
}

.footerContent { 
    display: table-cell; 
    vertical-align: bottom;
}

.footerLogo {
    margin-left: 50px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari*/
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.footerText {
    font-weight: bold; 
    font-size: 13px; 
    margin-right: 50px; 
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari*/
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

@media (max-width:650px) {
    .footerContent { text-align: center; display: block; width:100%; }
    .footerLogo { margin-left: 0px; margin-bottom: 15px; }
    .footerText { margin-right: 0px; }
    .Login_Footer { height: 15%; }
}