
/* custom CSS */
.button-2{
background-color:#003188;
border-color:#003188;
stroke:white;
color:white;
}

.searchbox .searchtxt, .searchboc .seachtxt:focus {
    border: 2px solid #003188;
}


@media(max-width: 600px) {
.login-1 .logo {
    margin-bottom: 0;
    max-width: 40%;
}
}
.login .logo { 
 margin-left: 50%; 
 margin-bottom:0%; 
 transform: translateX(-50%); 
 display:block; 
 } 
 .login-1 .login-form {
 max-width: 305px;
}

.startview-3 img {
color: transparent;
}