/* #f1f1f1 */
/* #CCC */
/* #666 */
/* $blue: #4188CC; */
@font-face {
  font-family: 'Open Sans';
  src: url("./OpenSans-Light.eot");
  /* IE9 Compat Modes */
  src: url("./OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("./OpenSans-Light.woff") format("woff"), url("./OpenSans-Light.ttf") format("truetype"), url("./OpenSans-Light.svg#09be4bfe8975a657af6444a6f1d73848") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Open Sans';
  src: url("./OpenSans-LightItalic.eot");
  /* IE9 Compat Modes */
  src: url("./OpenSans-LightItalic.eot?#iefix") format("embedded-opentype"), url("./OpenSans-LightItalic.woff") format("woff"), url("./OpenSans-LightItalic.ttf") format("truetype"), url("./OpenSans-LightItalic.svg#fccccf1acf55b11d3e92cdf123b28da0") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 300;
}

@font-face {
  font-family: 'Open Sans';
  src: url("./OpenSans-Regular.eot");
  /* IE9 Compat Modes */
  src: url("./OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("./OpenSans-Regular.woff") format("woff"), url("./OpenSans-Regular.ttf") format("truetype"), url("./OpenSans-Regular.svg#dc56f0938c09c27a4156bb0f8f5176a2") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Open Sans';
  src: url("./OpenSans-Italic.eot");
  /* IE9 Compat Modes */
  src: url("./OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("./OpenSans-Italic.woff") format("woff"), url("./OpenSans-Italic.ttf") format("truetype"), url("./OpenSans-Italic.svg#94c33cdd8f8847f3444990ab6c6e6a61") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: 'Open Sans';
  src: url("./OpenSans-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("./OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("./OpenSans-Semibold.woff") format("woff"), url("./OpenSans-Semibold.ttf") format("truetype"), url("./OpenSans-Semibold.svg#b96880fafbf6b051ff49d9fe8a31137c") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Open Sans';
  src: url("./OpenSans-SemiboldItalic.eot");
  /* IE9 Compat Modes */
  src: url("./OpenSans-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("./OpenSans-SemiboldItalic.woff") format("woff"), url("./OpenSans-SemiboldItalic.ttf") format("truetype"), url("./OpenSans-SemiboldItalic.svg#32756bd590186a9f248741d5548b466e") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: 'Open Sans';
  src: url("./OpenSans-Bold.eot");
  /* IE9 Compat Modes */
  src: url("./OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("./OpenSans-Bold.woff") format("woff"), url("./OpenSans-Bold.ttf") format("truetype"), url("./OpenSans-Bold.svg#72800b665ba60a9a58674e2a6befde3a") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700;
}

body {
  color: #333333;
  font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  font-size: 22px;
  font-weight: 400;
}

h2 {
  font-size: 16px;
  font-weight: 600;
}

h3 {
  font-weight: 600;
}

h4 {
  font-weight: 600;
}

h5 {
  font-weight: 600;
}

.small {
  font-size: 12px;
  font-weight: 600;
}

time {
  color: #f4f4f4;
  font-weight: 400;
  font-size: 12px;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Open Sans', sans-serif;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, img {
  outline: medium none;
  border: none;
}

a {
  color: #3d87cf;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
a:hover {
  color: #215485;
}

input, select {
  border: #e6e6e6 1px solid;
  padding: 3px;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
  outline: none;
  border: 0;
}

textarea {
  outline: 0;
  width: 400px;
  background: white;
  padding: 3px;
  height: 26px;
  color: gray;
  resize: none;
}

.clearfix:after {
  overflow: hidden;
  *zoom: 1;
}

@-o-keyframes fadein {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }

  100% {
    background-color: rgba(0, 0, 0, 0.8);
  }
}

@-ms-keyframes fadein {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }

  100% {
    background-color: rgba(0, 0, 0, 0.8);
  }
}

@-moz-keyframes fadein {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }

  100% {
    background-color: rgba(0, 0, 0, 0.8);
  }
}

@-webkit-keyframes fadein {
  0% {
    background-color: rgba(0, 0, 0, 0);
  }

  100% {
    background-color: rgba(0, 0, 0, 0.8);
  }
}

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'Open Sans', sans-serif;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, img {
  outline: medium none;
  border: none;
}

a {
  color: #3d87cf;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
a:hover {
  color: #215485;
}

input, select {
  border: #e6e6e6 1px solid;
  padding: 3px;
}

input[type=checkbox], input[type=radio] {
  padding: 0;
  outline: none;
  border: 0;
}

textarea {
  outline: 0;
  width: 400px;
  background: white;
  padding: 3px;
  height: 26px;
  color: gray;
  resize: none;
}

.clearfix:after {
  overflow: hidden;
  *zoom: 1;
}

body textarea {
  background-color: white;
  border-radius: 2px;
  border: 1px solid #e6e6e6 !important;
  color: #404040;
  cursor: text;
  height: auto;
  margin: 0;
  overflow: hidden;
  overflow-y: scroll;
  padding: 5px;
  position: relative;
  resize: none;
}
body textarea:focus {
  background-color: white;
  border: 1px solid #3d87cf !important;
  outline: 0;
}

body input {
  border-radius: 2px;
  background-color: white;
  border: 1px solid #e6e6e6 !important;
  color: #404040;
  cursor: text;
  margin: 0;
  padding: 8px;
  position: relative;
  vertical-align: middle;
}
body input:focus {
  background-color: white;
  border: 1px solid #3d87cf !important;
  outline: 0;
}

body input[type=radio], body input[type=checkbox] {
  border: none !important;
  cursor: pointer;
  cursor: pointer;
  border: none;
  border-radius: none;
}

body select {
  border: 1px solid #e6e6e6 !important;
  font-size: 13px;
  font-family: 'Open Sans';
  font-weight: 400;
  cursor: pointer;
}
body select:focus {
  outline: 0;
  border: 1px solid #3d87cf !important;
  background-color: white;
}

select#jv-actionsTop, .jv-actionsCombo {
  box-shadow: none;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  height: 28px;
  min-width: 100px;
  padding: 5px;
  white-space: pre;
  -webkit-appearance: none;
  -webkit-box-align: center;
  -webkit-rtl-ordering: logical;
  border-image: initial;
}

/*** BUTTONS ***/
.btn, .btn-cancel, .cancel, .btn-green {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #3d87cf;
  color: white;
  border: 1px solid #3d87cf;
  border-radius: 2px;
  cursor: pointer;
  padding: 12px 13px;
  display: inline-block;
  min-width: 125px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  margin-right: 10px;
}
.btn:hover, .btn-cancel:hover, .cancel:hover, .btn-green:hover {
  color: white;
  font-family: 'Open Sans', sans-serif;
  background: #307ac2;
  border: 1px solid #307ac2;
  text-decoration: none;
}
.btn:active, .btn:focus, .btn-cancel:active, .cancel:active, .btn-green:active, .btn-cancel:focus, .cancel:focus, .btn-green:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  outline: none;
}
.btn.right, .right.btn-cancel, .right.cancel, .right.btn-green {
  margin-right: 0;
  margin-left: 10px;
}
.btn.inline, .inline.btn-cancel, .inline.cancel, .inline.btn-green {
  padding: 7px 9px;
}

.btn-green {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #3d87cf;
  color: white;
  border: 1px solid #3d87cf;
  border-radius: 2px;
  cursor: pointer;
  padding: 12px 13px;
  display: inline-block;
  min-width: 125px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.btn-green:hover {
  color: white;
  font-family: 'Open Sans', sans-serif;
  background: #307ac2;
  border: 1px solid #307ac2;
  text-decoration: none;
}
.btn-green:active, .btn-green:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  outline: none;
}

html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape */
  height: 100%;
}

body {
  margin: 0;
  height: auto;
  position: relative;
  font-size: 16px;
}

#divImageLoader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
}

.popupcss {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(51, 51, 51, 0.4);
}

.jv-roundAll {
  background-color: white;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-left: -300px;
  /* (width + padding)/2 */
  margin-top: -200px;
  /* (height + padding)/2 */
  width: 580px;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
}
.jv-roundAll h2 {
  font-size: 2.2em;
}
.jv-roundAll p {
  margin: 10px 0;
  line-height: 1.4;
}
.jv-roundAll a {
  float: none;
  margin-right: 5px;
}
.jv-roundAll .jv-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: white;
  color: #cccccc;
  border: 1px solid white;
  border-radius: 2px;
  cursor: pointer;
  padding: 12px 13px;
  display: inline-block;
  min-width: 125px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  height: auto;
  clear: both;
  border: 1px solid #cccccc;
}
.jv-roundAll .jv-button:hover {
  color: #cccccc;
  font-family: 'Open Sans', sans-serif;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  text-decoration: none;
}
.jv-roundAll .jv-button:active, .jv-roundAll .jv-button:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  outline: none;
}
.jv-roundAll .jv-button:hover {
  color: gray;
  border: 1px solid gray;
}
.jv-roundAll #jv-sendButton {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #3d87cf;
  color: white;
  border: 1px solid #3d87cf;
  border-radius: 2px;
  cursor: pointer;
  padding: 12px 13px;
  display: inline-block;
  min-width: 125px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  height: auto;
  clear: both;
  width: auto;
  margin: 0 5px 0 0;
}
.jv-roundAll #jv-sendButton:hover {
  color: white;
  font-family: 'Open Sans', sans-serif;
  background: #307ac2;
  border: 1px solid #307ac2;
  text-decoration: none;
}
.jv-roundAll #jv-sendButton:active, .jv-roundAll #jv-sendButton:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  outline: none;
}
.jv-roundAll #jv-sendButton img {
  display: none;
}
.jv-roundAll .jv-closeBtn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #3d87cf;
  color: white;
  border: 1px solid #3d87cf;
  border-radius: 2px;
  cursor: pointer;
  padding: 12px 13px;
  display: inline-block;
  min-width: 125px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  height: auto;
  clear: both;
  margin-top: 10px;
}
.jv-roundAll .jv-closeBtn:hover {
  color: white;
  font-family: 'Open Sans', sans-serif;
  background: #307ac2;
  border: 1px solid #307ac2;
  text-decoration: none;
}
.jv-roundAll .jv-closeBtn:active, .jv-roundAll .jv-closeBtn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  outline: none;
}
.jv-roundAll .jv-closeBtn:after {
  content: "Close";
}
.jv-roundAll .jv-closeBtn img {
  display: none;
}

#forgotEmail, #jv-sendButton {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  cursor: text;
  font-weight: 400;
  margin: 15px 0;
  padding: 10px;
  width: 92%;
  position: relative;
}
#forgotEmail:focus, #forgotEmail:active, #jv-sendButton:focus, #jv-sendButton:active {
  border: 1px solid #3d87cf;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  outline: none;
}

#jv-sendNewPasswordLink, #social-login-verification .content-wrap > div > .jv-roundAll .content #btnConnect, #unsubscribe .content-wrap > div > .jv-roundAll .content #btnConnect, #social-login-verification .popupcss .jv-roundAll .jv-disconnect, #unsubscribe .popupcss .jv-roundAll .jv-disconnect, #social-login-verification .popupcss .jv-roundAll #btnResetPassword, #unsubscribe .popupcss .jv-roundAll #btnResetPassword, #social-login-verification .jv-selectButton, #unsubscribe .jv-selectButton {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #3d87cf;
  color: white;
  border: 1px solid #3d87cf;
  border-radius: 2px;
  cursor: pointer;
  padding: 12px 13px;
  display: inline-block;
  min-width: 125px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  height: auto;
  clear: both;
}
#jv-sendNewPasswordLink:hover, #social-login-verification .content-wrap > div > .jv-roundAll .content #btnConnect:hover, #unsubscribe .content-wrap > div > .jv-roundAll .content #btnConnect:hover, #social-login-verification .popupcss .jv-roundAll .jv-disconnect:hover, #unsubscribe .popupcss .jv-roundAll .jv-disconnect:hover, #social-login-verification .popupcss .jv-roundAll #btnResetPassword:hover, #unsubscribe .popupcss .jv-roundAll #btnResetPassword:hover, #social-login-verification .jv-selectButton:hover, #unsubscribe .jv-selectButton:hover {
  color: white;
  font-family: 'Open Sans', sans-serif;
  background: #307ac2;
  border: 1px solid #307ac2;
  text-decoration: none;
}
#jv-sendNewPasswordLink:active, #social-login-verification .content-wrap > div > .jv-roundAll .content #btnConnect:active, #unsubscribe .content-wrap > div > .jv-roundAll .content #btnConnect:active, #social-login-verification .popupcss .jv-roundAll .jv-disconnect:active, #unsubscribe .popupcss .jv-roundAll .jv-disconnect:active, #social-login-verification .popupcss .jv-roundAll #btnResetPassword:active, #unsubscribe .popupcss .jv-roundAll #btnResetPassword:active, #social-login-verification .jv-selectButton:active, #unsubscribe .jv-selectButton:active, #jv-sendNewPasswordLink:focus, #social-login-verification .content-wrap > div > .jv-roundAll .content #btnConnect:focus, #unsubscribe .content-wrap > div > .jv-roundAll .content #btnConnect:focus, #social-login-verification .popupcss .jv-roundAll .jv-disconnect:focus, #unsubscribe .popupcss .jv-roundAll .jv-disconnect:focus, #social-login-verification .popupcss .jv-roundAll #btnResetPassword:focus, #unsubscribe .popupcss .jv-roundAll #btnResetPassword:focus, #social-login-verification .jv-selectButton:focus, #unsubscribe .jv-selectButton:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  outline: none;
}
#jv-sendNewPasswordLink img, #social-login-verification .content-wrap > div > .jv-roundAll .content #btnConnect img, #unsubscribe .content-wrap > div > .jv-roundAll .content #btnConnect img, #social-login-verification .popupcss .jv-roundAll .jv-disconnect img, #unsubscribe .popupcss .jv-roundAll .jv-disconnect img, #social-login-verification .popupcss .jv-roundAll #btnResetPassword img, #unsubscribe .popupcss .jv-roundAll #btnResetPassword img, #social-login-verification .jv-selectButton img, #unsubscribe .jv-selectButton img {
  display: none;
}

#jv-cancelButton, #social-login-verification .jv-selectButtonDisabled, #unsubscribe .jv-selectButtonDisabled {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: white;
  color: #cccccc;
  border: 1px solid white;
  border-radius: 2px;
  cursor: pointer;
  padding: 12px 13px;
  display: inline-block;
  min-width: 125px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  height: auto;
  clear: both;
  border: 1px solid #cccccc;
}
#jv-cancelButton:hover, #social-login-verification .jv-selectButtonDisabled:hover, #unsubscribe .jv-selectButtonDisabled:hover {
  color: #cccccc;
  font-family: 'Open Sans', sans-serif;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  text-decoration: none;
}
#jv-cancelButton:active, #social-login-verification .jv-selectButtonDisabled:active, #unsubscribe .jv-selectButtonDisabled:active, #jv-cancelButton:focus, #social-login-verification .jv-selectButtonDisabled:focus, #unsubscribe .jv-selectButtonDisabled:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  outline: none;
}
#jv-cancelButton:hover, #social-login-verification .jv-selectButtonDisabled:hover, #unsubscribe .jv-selectButtonDisabled:hover {
  color: gray;
  border: 1px solid gray;
}
#jv-cancelButton img, #social-login-verification .jv-selectButtonDisabled img, #unsubscribe .jv-selectButtonDisabled img {
  display: none;
}

#btnResetPassword {
  background: url("../images/social-login-sprite-new.png") no-repeat 0px -875px;
  height: 28px;
  cursor: pointer;
}

#btnResetPassword:hover {
  background: url("../images/social-login-sprite-new.png") no-repeat 0px -903px;
  height: 28px;
  cursor: pointer;
}

#btnResetPassword:active {
  background: url("../images/social-login-sprite-new.png") no-repeat 0px -931px;
  height: 28px;
  cursor: pointer;
}

#logo a {
  min-width: 150px;
  max-width: 250px;
  height: auto;
  background: url("images2/jobvite-logo-gray.svg") 0 50% no-repeat;
  background-size: 10em;
  cursor: pointer;
  display: block;
  padding: 20px;
}
#logo a.gray {
  background: url("images2/jobvite-logo-gray.svg") 0 50% no-repeat;
  background-size: 10em;
}
#logo a:hover {
  opacity: .9;
}

#login {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: white;
  min-width: 18%;
  max-width: 300px;
  width:300px;
  height: 100vh;
  display: table;
  font-size: 11px;
}
#login .error {
  padding: 10px;
  background: none;
  border: 1px solid #f26d6d;
  display: block;
  margin-bottom: 10px;
  border-radius: 2px;
}
#login #captcha {
  display: none;
  clear: both;
  background: white;
  position: relative;
  top: 20%;
  left: 0;
}
#login #captcha h2 {
  color: #e51414;
  display: block;
}
#login #captcha p {
  color: #333333;
}
#login .recaptcha_logo {
  text-align: left;
  padding: 5px 25px;
  display: block;
  float: right;
  border-left: 1px solid #d9d9d9;
}
#login .recaptcha_logo img {
  height: 30px;
}
#login #recaptcha_widget {
  background: #eee;
  height: auto;
  overflow: hidden;
  padding: 5px;
  clear: both;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  margin: 10px 0;
}
#login #recaptcha_widget input {
  border: 1px solid #ddd;
  background: white;
  margin: 0 0 6px 0;
  border-radius: 2px;
  box-shadow: 0px 1px 0px #f1f1f1 inset;
}
#login #recaptcha_controls a {
  float: left;
  margin-right: 1px;
  padding: .6em;
}
#login #recaptcha_controls a img {
  width: 24px;
  height: 24px;
}
#login #btnResetPassword {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #215485;
  color: white;
  border: 1px solid #215485;
  border-radius: 2px;
  cursor: pointer;
  padding: 12px 13px;
  display: inline-block;
  min-width: 125px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  height: auto;
  clear: both;
}
#login #btnResetPassword:hover {
  color: white;
  font-family: 'Open Sans', sans-serif;
  background: #1c4771;
  border: 1px solid #1c4771;
  text-decoration: none;
}
#login #btnResetPassword:active, #login #btnResetPassword:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  outline: none;
}
#login #recaptcha_message h2 {
  float: left;
  width: auto;
  margin-top: 0;
  margin-bottom: 5px;
}
#login #recaptcha_message a {
  float: right;
  padding: 5px;
}
#login #recaptcha_message p {
  clear: both;
  line-height: 1.4;
}
#login #recaptcha_message span {
  clear: both;
  background: none;
  display: block;
  margin: 25px 0 10px 0;
  padding: 10px;
  float: left;
  color: #333333 !important;
  font-size: 1.2em;
}
#login #recaptcha_image {
  text-align: center;
  width: 100% !important;
  min-height: 77px;
}
#login #recaptcha_image img {
  padding: 10px 0;
  width: 100% !important;
  height: auto;
  background: white;
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
}

.loginForm {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0 8%; 
  width:270px;  
  vertical-align: middle;  
}
.loginForm #Status {
  margin-top: -10px;
  margin-bottom: 10px;
  display: block;
  border: 1px solid #e51414;
  border-radius: 2px;
  padding: 10px;
  background-color: white;
}
.loginForm h2 {
  font-weight: 300;
  font-size: 18px;
  margin: 20px 0;
}
.loginForm button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #3d87cf;
  color: white;
  border: 1px solid #3d87cf;
  border-radius: 2px;
  cursor: pointer;
  padding: 12px 13px;
  display: inline-block;
  min-width: 125px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
  padding: 10px 15px;
  width: 100%;
}
.loginForm button:hover {
  color: white;
  font-family: 'Open Sans', sans-serif;
  background: #307ac2;
  border: 1px solid #307ac2;
  text-decoration: none;
}
.loginForm button:active, .loginForm button:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  outline: none;
}
.loginForm p {
  color: gray;
  font-size: 12px;
  margin: 15px 0 5px;
}

#signin {
  position: relative;
}
#signin .border {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 30px;
  margin-bottom: 5px;
}
#signin .divider {
  display: none;
}
#signin a[name=Button1] {
  position: absolute;
  right: 24px;
}
#signin .help-icon {
  text-indent: -999em;
  background: url("images/blue/icon-help.png") no-repeat center center;
  width: 24px;
  height: 24px;
  padding: 7px 0 !important;
}

input[type=password], input[type=text] {
  background-color: white;
  border-radius: 2px;
  border: 1px solid #e6e6e6;
  color: #333333;
  cursor: text;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-weight: 300;
  margin: 0 0 15px 0;
  padding: 10px 3%;
  position: relative;
  vertical-align: middle;
  width: 93%;
}
input[type=password]:focus, input[type=password]:active, input[type=text]:focus, input[type=text]:active {
  outline: none;
  border: 1px solid #3d87cf;
}

.socialLinks {
  float: left;
}
.socialLinks a {
  float: left;
  cursor: pointer;
  height: 32px;
  width: 32px;
  margin-right: 10px;
  text-indent: -999em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.socialLinks a#btnFacebook {
  background: url("./images2/facebook.svg") no-repeat scroll 0 0 transparent;
}
.socialLinks a#btnLinkedIn {
  background: url("./images2/linkedin.svg") no-repeat scroll 0 0 transparent;
}
.socialLinks a#btnTwitter {
  background: url("./images2/twitter.svg") no-repeat scroll 0 0 transparent;
}
.socialLinks a#btnGoogle {
  background: url("./images2/gp.svg") no-repeat scroll 0 0 transparent;
}

.password {
  padding: 12px;
  float: right;
  color: #3d87cf;
  text-decoration: none;
}

#socialEmail {
  width: 96%;
  margin: 10px 0;
}

#footer {
  position: absolute;
  z-index: 10;
  bottom: 0;
  padding: 0;
  float: none;
  right: 0;
  width: 270px;
}
#footer .inner {
  border-top: 1px solid #e6e6e6;
  padding-top: 5px;
  margin: 0 auto;
  width: 100%;
  line-height: 1.4;
}
#footer .inner > div {
  float: none !important;
  padding-left: 0 !important;
}
#footer .inner img {
  float: left;
  margin-right: 15px;
  width: 100px;
}
#footer .inner p {
  display: block;
  color: #999999;
  font-size: 1em;
  width: 90%;
  padding-top: 3px;
}
#footer .inner a {
  color: #3d87cf;
  text-decoration: none;
}
#footer .inner .truste {
  padding-left: 0 !important;
}
#footer .inner .copyright {
  padding: 20px 0 10px 0;
}
#footer .inner .copyright span {
  display: block;
  padding: 5px 0 0 0;
}
#footer .inner .copyright span a {
  color: #3d87cf;
}
#footer .inner .copyright span a:hover {
  color: #215485;
}

#Submit1 {
  display: none;
}

.slides li {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-position: top left;
  background-size: cover;
  background-repeat: none;
}
.slides li .text-container {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  color: white;
  width: 45%;
  z-index: 5;
  position: relative;
  left: 10%;
  top: 30%;
  padding: 3%;
  max-width: 550px;
}
.slides li .text-container.gray {
  background: rgba(255, 255, 255, 0.9);
  color: #333333;
}
.slides li .text-container.gray p {
  color: #333333;
}
.slides li .text-container h1 {
  margin: 0 0 15px -3px;
  font-size: 4em;
  line-height: 1.2;
  padding-right: 20px;
}
.slides li .text-container p {
  padding: 0 0 20px 0;
  margin: 0;
  color: white;
  line-height: 1.4;
  font-size: 1.4em;
}
.slides li .text-container .btn {
  padding: 10px 0;
  line-height: normal;
  position: relative;
  bottom: 0;
  border: none;
}
.slides li .text-container .btn:hover {
  border: none;
}
.slides li .text-container .btn.blue {
  background: #3d87cf;
}
.slides li .text-container .btn.blue:hover {
  background: #307ac2;
}
.slides li .text-container .btn.green {
  background: #38b24a;
}
.slides li .text-container .btn.green:hover {
  background: #329f42;
}
.slides li .text-container .btn.purple {
  background: #7354bd;
}
.slides li .text-container .btn.purple:hover {
  background: #6545b3;
}
.slides li .text-container .btn.magenta {
  background: #f01978;
}
.slides li .text-container .btn.magenta:hover {
  background: #e10f6c;
}
.slides li .text-container .btn.orange {
  background: #f57d21;
}
.slides li .text-container .btn.orange:hover {
  background: #f26f0b;
}
.slides li .text-container .btn.gunmetal {
  background-color: #333333;
}
.slides li .text-container .btn.gunmetal:hover {
  background: #262626;
}
.slides li .text-container .btn.medium {
  background-color: #cccccc;
  color: #333333;
}
.slides li .text-container .btn.medium:hover {
  background: #bfbfbf;
}
.slides li.one {
  background-color: #3d87cf;
}
.slides li.two {
  background-color: #38b24a;
}
.slides li.three {
  background-color: #7354bd;
}
.slides li.green {
  background-color: #38b24a;
}
.slides li.blue {
  background-color: #3d87cf;
}
.slides li.magenta {
  background-color: #f01978;
}
.slides li.orange {
  background-color: #f57d21;
}
.slides li.gunmetal {
  background-color: #333333;
}
.slides li.purple {
  background-color: #7354bd;
}
.slides li.medium {
  background-color: #cccccc;
}
.slides li.lightgray, .slides li.smokegray {
  background-color: #f4f4f4;
}
.slides li.white {
  background-color: white;
}

.randomSlider {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  margin: 0;
  background: white;
  position: relative;
  zoom: 1;
}
.randomSlider .slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.randomSlider .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.randomSlider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.randomSlider .slides img {
  width: 100%;
  height: 100%;
  display: block;
}

/* For Google App */
.googleapp {
  padding: 20px 0 0 0 !important;
  width: 100%;
  overflow: hidden;
}

/* For ChangePassword.aspx */
#changePassword {
  background: #3d87cf;
}
#changePassword #maintable {
  width: 100%;
}
#changePassword .logo {
  width: 50%;
  margin: 0 auto;
}
#changePassword .bodyHeight {
  width: 50% !important;
  margin: 0 auto;
}
#changePassword .bodyHeight > tbody > tr > td > table {
  width: 100% !important;
}
#changePassword .bodyHeight > tbody > tr > td > table td.jv-roundAll {
  padding: 20px;
  position: relative;
  top: 0;
  left: 0;
}
#changePassword .bodyHeight > tbody > tr > td > table td.jv-roundAll .bodybrowntitle .pagetitle {
  font-size: 16px;
  font-weight: 400;
  color: #e51414;
  padding-bottom: 10px;
}
#changePassword .bodyHeight > tbody > tr > td > table td.jv-roundAll > table tr.headerspace, #changePassword .bodyHeight > tbody > tr > td > table td.jv-roundAll > table tr.rowspace {
  display: none;
}
#changePassword .bodyHeight > tbody > tr > td > table td.jv-roundAll > table td {
  padding: 5px 0;
}
#changePassword .bodyHeight > tbody > tr > td > table td.jv-roundAll > table td input {
  margin: 0;
}
#changePassword .bodyHeight #btnContinue {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #3d87cf;
  color: white;
  border: 1px solid #3d87cf;
  border-radius: 2px;
  cursor: pointer;
  padding: 12px 13px;
  display: inline-block;
  min-width: 125px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  height: auto;
  clear: both;
  width: auto;
  margin: 0 5px 0 0;
  line-height: 1.4;
}
#changePassword .bodyHeight #btnContinue:hover {
  color: white;
  font-family: 'Open Sans', sans-serif;
  background: #307ac2;
  border: 1px solid #307ac2;
  text-decoration: none;
}
#changePassword .bodyHeight #btnContinue:active, #changePassword .bodyHeight #btnContinue:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  outline: none;
}
#changePassword .bodyHeight #btnContinue img {
  display: none;
}
#changePassword #footer {
  margin: 20px auto;
  width: 50%;
  overflow: hidden;
}

#social-login-verification, #unsubscribe {
  background: #3d87cf !important;
  height: 100%;
}
#social-login-verification a:hover, #unsubscribe a:hover {
  font-family: 'Open Sans', sans-serif;
}
#social-login-verification #maintable, #unsubscribe #maintable {
  width: 100vw !important;
  min-width: 350px !important;
}
#social-login-verification .logo, #unsubscribe .logo {
  width: 65% !important;
  max-width: 580px;
  margin: 0 auto;
  padding: 50px 0 20px 0 !important;
}
#social-login-verification .content-wrap, #unsubscribe .content-wrap {
  width: 100vw !important;
  height: auto !important;
}
#social-login-verification .content-wrap > div, #unsubscribe .content-wrap > div {
  float: none !important;
  padding: 0 !important;
}
#social-login-verification .content-wrap > div > .jv-roundAll, #unsubscribe .content-wrap > div > .jv-roundAll {
  width: 65% !important;
  max-width: 580px;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
  border: none;
  border-radius: 2px;
  box-shadow: none;
}
#social-login-verification .content-wrap > div > .jv-roundAll div *, #unsubscribe .content-wrap > div > .jv-roundAll div * {
  width: 100% !important;
  line-height: 1.4;
}
#social-login-verification .content-wrap > div > .jv-roundAll table, #unsubscribe .content-wrap > div > .jv-roundAll table {
  width: 100% !important;
}
#social-login-verification .content-wrap > div > .jv-roundAll .content, #unsubscribe .content-wrap > div > .jv-roundAll .content {
  padding: 30px 5% !important;
  width: 90% !important;
}
#social-login-verification .content-wrap > div > .jv-roundAll .content .title, #unsubscribe .content-wrap > div > .jv-roundAll .content .title {
  width: auto !important;
}
#social-login-verification .content-wrap > div > .jv-roundAll .content #jv-selectEmails, #unsubscribe .content-wrap > div > .jv-roundAll .content #jv-selectEmails {
  width: 100%;
}
#social-login-verification .content-wrap > div > .jv-roundAll .content .jv-selectEmailContainer, #unsubscribe .content-wrap > div > .jv-roundAll .content .jv-selectEmailContainer {
  border-top: 1px solid #e6e6e6;
}
#social-login-verification .content-wrap > div > .jv-roundAll .content .jv-mailIds, #unsubscribe .content-wrap > div > .jv-roundAll .content .jv-mailIds {
  width: 60% !important;
  padding-top: 5px;
}
#social-login-verification .content-wrap > div > .jv-roundAll .content .jv-select, #unsubscribe .content-wrap > div > .jv-roundAll .content .jv-select {
  width: 40% !important;
  text-align: right;
}
#social-login-verification .content-wrap > div > .jv-roundAll .content .jv-select .jv-button, #unsubscribe .content-wrap > div > .jv-roundAll .content .jv-select .jv-button {
  max-width: 100px !important;
}
#social-login-verification .content-wrap > div > .jv-roundAll .content #btnAddAccount > div:nth-child(2), #unsubscribe .content-wrap > div > .jv-roundAll .content #btnAddAccount > div:nth-child(2) {
  width: 75% !important;
}
#social-login-verification .content-wrap > div > .jv-roundAll .content #jv-socialALLLogin, #unsubscribe .content-wrap > div > .jv-roundAll .content #jv-socialALLLogin {
  margin-top: 10px;
}
#social-login-verification .content-wrap > div > .jv-roundAll .content #txtEmailAddress, #unsubscribe .content-wrap > div > .jv-roundAll .content #txtEmailAddress {
  width: 94% !important;
}
#social-login-verification .content-wrap > div > .jv-roundAll .content #btnConnect, #unsubscribe .content-wrap > div > .jv-roundAll .content #btnConnect {
  width: auto !important;
}
#social-login-verification .content-wrap > div > .jv-roundAll .content #btnConnect:hover, #unsubscribe .content-wrap > div > .jv-roundAll .content #btnConnect:hover {
  font-family: 'Open Sans', sans-serif;
}
#social-login-verification .popupcss, #unsubscribe .popupcss {
  top: 0 !important;
  height: 100%;
}
#social-login-verification .popupcss .jv-roundAll, #unsubscribe .popupcss .jv-roundAll {
  margin-top: -10%;
  font-size: .9em;
  line-height: 1.4;
  height: auto !important;
}
#social-login-verification .popupcss .jv-roundAll .jv-button, #unsubscribe .popupcss .jv-roundAll .jv-button {
  font-size: 11px;
}
#social-login-verification .popupcss .jv-roundAll .jv-disconnect:hover, #unsubscribe .popupcss .jv-roundAll .jv-disconnect:hover {
  font-family: 'Open Sans', sans-serif;
}
#social-login-verification .popupcss .jv-roundAll #btnResetPassword:hover, #unsubscribe .popupcss .jv-roundAll #btnResetPassword:hover {
  font-family: 'Open Sans', sans-serif;
}
#social-login-verification .popupcss .jv-roundAll #btnResetPassword:after, #unsubscribe .popupcss .jv-roundAll #btnResetPassword:after {
  content: "Reset Password";
}
#social-login-verification .popupcss .jv-roundAll #jv-cancelButton, #social-login-verification .popupcss .jv-roundAll .jv-selectButtonDisabled, #unsubscribe .popupcss .jv-roundAll #jv-cancelButton, #unsubscribe .popupcss .jv-roundAll .jv-selectButtonDisabled {
  background-image: none;
  height: auto;
}
#social-login-verification .popupcss .jv-roundAll .jv-button-ul li, #unsubscribe .popupcss .jv-roundAll .jv-button-ul li {
  display: none;
}
#social-login-verification .popupcss .jv-roundAll #recaptcha_widget table td, #unsubscribe .popupcss .jv-roundAll #recaptcha_widget table td {
  vertical-align: top;
}
#social-login-verification .popupcssall, #unsubscribe .popupcssall {
  display: none;
}
#social-login-verification .jv-selectButtonDisabled:hover, #unsubscribe .jv-selectButtonDisabled:hover {
  font-family: 'Open Sans', sans-serif;
}
#social-login-verification .jv-selectButton:hover, #unsubscribe .jv-selectButton:hover {
  font-family: 'Open Sans', sans-serif;
}
#social-login-verification #btnPlus, #unsubscribe #btnPlus {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #3d87cf;
  color: white;
  border: 1px solid #3d87cf;
  border-radius: 2px;
  cursor: pointer;
  padding: 12px 13px;
  display: inline-block;
  min-width: 125px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  height: auto;
  clear: both;
  width: auto !important;
  margin: 0 5px 0 0;
  line-height: 1.4;
  min-width: 40px;
  padding: 8px;
}
#social-login-verification #btnPlus:hover, #unsubscribe #btnPlus:hover {
  color: white;
  font-family: 'Open Sans', sans-serif;
  background: #307ac2;
  border: 1px solid #307ac2;
  text-decoration: none;
}
#social-login-verification #btnPlus:active, #social-login-verification #btnPlus:focus, #unsubscribe #btnPlus:active, #unsubscribe #btnPlus:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
  outline: none;
}
#social-login-verification #btnPlus img, #unsubscribe #btnPlus img {
  display: none;
}
#social-login-verification #footer, #unsubscribe #footer {
  width: 65% !important;
  margin: 20px auto;
  overflow: hidden;
  text-align: center;
}
#social-login-verification #footer div, #unsubscribe #footer div {
  float: none !important;
  line-height: 1.8;
  padding-left: 0 !important;
}
#social-login-verification #UnsubscribeButton, #unsubscribe #UnsubscribeButton {
  background: #cccccc;
  font-size: 13px;
  min-width: 25px;
  padding: 10px 15px;
}
#social-login-verification #UnsubscribeButton .jv-button-left, #social-login-verification #UnsubscribeButton .jv-button-right, #unsubscribe #UnsubscribeButton .jv-button-left, #unsubscribe #UnsubscribeButton .jv-button-right {
  display: none;
}
#social-login-verification #UnsubscribeButton .jv-button-center, #unsubscribe #UnsubscribeButton .jv-button-center {
  margin: 0;
}
#social-login-verification #UnsubscribeButton:hover, #unsubscribe #UnsubscribeButton:hover {
  background: #bfbfbf;
}

@media (max-width: 768px) {
  .slides li .text-container {
    top: 30%;
    left: 3%;
    width: 45%;
    padding: 3%;
  }
  .slides li .text-container h1 {
    font-size: 2.4em;
  }

  #social-login-verification .content-wrap > div > .jv-roundAll, #social-login-verification .logo, #social-login-verification #footer {
    width: 80% !important;
  }
}
@media (max-width: 568px) {
  html body {
    background-color: #3d87cf;
  }

  .jv-roundAll {
    width: 80% !important;
    left: 10%;
    margin-left: 0;
    top: 10%;
    margin-top: 0;
  }

  #logo {
    position: relative;
    top: -10px;
  }
  #logo a.gray, #logo a {
    margin: 0 auto;
    background: url("images2/jobvite-logo-white.svg") center center no-repeat;
    background-size: 60%;
    width: auto;
  }

  #jv-sendNewPasswordLink, #social-login-verification .content-wrap > div > .jv-roundAll .content #btnConnect, #unsubscribe .content-wrap > div > .jv-roundAll .content #btnConnect, #social-login-verification .popupcss .jv-roundAll .jv-disconnect, #unsubscribe .popupcss .jv-roundAll .jv-disconnect, #social-login-verification .popupcss .jv-roundAll #btnResetPassword, #unsubscribe .popupcss .jv-roundAll #btnResetPassword, #social-login-verification .jv-selectButton, #unsubscribe .jv-selectButton, #jv-cancelButton, #social-login-verification .jv-selectButtonDisabled, #unsubscribe .jv-selectButtonDisabled {
    width: 90% !important;
    margin-bottom: 10px;
    min-width: 100px;
    padding: 12px 0;
  }

  .popupcss #jv-sendButton {
    width: 90% !important;
    margin-bottom: 10px;
  }

  .randomSlider {
    display: none;
  }

  #footer {
    position: absolute;
    bottom: 0;
    padding: 0;	
	left:0;
	right:0;
	width : 270px;
	margin:0 auto;
  }
  #footer .inner {
    padding-top: 30px;    
    text-align: center;
  }
  #footer .inner a {
    color: white;
  }
  #footer .inner p {
    width: 100%;
  }
  #footer .inner img {
    width: 75px;
    display: block;
    margin: 0 10px 5px 0;
  }
  #footer .inner .copyright {
    display: block;
    padding: 10px 0;
  }
  #footer .inner .copyright span a {
    color: white;
  }
  #footer .truste {
    padding-left: 0 !important;
  }

  .socialLinks {
    background: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-top: -7px;
  }
  .socialLinks a {
    margin: 5px;
  }

  #login {
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: none;
    border: none;
    padding: 0;
    width: 92%;
    text-align: center;
  }
  #login .loginForm {
    vertical-align: top;
    top: 20px;
  }
  #login .loginForm h2, #login .loginForm p {
    color: white;
    font-size: 1.2em;
  }
  #login .loginForm p {
    font-size: 1.1em;
    clear: left;
    text-align: left;
    margin-bottom: 5px;
  }
  #login .loginForm h2 {
    display: none;
  }
  #login .loginForm .btn {
    background: #307ac2;
    font-size: 1.3em;
    margin: 0;
    border: 1px solid #26619a;
    padding: 10px;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
  }
  #login .loginForm .btn:hover {
    background: #2b6dae;
  }
  #login .loginForm .btn:active, #login .loginForm .btn:focus {
    background: #215485;
    outline: none;
  }
  #login .loginForm #captcha {
    padding: 10px;
    border-radius: 2px;
  }
  #login .loginForm #captcha h2 {
    color: #e51414;
  }
  #login .loginForm #captcha p {
    margin-bottom: 10px;
  }
  #login .loginForm #captcha #recaptcha_response_field {
    width: 92%;
  }
  #login .loginForm #Status {
    margin-top: 0;
    margin-bottom: 15px;
  }
  #login input[type=password], #login input[type=text] {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin: 0 0 10px 0;
    border: 1px solid transparent;
    height: 20px;
  }
  #login input[type=password]:active, #login input[type=password]:focus, #login input[type=text]:active, #login input[type=text]:focus {
    border: 1px solid #215485;
  }
  #login .socialLinks {
    width: auto;
    background: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-top: 0px;
  }
  #login .socialLinks a {
    margin: 5px;
  }
  #login .password {
    margin: 0;
    padding: 15px 0;
    color: white;
    float: right;
  }
  #login #signin .border {
    margin-bottom: 10px;
  }
  #login #signin a[name=Button1] {
    right: 38%;
  }
  #login #signin .help-icon {
    background-image: url("images/icon-help.svg");
    background-size: 18px;
    margin-right: 28%;
  }

  #social-login-verification .content-wrap > div > .jv-roundAll, #social-login-verification .logo, #social-login-verification #footer {
    width: 90% !important;
  }
  #social-login-verification .content-wrap > div > .jv-roundAll .content #btnAddAccount > div:nth-child(2) {
    width: 100% !important;
    padding-top: 0 !important;
  }
  #social-login-verification .popupcss .jv-roundAll #captcha {
    width: 100% !important;
  }
  #social-login-verification .popupcss .jv-roundAll #captcha > div {
    width: 95% !important;
  }
  #social-login-verification .popupcss .jv-roundAll #captcha > div #recaptcha_image {
    padding: 0 !important;
    width: 100% !important;
  }
  #social-login-verification .popupcss .jv-roundAll #captcha > div #recaptcha_image #recaptcha_challenge_image {
    width: 100% !important;
  }
  #social-login-verification .popupcss .jv-roundAll #captcha > div #recaptcha_response_field {
    width: 90% !important;
  }
  #social-login-verification .popupcss .jv-roundAll #captcha > div .jv-button {
    margin: 0;
    width: 100% !important;
  }
  #social-login-verification .popupcss .jv-roundAll #captcha > div .jv-button#jv-cancelButton, #social-login-verification .popupcss .jv-roundAll #captcha > div .jv-button.jv-selectButtonDisabled {
    margin: -10px 0 0 -8px;
  }
}
