body {
   padding: 0px;
   font: 14px;
   font-family: 'Lato', sans-serif;
   /* color: #fff !important; */
}

header {
   border-bottom: 1px dotted #d5d5d5;
   background: linear-gradient(270deg,#ff1e50,#232882);
   color: #fff;
}

header img {
   margin-top: 3px;
   height: 7vw;
}

header .title-card {
   text-shadow: 0 0 5px #fff;
   /* font-family: cursive; */
   font-size: 40px;
}

#content {
    background-size: 100% 100%;
    min-height: calc(100vh - 180px);
    padding-top: 25px;
    padding-bottom: 25px;
}

.image-content {
   background: url("../images/IPL-trophy.jpg") no-repeat local;
   background-size: 100% 100%;
   min-height: 200px;
   border: 1px solid #ddd;
   border-radius: 50px;
   background-blend-mode: lighten;
}

form {
   width: 100%;
   max-width: 400px;
   margin: 10px auto 20px;
   padding-top: 20px;
}

.control-label {
   font-size: 18px;
   color: #223577;
}

.form-control {
   float: none;
   width: 100%;
   padding-top: 10px;
   padding-bottom: 6px;
}

.submit-div {
   width: 100%;
   overflow: hidden;
   /* padding-bottom: 20px !important;
   margin-bottom: 20px; */
}

.lbl-forgot {
   line-height: 18px;
   font-size: 15px;
   color: #0a549e;
}

footer {
   /* position: absolute; */
   left: 0;
   right: 0;
   bottom: 0;
   /* height: 30px; */
   /* background-color: #cec7c7;
   color: #223577;*/
}

footer p {
   margin: 5px;
}

.error {
   color: red;
   padding-top: 5px;
   padding-bottom: 5px;
   font-size: 16px;
   font-weight: normal;
}

.centered-modal.in {
   display: flex !important;
}
.centered-modal .modal-dialog {
   margin: auto;
}

.full-width-btn {
   width:100%;
}

.glyphicon-eye-open {
   /* position: absolute; */
   top: -2em;
   right: 5px;
}