﻿Html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #F58020
}


form {
    height: 100%;
    margin-top: 10%;
}

.grandParentContaniner {
    display: table;
    height: 75%;
    margin: 0 auto;
    width: 75%;
}

.parentContainer {
    display: table-cell;
    vertical-align: middle;
}

.container {
    width: 1040px;
    height: 480px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}

.square {
    position: relative;
    width: 1040px;
    height: 480px;
    box-sizing: border-box;
    background-color: #eee;
    padding-top: 30px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}

    .square:after {
        content: "";
        display: block;
        padding-bottom: 100%;
    }

.content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.vl {
    border-left: 2px solid red;
    width: 100px;
}

.foot {
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
}


input[type=text], input[type=password] {
    padding: 8px 8px;
    margin: 8px 0;
    display: list-item;
    border-bottom: 1px solid #ccc;
    border-top: none;
    border-left: none;
    border-right: none;
    box-sizing: border-box;
    background-color: white;
}

input[type=submit], input[type=button] {
    width: 250px;
    height: 25px;
    background-color: #00008b;
    color: #fff;
    border: none;
    border-radius: 5px;

}

.districtInfo {
    font-size: 14px;
}

img[src=""] {
    display: none;
}

.reset {
    font-size: 12px;
    color: black;
    font-weight: bold;
    cursor: pointer;
    height:20px;
}

.districtName
{
    font-weight:bold;
    font-size: 18px;
}

.btnSubmit {
    color: black;
    background-color: lightgray;
    font-size: 14px;
    font-weight: bold;
}

.logo {
    display: flex;
    vertical-align: middle;
    align-items: center;
    font-size: 36px;
    color: darkslateblue;
}

.logoName
{
    padding-left: 12px;

}