﻿@charset 'utf-8';

body {
    color: #fff;
    background-image: url('/Images/backgroundImage.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
}

.content-wrapper {
    text-align: center;
}

.slogan {
    margin: 50px auto;
    font-size: 26px;
    font-style: italic;
    font-weight: 300;
    line-height: 35px;
    position: relative;
    bottom: 290px;
    left: 5px;
    width: 50%;
}

.splash-bottom {
    height: 10vh;
}

    .splash-bottom a {
        text-decoration: none;
        color: #fff;
        font-size: small;
    }


    .splash-bottom .button {
        vertical-align: middle;
        background: #D9762B;
        position: relative;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: none;
        padding: 15px 58px;
        font-size: 81%;
        border-radius: 3px;
        transition: .08s ease-in;
        font-weight: 400;
        font-size: medium;
    }

.bg-logo {
    height: 65vh;
}

    .bg-logo img {
        opacity: .3;
        width: 330px;
        height: 370px;
    }

.form-slogan {
    color: #D9762B;
    text-align: left;
    font-size: 25px;
    margin-bottom: 25px;
}

.forgot-password {
    display: block;
    text-align: right;
    padding-bottom: 1px;
    padding-right: 5px;
}

    .forgot-password a {
        color: #80868b;
        text-decoration: none;
    }

.sepText {
    background: #ffffff;
    margin: -38px 0 0 -32px;
    padding: 5px 16px 5px 16px;
    position: absolute;
    left: 50%;
    text-align: center;
    color: #80868b;
    font-weight: bold;
}



hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

@media only screen and (min-width: 600px) {
    /* For PC */

    .splash-bottom .button {
        vertical-align: middle;
        background: #D9762B;
        position: relative;
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        border: none;
        padding: 15px 58px;
        font-size: 81%;
        border-radius: 3px;
        transition: .8s ease-in;
        font-weight: 400;
        font-size: medium;
    }

}

