:root {
  --sw-orange: #ff5d00;
}

body {
  background: url("partner_portal_bg.jpg") no-repeat top center;
  background-size: cover;
}

.btn-orange {
  border: 2px solid var(--sw-orange) !important;
  font-weight: bold !important;
  text-transform: uppercase;
  padding: 10px 25px !important;
}

.btn-orange:hover,
.btn-orange:focus {
  background-color: var(--sw-orange);
  border: 2px solid transparent;
  color: white;
}

.forgot-password {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

.forgot-password .sw-logo {
  width: 100%;
  max-width: 200px;
  display: block;
}

.forgot-password .sf-logo {
  width: 100%;
  max-width: 100px;
  display: block;
}

.forgot-password form {
  width: 100%;
}

.forgot-password .logo-container {
  display: flex;
  margin-bottom: 40px;
  justify-content: center;
  align-items: center;
}

.forgot-password .logo-container .sonicwall-logo {
  width: 100%;
  max-width: 200px;
  margin-right: 30px;
  display: block;
}

.forgot-password .logo-container .securefirst-logo {
  width: 100%;
  max-width: 70px;
  display: block;
}

.forgot-password p {
  color: #666666;
}

.forgot-password .signin-link {
  color: #666666;
  text-decoration: none;
}

.forgot-password .signin-link:hover {
  text-decoration: underline;
}

.sw-orange {
  color: var(--sw-orange);
}

.forgot-password label path {
  fill: #666666;
}

.forgot-password label {
  color: #666666;
}

.link-separate {
  display: inline-block;
  margin: 0 5px;
  color: #666666;
}