@charset "UTF-8";
/***********************************************************************************************************************
*   2.  Buttons
************************************************************************************************************************/
.btn-success,
.btn,
.btn-primary,
input[type=button] {
  display: inline-block;
  padding: 0 30px;
  width: auto;
  font-size: 1.6rem;
  line-height: 5rem;
  text-transform: uppercase;
  text-align: center;
  background: #094742;
  color: #fff;
  cursor: pointer;
}

.btn-secondary {
  border: 1px solid #094742;
  background: transparent;
  color: #094742;
}

.btn-secondary:hover {
  border: 1px solid #094742;
  background: #094742;
  color: #fff;
  transition: background ease-out 0.35s;
}

.btn-success:hover,
.btn:hover {
  background: #06302d;
  transition: background ease-out 0.35s;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .btn-success,
.btn,
.btn-primary,
input[type=button] {
    line-height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .btn-success,
.btn,
.btn-primary {
    padding: 0 20px;
  }
}
/*************************************************************
* Typography
*************************************************************/
html {
  font-size: 62.5%;
}

body, h1, h2, h3, h4, h5, h6, p  {
  font-size: 1.6rem;
  font-family: "Helvetica", "Arial", "sans-serif";
}

h1 {
  font-size: 4rem;
  margin-top: 30px;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.2rem;
}

a {
  color: #094742;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

header {
  padding: 40px 0;
  text-align: center;
  text-transform: uppercase;
}

footer {
  color: rgba(24, 24, 31, 0.5);
}

/*************************************************************
* Structure
*************************************************************/
body,
html {
  position: relative;
  height: auto;
  margin: 0;
  padding: 0;
}

body {
  padding-bottom: 60px;
  width: 100%;
  height: 100%;
}

.site-footer {
  position: absolute;
  bottom: 0;
  height: 60px;
  width: 100vw;
  text-align: center;
}

/*************************************************************
* Layout tags
*************************************************************/
hr {
  display: block;
  border-top: 1px solid grey;
  margin: 40px 0;
}

/*************************************************************
* PRE tags
*************************************************************/
code, samp, kbd {
  font-family: "Courier New", Courier, monospace, sans-serif;
  text-align: left;
  color: #555;
}

pre code {
  line-height: 1.6em;
  font-size: 1.11rem;
}

pre {
  font-family: "Courier new", Courier, "Andale Mono", monospace;
  padding: 0.1em 0.5em 0.3em 0.7em;
  border-left: 11px solid #ccc;
  margin: 1.7em 0 1.7em 0.3em;
  overflow: auto;
  width: 93%;
}

/* target IE7 and IE6 */
*:first-child + html pre {
  padding-bottom: 2em;
  overflow-y: hidden;
  overflow: visible;
  overflow-x: auto;
}

* html pre {
  padding-bottom: 2em;
  overflow: visible;
  overflow-x: auto;
}

/* Handle headings in pre */
pre h1, pre h2, pre h3, pre h4, pre h5, pre h6 {
  display: inline;
  text-align: left;
  color: #555;
  font-family: "Courier New", Courier, monospace, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1rem;
  margin: auto;
  padding: auto;
  white-space: nowrap;
}

/*************************************************************
* Login Form Frontend
*************************************************************/
body.login {
  background-color: #424055;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.login-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  border-radius: 2px;
  background: #fff;
  width: 320px;
}

.login-wrapper form,
.login form {
  padding: 30px;
  color: #18181F;
}

.login-logo {
  padding: 30px 30px 0 30px;
}

.login label {
  display: block;
  color: #18181F;
}

.login input,
.login form .input,
.login input[type=text] {
  padding: 10px;
  font-size: 1.8rem;
}

.login input[type=text] {
  width: 100%;
  background-color: #ffffff;
  border-color: #dddddd;
  -webkit-border-radius: 4px;
}

.login input[type=password] {
  width: 100%;
  background-color: #ffffff;
  border-color: #dddddd;
  -webkit-border-radius: 4px;
}

#login .button-primary,
#loginWrapper .button-primary {
  margin: 15px 0 0 0;
  padding: 0 20px;
  width: 100%;
  line-height: 45px;
  height: 45px;
  background-color: #094742 !important;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
  border: none;
  border-radius: 4px;
}

.login .button-primary:hover {
  background-color: #17a8e3 !important;
}

.login .button-primary:active {
  background-color: #17a8e3 !important;
}

/*************************************************************
* Native Login Form
*************************************************************/
.login h1 a {
  background-image: url(../images/responsefinance_logo_pos.svg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 84px;
  font-size: 20px;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  outline: 0;
  display: block;
}

/*# sourceMappingURL=main.css.map */
