﻿/********************************************** @Begin Background Layout *******************************************************************************/
#myVideo {
    position:fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    z-index: -1;
}
.logo_jscs_Main {
    width: 100%;
    max-width: 400px;
    height: auto;
}
.logo_jscs {
    display: block;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
    z-index: 1;
}
.gbtn:hover {
    border-color: #9addff;
    background-color: #005288;
    color: #fff;
}

.ghost.gbtn {
    padding: 3px 3px;
    color: #fff;
    display: inline-block;
}

.gbtn {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.ghost {
    color: #ddd;
    border: solid 2px #fff;
    border-radius: 4px;
    box-shadow: none;
    vertical-align: middle;
    padding: 3px 2px;
    margin-bottom: 2px;
    margin-right: 5px;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    cursor: pointer;
    text-transform: none;
    overflow: visible;
    margin: 0;
    font: inherit;
    color: inherit;
}
/********************************************** @End Background Layout *******************************************************************************/