/* CSS Document */

  
body {
  padding-top: 100px;
  font-family: "Open Sans";
   height: 100%;
  width:100%;
  background-color: white;
  font-family: "Open Sans";
}

.base {
  background-color:white; 
  
}



.navbar-default {
 
    background:  url(../../images/sisabi.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    min-height:100px ;
    border-style: none;
    
 } 


 

.center-block {
   
    background-image: url('../../images/sysabi_5.png') ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height:100%;
        width:45.66%;

    
 } 
.center-block-1 {
    background-image: url('../../images/sysabi_6.png') ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        height:100%;
        width:45.66%;
  
 } 


.row-even {
    background-color:#F8F8F8; 
}
 

.btn-custom {
  background-color: #9D9D9D;
  border-color: #9D9D9D;
  color:white;
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active {
  background-color: #909090;
  border-color: #848484;
  color:white;
}
.btn-custom.disabled:hover,
.btn-custom.disabled:focus,
.btn-custom.disabled:active,
.btn-custom.disabled.active,
.btn-custom[disabled]:hover,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #9D9D9D;
  border-color: #9D9D9D;
  color:white;
}
 
 .btn-custom1 {
  background-color: #bd4f5c;
  border-color: #bd4f5c;
   color:white;
}
.btn-custom1:hover,
.btn-custom1:focus,
.btn-custom1:active,
.btn-custom1.active {
  background-color: #711818;
  border-color: #5c1313;
   color:white;
}
.btn-custom1.disabled:hover,
.btn-custom1.disabled:focus,
.btn-custom1.disabled:active,
.btn-custom1.disabled.active,
.btn-custom1[disabled]:hover,
.btn-custom1[disabled]:focus,
.btn-custom1[disabled]:active,
.btn-custom1[disabled].active,
fieldset[disabled] .btn-custom:hover,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom.active {
  background-color: #BB0D2C;
  border-color: #BB0D2C;
   color:white;
}

#watermark{
    opacity: 0.5;
    color: BLACK;
    position: fixed;
    top: auto;
    left: 80%;

}
 



 

 
 