body{

     background-color: #f3f3f3;
}
h2.redTxtHeader {
    color: #ce0000;
    font-size: 18px;
    font-weight: bold;
       padding-top: 8px;
    padding-bottom: 1px;
}
.whiz-forms
{
  background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 3px 1px rgba(177, 170, 170, 0.7), 0 1px 11px 0px rgba(0, 0, 0, 0.25);
}
.main-container{

padding-top:150px;
max-width:650px;
}

.img-logo{
max-height:70px;
}

.omcs-logo{
    max-height: 100px;
     padding: 5px;
}

.ime-logo{
  max-height: 100px;
  padding: 5px;
}


.img-logo{
max-height:70px;
}
b.mandatory
{
color: #b70303;
}
input[type="text"]:hover {
    outline: none;
    box-shadow: 0 0 1px 2px rgba(180,222,250, 1);
    color: #222;
}
input[type="text"] {
    background-color: #FFFFFF;
    border: 1px solid #C9C5BA;
    color: #666666;
    font-size: 01em;
    font-weight: bold;
      padding: 6px 12px;
    /* height: 10px; */
    border-radius: 4px;
        max-width: 100%;
}
.panel-primary {
    border-color: #e0e0e0;
}
.footer
{
  max-width: 360px;

  padding: 5px;
  margin: 0 auto;

  color:black;
 /* background:url(images/wrapper_bottom.png) repeat;*/
      text-align: center;
}

.footer-text
{
margin-top: 0;
        border-top: 0px solid #292929;
        font-size: 11px;
        color: #525252;

}
.ErrorDiv{
    color: #ff0909;
    font-family: serif;
    font-size: 12px;
    padding: 2px;
    display:block;
}
 .cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:100000000;
   display:none;
}


@-webkit-keyframes spin {
        from {-webkit-transform:rotate(0deg);}
        to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
        from {transform:rotate(0deg);}
        to {transform:rotate(360deg);}
}
.cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:#25a1ef;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
.cover-spin-txt {
position: absolute;
    left: 48%;
    top: 45%;
    font-size: 12px;
    color: #151414;
    font-weight: bold;
    -webkit-animation: hzoom 1s linear infinite;
    animation: hzoom 1s linear infinite;
    }
      .table .thead-dark th {
  color: #fff;
  background-color: #23619e;
   border-color: #bdc1c5;
}
.reg-panel-title {
  margin-top: 0;
    margin-bottom: 0;
    font-size: large;
   color:#626262

}
.reg-panel-heading {
    padding: 10px 5px;

}
.regBoxLogin
{

  background-image: linear-gradient(to bottom,#337ab7 0,#2e6da4 100%);
  padding: 10px 5px;

  padding-top: 150px;
    text-align: center;
}
.regBoxLogin-title
{

     font-size: 12px;
     margin-top: 0;
    margin-bottom: 0;

    color: #ffffff;
}

