﻿.irisk-logo {
    background-image: url('logo.png') !important;
    height: 31px;
    width: 32px; 
    display: flex;
    margin-left: auto;
    margin-right: auto; 
    margin-top: 20px;
    margin-bottom: 20px;
}

body {
    background-color: rgb(24, 24, 24);
    padding-top: 50px;
    padding-bottom: 20px;   
    font-family: "Open Sans", Helvetica, arial, verdana, sans-serif;
    font-size: 10px;         
}

.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.container {
    padding-left: 0px;
    min-width:300px;
    max-width: 300px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
       
}

.loginForm {
    background-color: rgb(189, 189, 191);
    overflow: hidden;
}

.loginHeader {
    background-color: rgb(36, 36, 36);
    padding: 5px;   
    color: rgb(252, 158, 0);
    position: relative;
}

.loginHeader p {
   margin: 0;
   font-size: 11px;  
   font-weight: 700;
}   

.loginFooter {
    background-color: rgb(36, 36, 36);
    padding: 5px;  
    margin-left: 0px;
    margin-right: 15px;
    overflow: hidden; 
    width: 100%;
}

.infoFooter {
    color: gray;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 150px;
}

.btn-default {
   float: right;
   margin-right: 10px; 
   border: 0;
   border-radius: 0;
   color: #fff;
   background-color: #242424;
   font: 400 11px/12px Open Sans, Helvetica, arial, verdana, sans-serif;
}

.form-horizontal .control-label {
    float: left;   
    color: gray; 
}

.form-control {
    background-color: #3e3e3e;
    color: #bdbdbf;
    height: 25px;
    margin: 0;
    font-size: 11px;
    border: 0;
    border-radius: 0;    
    float: right;
}

.text-danger {
    margin: 0;
    font-size: 10px;
    border: 0;
    border-radius: 0;    
    float: right;
}

.offset {
    margin-bottom: 50px;
}

.row {
    margin: 0px;
}

.col-md-8 {
    width: 100%;
}