﻿
.bg-login {
    background-image: url('../../Images/BGPPP.png');
    font-family: 'Prompt' !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

    .form-signin {
        max-width: 700px;
        margin: auto;
    }

    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
.img_container {
    width: 99.5px;
    height: 32px;
    display: table-cell;
    /*  vertical-align: middle;*/
    /*object-fit: contain;*/
    /*  margin-left: 50px;*/
    position: fixed;
    top: 34%;
    left: 50%;
    margin-left: -100px;
    margin-top: -50px;
}
.cards {
    margin-top: 0px;
    background-color: white;
    margin: -10px 17px 0;
    padding: 5.3px 8px 7.8px 7.5px;
    opacity: 0.9;
    background-color: #ffffff;
}
.font {
    margin-top: 0px;
    font-family: Prompt;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.btnimg {
    margin-top:10px;
    background-image: linear-gradient(105deg, #56ddff, #0089d2 100%);
    width: 71.5px;
    height: 18.5px;
}
.btnsubmit {
    font-size: 17px;
    color: white;
    /* border-radius: 0%;*/
    background-image: linear-gradient(105deg, #56ddff, #0089d2 100%);
    width: 135px;
    height: 35px;
    margin-top: 15px;
    border: 0px solid #ced4da;
    border-radius: 40rem;
}

.input-group {
    margin-top: 10px;
}
.imgIDPAS {

    width: 17.5px;
    height: 17.5px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: white;
    text-align: center;
    white-space: nowrap;

    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 10% 80% 10%;
    grid-template-rows: 20% 60% 20%;
    grid-template-areas: 
        "head head head"
        "mainarea mainarea mainarea"
        "foot foot foot";
}
.mainarea{
    grid-area: mainarea;
}

.head {
    grid-area: head;
}

.foot {
    grid-area: foot;
}

body, html{
    width: 100%;
    height: 100%;
}

.wrapper {
    width: 100%;
    height: 100%;
}
.formID {
    display: block;
    width: 100%;
    padding: .775rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*------------------------------------*/
.foot-text-title {
    margin-top: 5px;
    font-size: 30px;
    font-weight: 600;
    color: #666666;
    font-family: Prompt;
}