.AspNet-Login-SubmitPanel
{
 padding-top:10px;
 padding-right:6px;
 text-align:right;
}
.AspNet-Login-SubmitPanel td
{
    padding-left:4px;
    padding-right:4px;
    padding-bottom:4px;
}
.AspNet-Login
{
	text-align:left;
}

.LoginButton {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    color: #ffffff;
    padding: 0 !important;
    background: #1D5AF0;
    line-height: 30px;
}
.LoginButton:hover {
    background: #2176D3;
}
.LoginTextBox
{
    display: inline-block;
    background-color: #d7eaff;
    border: 2px solid transparent;
    width: 140px;
}
.headerImagePanel {
    width: 100%;
    height: 70px;
    padding: 5px 20px 0 20px;
}
.loginBody {
    background: #f5f5f5;
}
.btn-group {
    display: table;
    width: 100%;
}
.LoginAcceso {
    color: #383e4b;
    font-size: 2.1875rem;
    display: block;
}
.lblAccountLogin {
    color: #9da0a8;
    font-size: 14px;
    display: block;
}
#lgnAccesso
{
}
.failedText
{
    font-size:13px;
    text-align:center;
    color:#c60000;
    vertical-align:top;
    height:25px;
}

.loginLabel
{
    font-size:14px;
}
.pnlRecoverPass {
    padding-top: 10px;
    float: right;
}
.errorMsg {
    background-color: #ffdddd;
    color: #852c2c;
    border: solid 1px rgba(231, 76, 60, 0.88);
    padding: 0.25rem 1.25rem;
    border-radius: 4px;
    display: none;
    width: 100%;
}
.errPanel {}
.rowCardLogin {
    margin-top: 80px;
    margin-bottom: 40px
}
@media (max-width:800px) and (min-width:400px) {
    #imgHeaderRight
    {
        display:none;
    }
   #lgnAccesso
    {
    }
    .AspNet-Login
    {

    }
}
@media (max-width:400px) {
    #imgHeaderRight {
        display: none;
    }

    .pnlRecoverPass {
        padding-top: 0px;
        margin-bottom: 10px;
        float: left;
    }
}