﻿.main-div {
    background: url("../Images/Patiala.png")center center no-repeat;
    background-size: cover;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
   
}

.Login-section {
    width: 100%;
    position: relative;
    z-index: 10;
   
}

form:before {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: white;
    z-index: -1;
    border-radius: 10px;
}


.brand-logo-container {
    position: absolute;
    height: 130px;
    width: 130px;
    top: -75px;
    border-radius: 50%;
    background: #b41405;
    padding: 10px;
    text-align: center;
}

.brand-logo {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    border: 2px solid white;
}






.form-container {
    margin-top: 100px;
}


.login-container {
    padding: 0 2rem;
}

.input-group-text {
    background: #1476d4 !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}



