@import url("theme.css");

/*
 * Globals
 */
a, button {
    -o-transition: color .2s ease-out, background 1s ease-in;
    -ms-transition: color .2s ease-out, background 1s ease-in;
    -moz-transition: color .2s ease-out, background 1s ease-in;
    -webkit-transition: color .2s ease-out, background 1s ease-in;
    transition: color .2s ease-out, background 1s ease-in;
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

    /* style icon */
    .inner-addon .glyphicon {
        position: absolute;
        padding: 15px;
        pointer-events: none;
        color: gray;
        text-shadow: 0 1px 0px rgba(255, 255, 255, 0.6) !important;
    }

/* align icon */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 40px;
}

.right-addon input {
    padding-right: 40px;
}

.login .input_field {
    background: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #ced4da;
    font-weight: 400;
}

    .login .input_field option {
        border: none;
    }

.login .btn {
    background: var(--SkyDark);
    color: white;
    width: 30%;
    padding: 5px;
}

    .login .btn:hover {
        background-color: var(--SkyDarkest) !important;
    }

.card {
    width: 440px;
    margin: 10px;
    margin-left: auto !important;
    margin-right: auto !important;
    background-color: white;
    border-radius: 3px;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.25);
}

    .card .card-header {
        background: inherit;
        border: hidden;
        display: flex;
    }

/*
 * Base structure
 */
body {
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden !important;
    background-color: var(--Cloud);
    /*letter-spacing: 1px;*/
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
    color: (--Charcoal);
    text-shadow: 0 1px 0px rgba(0, 0, 0, 0.2);
}

.site-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    /* For at least Firefox */
    min-height: 100%;
    z-index: 2;
    position: relative;
}

.site-wrapper-inner {
    display: table-cell;
    vertical-align: top;
}

.cover-container {
/*    margin-right: auto;
    margin-left: auto;*/
}


.inner {
    padding: 30px;
}

.logo {
    height: 75px;
    margin: 20px auto;
}

div.item.link {
    cursor: pointer !important;
    color: var(--SkyDark);
}

h5 {
    color: var(--SkyDark);
}

/*
 * Footer
 */
.footer-icon {
    position: fixed;
    bottom: 20px;
    left: 50%;
    right: 50%;
}


.footer-text {
    position: absolute;
    bottom: 20px;
    left: 45%;
    /*right: 0%;*/
}
.footer-text a{
    color: var(--SkyDark);
}

/*
 * Affix and center
 */
@media (min-width: 768px) {
    /* Start the vertical centering */
    .site-wrapper-inner {
        /*vertical-align: middle;*/
    }
}

canvas {
    display: block;
    vertical-align: bottom;
}

/* ---- particles.js container ---- */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}
