﻿body {
    font-family: 'Roboto', 'Noto', sans-serif;
    font-size: 13px;
}

.main-body {
    text-align: center;
    display: flex;
    justify-content: center;
}


#logoDiv {
    text-align: center;
   
 
}

    #logoDiv img {
        width: 300px;
        position: relative;
        margin-bottom: 20px;
        margin-top: 5px;
    }

.mycard {
    width: 65%;
    background: #F5F5F5;
    margin: 0 auto 10px auto;
    border-radius: 3px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #6ba719;
}

.login-content {
    padding: 20px 50px 10px 50px;
}

.main-container {
    min-width: 720px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.login-button{
    margin-bottom:25px;
}

.mybutton {
    outline: none !important;
    border-radius: 40px;
    color: #fff;
    width: 120px;
    height: 36px;
    background: #6ba719;
}

/* Keep login button green on hover/focus/active (override bootstrap). */
.mybutton:hover,
.mybutton:focus,
.mybutton:active,
.mybutton.active,
.btn.mybutton:hover,
.btn.mybutton:focus,
.btn.mybutton:active {
    background: #6ba719 !important;
    border-color: #6ba719 !important;
    color: #fff !important;
}
/*.notificationMsg {
    width: 640px;
    margin: 20px auto;
}

.notice-area {
    background: #fff8b3;
    border: 1px solid #ff6666;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.25);
    padding: 12px 15px;
    min-height: 48px;
}

#Notice {
    color: red;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}*/
.notificationMsg {
    width: 640px;
    margin: 20px auto;

}

.notice-area {
    background-color: #fff8b3;
    border: 1px solid #ff6666;
    box-shadow: 0px 2px 6px rgba(0,0,0,0.25);
    padding: 12px 15px;
    min-height: 48px;
}

#importantNotice {
    width: 100%;
    border-collapse: collapse;
}

#Notice {
    color: red;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
.Message {
    background-color: rgb(255, 220, 220);
    font-size: 13px;
    color: red;
    padding: 15px;
}
#MsgID {
    background-color: rgb(255, 220, 220);
    font-size: 13px;
    color: red;
    padding: 15px;
}
.sessionAlertPopUp {
    background-color:aqua;
}

.text-left{
    text-align:left;
}