.logo {width: 344px;height: 100px;padding: 32px 0px;left: 50%;position: relative;-webkit-transform: translate(-50%,-0%);-moz-transform: translate(-50%,0%);-ms-transform: translate(-50%,-0%);-o-transform: translate(-50%, -0%);transform: translate(-50%,-0%);background-image: url("images/SkillGym_pole.png");background-repeat: no-repeat, repeat;background-position: center; /* Center the image */background-repeat: no-repeat; /* Do not repeat the image */padding-bottom: 8px;background-size: contain;margin: 24px 0px;}
.btn-primary:hover {
    background-color: #663a85;
    border-color: #663a85;
  }
  .btn-primary {
    background-color: #764d92;
    border-color: #764d92;
}
.svg-toggle-password {
    fill: #764d92;
}
.link {
    color: #764d92;
}  

body {
    background: #FFFFFF !important;
}