﻿html, body {
  
    margin-bottom: 25px;
    margin-top: 50px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.wrapper{
    width:400px;
    margin:50px auto;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
    margin-left:0px !important;
}
.loginsection {
    
    
    border-radius: 10px;
    width:250px;
    margin:0 auto;
}
    .loginsection .btn {
        width: 100%;
        background-color: #00245D !important;
        color:white;
        padding:12px !important;

    }
        .loginsection .btn:hover {
            background-color: #00245D !important;
            color: white !important;
        }
        .brandlogo {
            overflow: hidden;
            border-radius: 5%;
            margin-top: 25px;
            margin-right: auto;
            margin-bottom: 2px;
            margin-left: auto;
            position: relative;
            z-index: 1;
        }
.brand {
    overflow: hidden;
   margin:0 auto;
   width:500px;
   text-align:center;
    position: relative;
    z-index: 1;
}
.brandlogo img{
    width:250px;
}
.brand img{
    width:100%;
}
.logininputs{
    padding:10px;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.forgotlink {
    text-align: center;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
}
.forgotandcontactus{
    font-weight:bold;
}
#forgotpasswordModal .modal-dialog{
width:500px;
height:250px;
min-height:250px;
}
#forgotpasswordModal .modal-body {
    
    min-height: unset;
}
div#loader {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fdfdfdeb;
    z-index: 9999999999999;
}

    div#loader > div {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
    }

#loader label {
    width: 100%;
}
#contactusModal .modal-dialog{
width:650px;
}
.logoandlabelfeedback .logo{
    width:250px;
    height:34px;
}
.logoandlabelfeedback label{
    text-align:center;
    font-style:italic;
    font-weight:bold;
    display:block;
   
}
.logoandlabelfeedback{
    text-align:center;
}