﻿body {
    /*background: rgba(32, 168, 216, 0.08) url('../images/login_background3.jpg') no-repeat center center fixed;*/
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.login-container {
    height: 80vh;
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    align-items: center;
    justify-content: center;
}

.login-body {
    font-size: 1rem;
    display: flex;
    flex-flow: column nowrap;
    width: 100%;
    max-width: 450px;
    position: relative;
}

.loginhead, .loginfoot {
    padding: 10px;
    background-color: rgba(255,255,255,0.85);
    /*background-color: rgba(32, 168, 216, 0.08);*/
    border: 1px solid rgba(255,255,255,0.65);
    border-bottom: 1px solid rgba(255,255,255,0.85);
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
    width: 100%;
}

.login-body .card {
    background-color: #fff !important;
}

.form-group {
    display: block;
}

.btn {
    min-width: 175px;
    width: 100%;
    margin-bottom: 1rem;
}

.form-group label {
    position: relative;
    padding-top: 6px;
    margin: 2px 25px 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    color: #304151;
    font-size: 10px;
    /* letter-spacing: .125em;*/
    font-weight: 700;
    text-align: left;
}

input.form-control {
    border: 1px solid #cad3dd;
    background-color: #fff;
    height: 55px;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-weight: 400;
    padding: 13px 9px 0;
}

.loginfoot img {
    max-width: 260px;
}

.loginfoot {
    border: 1px solid rgba(255,255,255,1);
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    color: #1A3B8F;
}

.loginhead {
    /* margin: 20px auto;*/
}

    .loginhead img {
        display: block;
        width: 100%;
        max-width: 280px;
        height: auto;
        margin: 0 auto;
    }

.tpblue {
    color: #1A3B8F;
}

.d-none {
    display: none;
}

.card {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    margin-bottom: 0 !important;
    min-height: 300px;
    border: 0 !important;
    /* border-left: 1px solid #c8ced3;
    border-top: 1px solid rgba(200, 206, 211, 0.40);
    border-bottom: 1px solid rgba(200, 206, 211, 0.40);*/
}

    .card.tpblue .card-body {
        border-left: 1px solid #c8ced3 !important;
    }


.card-group .card {
    padding-bottom: 15px !important;
}

.about p {
    font-size: 1.7rem;
}

.about h2 {
    font-size: 2rem;
}

.about .card-body {
    padding: 3.5rem;
}
