#exampleModal.modal.fade {
    display: none;
}

#exampleModal.modal.fade.in {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: #000;
    text-align: center;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-dialog {
    background: #e3e3e3;
    padding: 46px;
    width: 350px !important;
    margin: 0px auto;
    margin-top: 43px;
}

label.login-form-radio {
    float: left;
}

 .form-input-field {
    width: 80%;
    font-size: 13px;
    padding: 5px 8px;
    margin-bottom: 10px;
    float: left;
}

.footer {
   position:absolute;
   bottom:0;   
   width:100%;
   height:50px;   /* Height of the footer */
   background:#fff;

  
}


