.search-border-left{
    background-color: white;
    border-radius: 12px 0 0 12px;
    border: 1px solid #4A4A4A;
    border-right: 0;
}
.search-border-right{
    border-radius: 0 12px 12px 0;
    border: 1px solid #4A4A4A;
    border-left: 0;
}
.ckanext-datapreview>iframe {
    min-height: 680px;
}

.login-heading{
text-align: center;
  margin-top: 50px;
}
.login.primary.span9{
  background: white;
}
.btn-login{
  color: #4A4A4A;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    text-align: center;
    background: white;
    border: 1px solid #4A4A4A;
    border-radius: 10px;
}
