@font-face {
  font-family: "Work Sans";
  src: url("fonts/worksans/WorkSans-Regular.ttf");
}
/*///////////////////////////////////// Forms //////////////////////////////////////////////*/
input[type="checkbox"] {
  cursor: pointer;
}
.loginForm {
  margin: 0 auto;
  clear: both;
  text-align: center;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  display: inline-block;
}
.inputField {
  position: relative;
  padding: 10px;
  box-shadow: 0px 0px 0px 0.7px #EDEDED;
  color: #EDEDED;
  width: 280px;
  font-size: 14px;
  background: #365B70;
  height: 42px;
  left: 2.7em;
  bottom: 4em;
}
#password {
  left: 4em;
  bottom: 8.7em;
}
.inputField:-webkit-autofill {
  box-shadow: 0px 0px 0px 0.7px #EDEDED;
  background-color: #365B70 !important;
}
.inputField:active, .inputField:focus {
  box-shadow: 0px 0px 0px 0.7px #EDEDED;
  background: #365B70;
  outline-color: #f7cfc8;
  outline-style: solid;
  outline-width: 1px;
  outline-offset: -1px;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
.inputField-icon-box {
  position: relative;
  width: 50px;
  margin-bottom: 13%;
  background-color: #365B70;
  box-shadow: 0px 0px 0px 0.7px #EDEDED;
  color: #EDEDED;
  height: 42px;
  left: 5.5em;
  top: 3.025em;
}
#password_icon {
  left: 5.6em;
  top: -1.05em;
}
.usernameheader {
  position: relative;
  color: #EDEDED;
  font-family: Sans-serif;
  font-size: medium;
  font-weight: bold;
  right: 7em;
  top: 2em;
}
.passwordheader {
  position: relative;
  color: #EDEDED;
  font-family: Sans-serif;
  font-size: medium;
  font-weight: bold;
  right: 7em;
  bottom: 2em;
}
.errorheader {
  position: relative;
  display: block;
  color: #EDEDED;
  font-family: Sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: 400px;
  right: 5.4em;
  bottom: 1em;
}
.errorMessage {
  position: relative;
  display: block;
  color: #EDEDED;
  font-family: Sans-serif;
  font-size: 14px;
  right: 1.2em;
  bottom: 0.7em;
}
.username-icon {
  position: relative;
  left: 0.5em;
  top: 0.4em;
  width: 12em;
}
.password-icon {
  position: relative;
  top: 0.2em;
  width: 2em;
}
#showHidePassword {
  position: relative;
  bottom: 7em;
  height: 1.7em;
  left: 0.7em;
}
.signin-icon {
  position: relative;
  width: 30px;
  height: 40px;
  right: 0.1em;
  margin-bottom: -1.5em;
  bottom: 0.9em;
}
.error-icon {
  position: relative;
  width: 27px;
  height: 28px;
  right: 0.5em;
  top: 1em;
}
.mobile-icon {
  position: relative;
  width: 30px;
  height: 40px;
  margin-top: -10%;
  right: 0.4em;
  top: 0.5em;
}
.desktop-icon {
  position: relative;
  width: 30px;
  height: 40px;
  margin-top: -10%;
  right: 0.4em;
  top: 0.5em;
}
.input1, .select-1, .input2, .select-2 {
  padding: 2px 5px;
  border: 1px solid #a1a1a1;
  background-color: #fff;
  color: #666;
  margin-left: 10px;
  box-sizing: border-box;
}
.input2, .select-2 {
  height: 20px;
  color: #050303;
  line-height: 12px;
  padding: 0;
  box-sizing: border-box;
}
.select-3 {
  border: none;
  padding-right: 5px;
}
.select-3:hover, .select-3:focus {
  color: #e66f59;
  cursor: pointer;
  outline: none;
}
.input1.disabled, .input2.disabled {
  background-color: transparent;
  border: none;
}
.input1.error {
  border: 1px solid red;
}
.select-1, .select-2 {
  padding: 2px 2px 2px 5px;
}
.separator {
  border-bottom: 1px solid #b5b5b5;
}
.checkboxWrapper {
  background-color: #fff;
  height: 22px;
  position: relative;
  float: left;
  margin-right: 1px;
}
.checkboxWrapperLarge {
  height: 40px;
  width: 30px;
  text-align: center;
  line-height: 42px;
}
.disabledInput {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* For IE8 and earlier */
}
.label-1 {
  margin-top: 10px;
  margin-bottom: 5px;
}
.note-input {
  width: 300px;
  padding: 10px;
  min-height: 60px;
}
.radio-1 {
  border: solid 1px #5A5A5A;
  padding: 6px 16px 6px 8px;
  margin-left: 1px;
  border-radius: 4px;
}
.info-text {
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
  margin-top: 10px;
  display: block;
}
.input-help {
  text-align: left;
  margin-left: 14px;
  color: #313131;
  font-size: 11px;
  margin-top: 5px;
}
#switchToMobile {
  position: relative;
  background: #1470AD;
  width: 332px;
  height: 43px;
  border-radius: 3px;
  border: none;
  bottom: 3.7em;
  left: 0.8em;
}
.mobileText {
  position: relative;
  color: #EDEDED;
  font-family: Sans-serif;
  font-size: 19px;
  font-weight: bold;
  top: -0.2em;
}
#switchToDesktop {
  position: relative;
  background: #1470AD;
  width: 332px;
  height: 43px;
  border-radius: 3px;
  border: none;
  bottom: 3.7em;
  left: 0.8em;
}
.desktopText {
  position: relative;
  color: #EDEDED;
  font-family: Sans-serif;
  font-size: 19px;
  font-weight: bold;
  top: -0.2em;
}
.signInButton {
  position: relative;
  background-color: #51B0D9;
  border-radius: 3px;
  width: 332px;
  font-size: 19px;
  height: 43px;
  cursor: pointer;
  bottom: 4.5em;
  left: 0.7em;
}
.signInText {
  position: relative;
  font-family: Sans-serif;
  font-weight: bold;
  font-size: 19px;
}
.signInButton[type="submit"] {
  color: #EDEDED;
}
.login-linebreaker {
  position: relative;
  bottom: 2em;
  left: 0.5em;
}
.login-with {
  position: relative;
  color: #EDEDED;
  font-size: 25px;
}
.g_id_signin {
  position: relative;
  margin-top: 3%;
  bottom: 1.5em;
  left: 0.7em;
}
.linkedinButton {
  position: relative;
  width: 297px;
  font-family: Sans-serif;
  font-size: 15px;
  height: 38px;
  background: #006699;
  color: #EDEDED;
  left: 3.4em;
  bottom: 1.15em;
}
.linkedin-icon {
  position: relative;
  width: 38px;
  height: 46px;
  right: 17.6em;
}
.modal {
  display: block;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgba(41, 57, 71, 0.87);
}
.error-box-timer {
  position: relative;
  width: 420px;
  height: 87px;
  background: #822A3B;
  border: solid 2px #CC1E31;
  color: #FFFFFF;
  left: 0.7em;
  top: 10em;
}
.error-box-timer-header {
  position: relative;
  display: block;
  color: #EDEDED;
  font-family: Sans-serif;
  font-size: 20.5px;
  font-weight: 600;
  left: 3%;
  bottom: 25px;
}
.error-box-timer-icon {
  position: relative;
  width: 45px;
  height: 46px;
  top: 20px;
  right: 170px;
}
.error-box-timer-message {
  position: relative;
  display: block;
  color: #EDEDED;
  font-family: Sans-serif;
  font-size: 18px;
  bottom: 20px;
  right: 58px;
}
#timeLeft {
  position: relative;
  display: block;
  color: #EDEDED;
  font-family: Sans-serif;
  font-size: 18px;
  bottom: 51px;
  left: 30px;
}
#secondsText {
  position: relative;
  display: block;
  color: #EDEDED;
  font-family: Sans-serif;
  font-size: 18px;
  bottom: 72px;
  left: 78px;
}
