@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("fonts/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans-Regular.ttf") format("truetype"); }

body, h1, h2, h3, h4, h5, h6, p {
  font-family: "Open Sans", Arial, sans-serif;
  color: #151515;
  font-weight: normal; }

body {
  margin: 0;
  position: relative;
  background-color: #FBFBFB;
  background-image: url(../images/login-pattern.png); }

a {
  text-decoration: none; }

.h-navbar-content.active {
  display: block; }

.container-fluid {
  padding-left: 19px;
  padding-right: 19px;
  margin-right: auto;
  margin-left: auto; }

.login-cont {
  background-size: 54px 58px;
  padding: 10px; }

.login-box.login-box--marketing {
  max-width: 1050px; }

.login-box {
  margin: 50px auto;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  border: 1px solid #cfcfcf;
  box-shadow: -1px 1px 2px 0 rgba(211, 211, 211, 0.5);
  color: #151515;
  width: 98%;
  padding: 35px; }

.login-box.login-box--marketing.sg-description h4 {
  margin-top: 0; }

p {
  font-size: 12px; }

@media (min-width: 544px) {
  .col-sm-4 {
    width: 33.333333%;
    margin: 0 auto; } }

#login .login-box.login-box--simple {
  margin-top: 180px; }

.login-box.login-box--simple {
  max-width: 500px; }

.login-box__logo-placement {
  margin: 5px auto;
  text-align: center;
  padding: 5px; }

.login-box__logo-placement img {
  margin-right: 5px; }

.login-box__version {
  text-align: center;
  color: #6c6c6c;
  font-size: 10px;
  margin: 0;
  line-height: 1; }

label {
  display: block;
  font-size: 11px;
  text-align: left;
  color: #767676; }

.login-form .dropdown.dd-add-delete, .login-form .dropdown.dd-add-delete button {
  display: block;
  width: 100%;
  background-color: #fff; }

.login-form .dropdown.dd-add-delete, .login-form .dropdown.dd-add-delete button:focus {
  outline: none; }

.dd-add-delete {
  display: inline-block;
  border-radius: 2px; }

.dropup, .dropdown {
  position: relative; }

.login-form .dropdown.dd-add-delete button {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  height: 24px;
  border: none;
  border-bottom: 1px solid #cecece;
  border-radius: 0;
  padding-left: 0; }

.login-form .dropdown.dd-add-delete, .login-form .dropdown.dd-add-delete button {
  display: block;
  width: 100%; }

.dd-add-delete .sg-select {
  border-radius: 2px; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  list-style: none;
  font-size: 12px;
  text-align: left;
  background-color: #fff;
  border-radius: 2px;
  background-clip: padding-box;
  min-width: 99.5%;
  margin-top: -1px;
  border: 1px solid #0054A6;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15); }

.dd-add-delete .dd-body {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0; }

.dd-add-delete .dd-body > li {
  padding: 4px 10px; }

.dd-add-delete .dd-body > li a {
  color: #767676;
  font-weight: normal;
  white-space: nowrap; }

.login-form .input-cont.input-success {
  position: relative; }

.login-form .input-cont {
  margin-top: 30px; }

.login-form .form-input {
  display: block;
  border-width: 0 0 1px 0;
  border-bottom-color: #cecece;
  border-style: solid;
  background-color: transparent;
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: none;
  border-radius: 0;
  height: 24px;
  width: 100%; }

.form-style-reset, textarea, input[type=text], input[type=email], input[type=phone], input[type=number], input[type=password], .dropdown-select .sg-select, .select-autocomplete input.autocomplete-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 3px 0 rgba(117, 117, 117, 0.5);
  border: solid 1px #cfcfcf;
  font-size: 12px;
  color: #151515; }

.login-form .input-cont.input-success:after {
  content: "\e98a";
  font-family: 'icomoon' !important;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  right: 1px;
  top: 33px;
  color: #196a24;
  width: 16px;
  height: 16px; }

.sg-select .caret, .sg-select .slct-arrow {
  position: absolute;
  right: 11px;
  top: 10px; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 5px solid; }

.login-form .input-cont.input-error {
  position: relative; }

.login-form .form-label {
  font-size: 11px;
  display: block;
  margin-bottom: 5px; }

.login-form .form-input[type='password'] {
  letter-spacing: 0.2em; }

.login-form .input-cont.input-error .error-ms {
  background: #dd0000;
  color: #fff;
  font-size: 10px;
  min-height: 30px;
  max-height: 60px;
  line-height: 30px;
  padding-left: 10px;
  display: block; }

.success-ms {
  color: #fff;
  font-size: 10px;
  min-height: 30px;
  max-height: 60px;
  line-height: 30px;
  padding-left: 10px;
  display: block; }

ul.checkboxes-center {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0; }

ul.checkboxes-center li.checkbox {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 20px;
  margin-top: 40px; }

ul.checkbox-height li.checkbox {
  margin-top: 10px;
  margin-bottom: 19px; }

ul.checkbox-height li.checkbox {
  margin-top: 10px;
  margin-bottom: 19px; }

ul.checkboxes-center li.checkbox {
  display: inline-block;
  padding-right: 10px;
  margin-bottom: 20px;
  margin-top: 40px; }

.login-form .checkbox {
  margin: 20px 0 48px;
  text-align: left; }

.login-form .checkbox label {
  font-size: 11px; }

.login-form .checkbox label input {
  vertical-align: middle; }

input[type='checkbox'], input[type='radio'] {
  opacity: 0;
  position: absolute; }

.checkbox label span {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 5px;
  vertical-align: sub;
  box-shadow: inset 0 1px 3px 0 rgba(117, 117, 117, 0.5);
  background: #fff;
  position: relative;
  border: 1px solid #cfcfcf; }

#fileds-and-froms input, .checkbox label span {
  box-shadow: inset 0 1px 3px 0 rgba(177, 177, 177, 0.5);
  font-style: inherit; }

.login-form .checkbox label span {
  border: 1px solid #cecece;
  background-color: transparent;
  float: left; }

.checkbox label span:after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1.5%;
  width: 4px;
  height: 9px;
  border-bottom: 2px solid #559114;
  border-right: 2px solid #559114;
  transition: all .2s;
  opacity: 0;
  transform: rotate(45deg) scale(0); }

.checkbox label span:hover {
  border: solid 1px #0054a6 !important; }

.checkbox label span {
  top: 0px; }

ul.checkbox-height li.checkbox {
  margin-top: 10px;
  margin-bottom: 19px; }

.text-center {
  text-align: center !important; }

.btn-2 {
  border-radius: 2px;
  background-image: linear-gradient(to bottom, #0b3e52, #0d4a62);
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #ffffff;
  border: 1px solid transparent;
  line-height: 26px;
  cursor: pointer;
  padding: 0 12px;
  height: 28px;
  display: inline-block; }

.btn {
  text-decoration: none;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal !important;
  text-align: center;
  border-radius: 2px;
  padding: 4px 12px;
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

p.p-10, p.p-10 a {
  font-size: 10px; }

.login-form .list-inline {
  text-align: center; }

ul.list-inline {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.list-inline > li {
  display: inline-block;
  vertical-align: middle; }

.login-form .list-inline a {
  font-size: 10px;
  line-height: 1; }

.link--dotted-style {
  color: #247aca;
  border-bottom: 1px dotted #247aca;
  line-height: 16px; }

.login-form .list-inline li {
  margin-right: -4px;
  padding: 0 12px; }

.login-form .checkbox [type=checkbox]:checked + span:before {
  content: url(../images/tick-green.png);
  position: absolute;
  top: -2px;
  left: 3px; }

.login-form .form-input:focus {
  outline: none; }

.dropdown.is-open button .caret {
  transform: rotate(180deg); }

.is-open button .caret {
  transform: rotate(180deg); }

.is-open > .dropdown-menu {
  display: block; }

.dd-add-delete .dd-body > li:hover {
  background-color: #CDE2F6; }

.dd-add-delete {
  outline: none; }

.sg-select {
  background-color: #0054A6; }

.dd-add-delete.is-open .sg-select {
  background-color: #0054A6 !important;
  color: #fff; }

.login-dropdown-bg {
  background-color: #fff !important; }

.p-10 {
  line-height: 1.4em; }

/*main buttons styling*/
.butn {
  border-radius: 2px;
  font-size: 12px;
  text-align: center;
  border: none;
  cursor: pointer;
  padding: 0 12px;
  font-weight: normal;
  height: 28px;
  display: inline-block; }

.butn:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none; }

.btn-secondary {
  background-color: #0b3e52;
  color: #fff; }

.btn-secondary:active {
  background-color: #093344; }

.btn-tertiary-white:hover {
  background-image: linear-gradient(to bottom, #f7f7f7, #ffffff);
  border: solid 1px #cfcfcf; }

.btn-tertiary-white:active {
  background-color: #f7f7f7;
  border: solid 1px #cfcfcf; }

.login-form {
  line-height: 1.4em; }

/*---- main buttons styling end*/
.logo_title {
  font-family: "Open Sans";
  font-size: 19px;
  color: #0095da;
  display: inline-block;
  vertical-align: middle;
  padding-top: 2px; }

.bootstrap-select {
  width: 100% !important;
  border-width: 0 0 1px 0;
  border-bottom-color: #cecece;
  border-style: solid;
  background-color: transparent !important; }

.bootstrap-select button {
  background-color: transparent !important; }

.input-error.alert {
  margin-top: 0px;
  padding: 0px; }

#signin-button-controls {
  margin-top: 15px; }

.input-success {
  background-color: #196a24 !important; }

@media screen and (min-width: 1199px) {
  .login-box.login-box--marketing > div {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top; } }

@media screen and (min-width: 1024px) {
  .login-box.login-box--marketing > div.left {
    padding-right: 60px;
    width: 55%;
    text-align: center; } }

@media screen and (min-width: 1199px) {
  .login-box.login-box--marketing > div.right {
    padding-left: 60px;
    width: 45%;
    border-left: 1px solid #cecece; } }

#marketing-image {
  max-width: 520px;
  max-height: 430px; }


.right div#signin-button-controls {
    margin-top: 10px;
    float: left;
}

.right div#signin-button-controls .butn {
height: inherit;
    padding: 12px 18px;
    font-size: 15px;
}

a#forgotPasswordContainerLink {
    float: right;
}

a#signUpLink{
    background-color: #0b3e52;
    color: #fff;
    border-radius: 2px;
    font-size: 15px;
    cursor: pointer;
    padding: 12px 18px;
    display: inline-block;
    float: right;
}
a#forgotPasswordContainerLink {
    float: initial;
}
