﻿#wip-access {
    width:320px;
    margin:0 auto;
    padding:0 20px;
}
#wip-access .btn-link {
    display:block;
    color: #888 !important;
    margin:0 auto 20px;
}
#wip-access .form-control {
    margin-bottom:14px;
}
#wip-access .btn {
    margin-bottom: 14px;
}

.preview-banner {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    left: 0;
    width: 100%;
    padding:6px;
    background-color: #ff005e;
    color: #fff;
    text-align: center;
}
.preview-banner button {
    border: none;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9rem;
}