﻿* {
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
}

body {
    background-color: #F4F6F9;
    font-family: 'Roboto', sans-serif;
}

.wrapper {
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}

.text-danger {
    font-weight: bold !important;
    color: #ff0000 !important;
}

.wrapper section.left {
    width: 100%;
}

.wrapper section.left-form {
    display: flex;
    flex-direction: column;
    height: 100vh;
    /*justify-content: center;*/
    /*align-items: center;*/
    width: 100%;
}

.wrapper section.right {
    background-image: url('../images/plugin_delhi_login.png');
    background-size: 100% 100%;
    /*cover;*/
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    height: 100vh;
    width: 60%;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    /*width: 55%;*/
    max-width: 400px;
    min-width: 400px;
    /*min-height: 60vh;*/
    background-color: #fff;
    border: 1px solid #d0dfe8bf;
}

    .card:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    }

.container {
    padding: 1.2rem 1.2rem 0 1.2rem;
}

input {
    border: 1px solid #D8DDE6;
    padding: 12px;
    width: 100%;
    display: block;
    border-radius: 0.5rem;
    font-size: .8125rem;
    transition: all 0.1s;
}

.m-top {
    margin-top: .3rem;
}

.m-btm {
    margin-bottom: 1rem;
}

.button {
    padding: 12px 24px;
    border-radius: 4px;
}

.primary {
    background-color: #0070d2;
    color: white;
    transition: all 0.1s;
    border: 1px solid transparent;
}

.label {
    font-size: 12px;
    color: #54698d;
    margin: 0 0 8px 0;
    line-height: inherit;
}

.brd-t {
    border-top: 1px solid #F4F6F9;
}

.frgt-pswd {
    font-size: 12px;
    text-align: right;
    color: #0070d2
}

.mt-10 {
    margin-top: 20px;
}

.pt-15 {
    padding-top: 16px;
}

.mbr-125 {
    margin-bottom: 1.25rem;
}

.footer {
    position: relative;
    margin-top: -24px;
    height: 24px;
    width: 100%;
    clear: both;
    text-align: center;
    font-size: .75rem;
}

.input:focus {
    background-color: #ffffff;
    border: 1px solid #1589ee;
    outline: 0;
    box-shadow: 0 0 3px #0070D2;
}

.form-control {
    border: 1px solid #D8DDE6;
    padding: 12px;
    width: 100%;
    display: block;
    border-radius: 0.5rem;
    font-size: .8125rem;
    transition: all 0.1s;
}

    .form-control:focus {
        background-color: #ffffff;
        border: 1px solid #1589ee;
        outline: 0;
        box-shadow: 0 0 3px #0070D2;
    }

@media screen and (max-width: 1020px) {
    .wrapper section.right {
        display: none;
    }
}

@media screen and (max-width: 600px){
    .card{
        transition: 0.3s;
        min-width: 100%;
    } 
 .dnone {
 display: none;
 }
}


.logo img {
    width: 8rem;
    height: 4rem;
    margin-bottom: 5rem;
}

.sign-in {
    margin-bottom: 2rem;
    color: #0070d2;
    font-size: 2.2rem;
}

.post {
    font-size: 0.8rem;
}

.name {
    font-size: 0.9rem;
}

.header {
    padding: 20px;
    background-color: #BAD25B;
}

.header2 {
    text-align: center;
    background-color: #EFF5D7;
    color: white;
    font-size: 30px;
}


.btn-s1 {
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: rgb(224, 240, 199);
    font-size: 12px;
    color: #578435;
    margin: 0 0 15px 0;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 1px;
}

.btn-s2 {
    display: block;
    border-radius: 0;
    background-color: #EFF5D7;
    font-size: 14px;
    color: #578435;
}

.btn-dl {
    display: block;
    border-radius: 0;
    background-color: #EFF5D7;
    font-size: 14px;
    color: #578435;
    padding: 6px 25px;
    border-bottom: 3px solid #578435;
}

.btn-s3 {
    background-color: #96C11F;
    color: black;
    padding: 5px 25px;
    letter-spacing: 2px;
}

.p-heading {
    font-size: 36px;
    color: #578435;
    font-weight: 100;
}

.s-label {
    position: absolute;
    left: 20px;
    top: 0px;
    font-size: 24px;
}

.s-input {
    background-color: #96C11F;
    border: none;
    padding: 0px 10px 0px 35px;
    color: white
}

.f-s-1 {
    background-color: #BAD25B;
    color: #578435;
    padding: 8px;
    text-align: right;
}

.f-s-2 {
    background-color: #EFF5D7;
}

.navbar {
    background-color: #96C11F;
    padding: 0;
}

.n-s-1 {
    background-color: #CDE198;
    padding: 19px;
}

/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
