.cover {
    position: fixed;
    opacity: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.cover.black {
    background-color: rgba(0, 0, 0, .6);
}

.logo {
    width: 200px;
    height: 50px;

/*    height: auto;
    max-width: 100%;
    vertical-align: middle;*/
}

.logo-container {
    padding-bottom: 20px;
    text-align: center;

/*    width: 200px;
    padding: 15px;
    margin: 0 auto;
    text-align: center;*/
}

.widget-bg {
/*    background-color: #ffffffa1 !important;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 0 !important;*/

    background-color: #ffffffa1 !important;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-top: 30px !important; 
    transform: translate(-50%,-50%);
    padding-top: 50px !important;
    border-radius: 0 !important;
}

.overlay {
    background-color: rgba(0,0,0,.50);
    z-index: 100;
}

.spinner {
    left: 0;
    line-height: 200px;
    margin-top: -100px;
    position: absolute;
    text-align: center;
    top: 50%;
    color: white;
    width: 100%;
    z-index: 3000;
}