﻿body {
    /*background-image: url("../../imgs/Logos/Train2.jpg");*/
/*    background-image: url('../../imgs/Logos/106392282.jpg');*/
    background-image: url('../../imgs/Logos/AmritBharat.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-size: 100% 100%;
    overflow: hidden;
}



.placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff !important;
    opacity: 1; /* Firefox */
    font-size: 18px !important;
}

.form-login {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    border-color: #d2d2d2;
    border-width: 5px;
    color: #000000;
    box-shadow: 5px  5px 5px 5px #cfcfcf;
   
}

.form-control {
    background: transparent !important;
    color: #000000 !important;
    font-size: 13px !important;
    background-color: #eee8aa;
}

h3 {
    padding: 20px;
}

h4 {
    border: 0 solid #000000;
    border-bottom-width: 1px;
    padding-bottom: 10px;
    text-align: center;
}

.form-control {
    border-radius: 20px;
}

.text-white {
    color: #ffffff !important;
}

.wrapper {
    text-align: center;
}

.footer {
    color: black;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    text-align: center;
    padding: 1px 0;
}

/*.footer {
    background: #000000;
    color: white;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    text-align: center;
    padding: 1px 0;
}*/


.footer p {
    font-size: 30px;
}

#btntext {
    border-radius: 30px; /* Adjust the value as per your requirement */
    padding: 10px 50px; /* Increase button size (adjust values as needed) */
    font-size: 15px; /* Increase text size */
}


.avatar {
    vertical-align: middle;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}