﻿.pnl-loginContainer {
    margin-bottom: 300px;
    width: 100%;
}

.panel-loginwrapper {
    position: absolute;
    top: -75%;
    left: -85%;
    background: #000;
    border: 3px solid Gold;
    border-radius: 18px;
    box-shadow: 0px 0px 15px, 0px 0px 15px #fff;
    margin-top: 0px;
    padding: 25px 2em 0 2em;
    padding-top: 40px;
    width: 800px;
    min-width: 550px;
    z-index: 99;
}

    .panel-loginwrapper .head {
        position: relative;
        background: url(../Resources/eams-a_topper.png) top center no-repeat;
        height: 188px;
        margin-bottom: -98px;
    }

.panel-loginwrapper #cmdSmartCardLogin {
    color: #fff !important;
}

    .panel-loginwrapper .loginpanel {
        background: #cee3f8;
        border: 2px solid #5f99cf;
        border-radius: 8px;
        padding: 25px 2em 0 2em;
        z-index: 10;
    }

.dnnForm {
    margin-top: 60px;
}

.vw-FormBtn{
    font-size:large;
}