﻿@import url('../../bootstrap/bootstrap-theme.min.css');

html,
body {
    height: 100%;
    color: #888888;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    background: #fafafa url('/Resource/Img/bg4F.png') no-repeat center center fixed;
    background: -webkit-linear-gradient(rgba(204,229,255,.15), rgba(0,0,0,.3)) fixed, #345 url('/Resource/Img/bg4F.png') no-repeat center center fixed;
    background: linear-gradient(rgba(204,229,255,.15), rgba(0,0,0,.3)) fixed, #345 url('/Resource/Img/bg4F.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

grid.page {
    opacity: 0;
    transition: opacity 5s;
    -webkit-transition: opacity 5s; /* Safari */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contents {
    background: #ffffff;
    display: block;
    text-align: left;
    border: 1px solid #dfdfdf;
    padding: 2rem 4rem;
    border-radius: 0.5rem;
    box-shadow: -4px 4px 10px 2px #00000059;
}

.logo {
    width: 172px;
    /*filter: grayscale(1);*/
}

.divider {
    margin: -2rem -4rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border-top: 1px solid #dfdfdf;
}

.header:not(.sub) {
    font-size: 1.5rem;
    font-weight: lighter;
    padding: 0 0 1rem 0;
}

.sub.header {
    font-size: 1.125rem;
    line-height: 1.6125;
    font-weight: 300;
    padding: 0 0 2rem 0;
}

.brand {
    text-align: center;
}

.ui.button {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: none;
    border: none;
    vertical-align: baseline;
    padding: 7px;
    text-transform: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px transparent inset, 0 0em 0 0 rgba(34,36,38,.15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.1s ease,background-color 0.1s ease,color 0.1s ease,box-shadow 0.1s ease,background 0.1s ease;
    transition: opacity 0.1s ease,background-color 0.1s ease,color 0.1s ease,box-shadow 0.1s ease,background 0.1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
}

.celeste8 {
    background: #0000FF;
    color: #ffffff;
}

.button {
    -moz-border-radius: 4px;
    color: #ffffff !important;
    cursor: pointer;
}

#outer {
    width: 100%;
    display: block;
    text-align: center;
    overflow: hidden;
    min-height: 100vh;
}

#home-top-video:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgb(9,9,121);
    background: linear-gradient(90deg, rgba(9,9,121,0.846673703661152) 100%, rgba(9,9,121,1) 100%, rgba(0,15,22,1) 100%);
}

#home-top-video {
    left: 0%;
    top: 0%;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#home-text {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    padding: 20px;
}

.fonttxt {
    font-size: 11px;
    font-family: "Arial";
}
.fontddl {
    font-size: 10px;
    font-family: "Arial";
}