header, section, footer, aside, nav, main, article, figure {
    display: block;
}

body {
    padding: 0;
    margin: 0;
    background: url(../images/bg.gif) repeat-x left top #fff;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #333;
}

.vid-container {
    position: relative;
}

.bgvid.back {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.inner {
    position: absolute;
}

.inner-container {
    width: 400px;
    height: 400px;
    position: absolute;
    top: calc(50vh - 400px);
    left: calc(60vw - 400px);
}

.bgvid.inner {
    filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='10'%20/></filter></svg>#blur");
    -webkit-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
}

.box {
    position: absolute;
    height: 100%;
    width: 100%;
    font-family: Helvetica;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    padding: 30px 0px;
}

.box h1 {
    text-align: center;
    margin-top: 50px;
    font-size: 25px;
}

.box input {
    display: block;
    width: 300px;
    margin: 20px auto;
    padding: 15px;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border: 0;
}

.box input:focus, .box input:active, .box button:focus, .box button:active {
    outline: none;
}

.box button {
    background: #B30015;
    border: 0;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    width: 330px;
    margin: 20px auto;
    display: block;
    cursor: pointer;
}

.box button:active {
    background: #43587E;
}

.box p {
    font-size: 14px;
    text-align: center;
}

.box p span {
    cursor: pointer;
    color: #666;
}

#forgot {
    margin: 0px 14%;
    width: 400px;
    text-align: center;
}

.forgotlink {
    margin: 0px;
    padding: 0px !important;
    border: 0px;
    background: transparent url('../images/forgot_bg_span.gif') no-repeat scroll top right;
    color: white !important;
    display: block;
    float: left;
    height: 30px;
    margin-right: 6px;
    padding-right: 15px !important;
    text-decoration: none;
    overflow: hidden;
    font-size: 11px;
    outline: none !important;
    cursor: pointer;
    font-weight: bold;
}

.forgotlink:hover {
    color: #B30015 !important;
}

.forgotlink span {
    background: url('../images/forgot_bg_left.gif') no-repeat left top;
    display: block;
    line-height: 25px;
    padding: 0px 0px 0px 15px;
    outline: none !important;
    float: left;
    height: 30px;
    color: gray;
}

#login {
    margin: 10px 0px 0px 0px;
    border: 1px solid #666;
    background: url(../images/bg_login.gif) repeat-x left top #f6f5f5;
    padding: 20px;
}

.ui-selectonemenu .ui-selectonemenu-label {
    display: block;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    font-weight: normal;
    width: 100% !important;
    text-align: left;
}