﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}

body {
    background: linear-gradient(135deg, #117493, #8ad9d6);
}

#particles-js canvas {
    display: block;
    vertical-align: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
    transition: opacity .8s ease, transform 1.4s ease
}

#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0
}

.btn-primary {
    background-color: #117493 !important;
    border-color: #117493 !important;
}

    .btn-primary:hover {
        background-color: #8ad9d6 !important;
        border-color: #8ad9d6 !important;
    }

.footer {
    position: fixed;
    bottom: 7px;
    left: 7px;
    right: 7px;
    display: flex;
    align-items: center;
    color: white;
    height: 45px;
}

.phjLogo {
    width: 115px;
    height: 45px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('../images/phjwhite.png');
}

.logo {
    display: flex;
    justify-content: center;
    margin: 0 auto 2rem auto;
    width: 222px;
    height: 150px;
    background-image: url('../images/prLogoTemp.png');
}

#forgot-password {
    color: grey;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.corner-text {
    position: absolute;
    bottom: 1.5rem;
    color: grey;
}

    .corner-text.left {
        left: 1.5rem;
    }

    .corner-text.right {
        right: 1.5rem;
    }

.line-space {
    display: block;
    margin-bottom: 0.5em;
}