﻿.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}
.Login_Head {
    background-color: #FFFFFF; /*#1B273C;*/
    /* height: 80px;/*70*/ 
    line-height: 0px; /*70px*/
    /* max-height: 80px !important;/*70*/
    width: 100%;
    
    
}

.Login_Head img{
    /* max-height: 80px !important; /*70*/
    width: 80%;
}

.Login{
    height: 100% - 90px;/*80*/
}

.Page {
    margin-top: 0px;
    margin-bottom: 0px;
}

.Login_Box {
    top:0;
    left:0;
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
}

.Login__Form {
    width: 100%;
    text-align: center;
    padding: 0px 0px 0px 0px;
}

.Login_Footer {
     background: #1B273C;
     max-height: 70px !important;
}

body{
    background-color: #fff;
}

.boldfont {
    font-weight: bold;
    margin-top: 20px;
}


.LoginBanner{
    background-color: #fff;
}

.LoginContainer {
    background-color: #fff;
    border-color: #e9e9e9;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin-top: 10px;
    padding: 20px;
    max-width: 400px;
}

