/* GLOBAL PROPERTIES */

img {
  max-height: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.bluetext {
  color: #5e8cbb;
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 0.5em;
}

.darkertext {
  color: #444444;
}

.greentext {
  color: #77c344;
}

.bullet li {
  background: url(/images/bullettick.png) no-repeat 0px 12px transparent;
  list-style: none;
  padding-left: 7%;
  background-position: left center;
}

html {
  height: 100%;
}

#micrositebody {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.8em; /* was 1.4 */
  line-height: 1.9em;
  height: 100%;
  color: #909091;
}
/* AREAS */
body > div.section.group > div.section.group:not(.footer) {
  padding: 4rem 0;
}

/* FONT SIZES */
h1 {
  font-size: 4.8rem;
  line-height: 1em;
  margin-top: 12%;
}

h2 {
  color: #5d5d5e;
  font-size: 4rem;
  margin-bottom: 3%;
  font-weight: 600;
}

h3 {
  font-size: 3.2rem;
}

.introduction ul {
  font-size: 1.4em;
  line-height: 1.5em;
  list-style-position: inside;
}

.announcements {
  background: #f9f2b8;
  padding: 10px 20px;
  border-top: 0;
  color: #666;
}

.announcements ol {
  padding: 0;
  margin: 0;
}
.announcements li {
  padding: 0 0 0 1rem;
  margin: 0 0 0 2rem;
}
.announcements ol br{
  display: none;
}
.announcements h4 + br{
  display: none;
}
.announcements ol + br{
  display: none;
}
.announcements h3 {
  font-size: 2.5rem !important;
}
/* HELPER CLASS FOR IMG VERTICAL POSITIONING */
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.flex {
  display: flex;
  justify-content: center;
}

.inner {
  align-self: center;
}
/*========*/

.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.header {
  height: 65px;
  background-color: #ffffff;
  position: sticky;
  top: 0;
  box-shadow: 1px 1px 6px 0px #557ca3;
  z-index: 5;
}

.signin {
  position: absolute;
  width: 6em;
  border: 2px solid #7299c1;
  border-radius: 3px;
  right: 5px;
  top: 10px;
}

#intro {
  float: left;
  height: 100%;
}

#logo {
  float: left;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#logo a {
  display: inline-block;
}

#logo img {
  width: auto;
}

#login {
  display: block;
  height: 53px;
  text-align: center;
  line-height: 50px;
  color: #7299c1;
  font-size: 1.3em;
}

form#login ul.help-block,
form#register ul.help-block {
  color: rgb(221, 75, 57);
  margin-top: -.25rem;
  text-align: left;
}

form#login ul.help-block > li,
form#register ul.help-block > li {
  margin: 0;
}

a#forgot-password-link {
  font-size: 16px;
  color: #777;
  height: min-content;
  text-align: left;
  margin-right: auto;
}

.introduction {
  height: 63%;
  background-color: #557ca3;
  color: white;
  min-height: 355px;
}

.laptop {
  height: 100%;
  float: right;
  white-space: nowrap;
}

#registerbtn {
  background-color: #77c344;
  width: fit-content;
  height: fit-content;
  border-radius: 0;
  display: block;
  text-align: center;
  position: relative;
  margin: 10px 0;
  color: #555;
  padding: 1rem 3rem;
  font-family: 'Source Sans Pro', sans-serif;
}

#registerbtnbottom {
  background-color: #77c344;
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 4%;
  color: #555;
  width: fit-content;
  height: fit-content;
  border-radius: 0;
  font-size: 2rem;
}

#registerbtn-mobile:hover,
#registerbtn:hover,
#registerbtnbottom:hover {
  background-color: #8fe654;
}

.advantage {
  height: 63%;
  background-color: #dfe8f1;
  min-height: 360px;
}

.advantage img {
  -webkit-filter: drop-shadow(0px 4px 3px #a49091);
  filter: drop-shadow(0px 4px 3px #a49091);
}

#adv {
  float: right;
  height: 100%;
}

#circle {
  height: 100%;
  float: left;
  white-space: nowrap;
}

.description {
  height: 85.4%;
  background-color: #f7f7f7;
  min-height: 488px;
}

#textleft {
  float: left;
  height: 100%;
}

#textright {
  float: right;
  height: 100%;
  /* margin-top: 6.3%; */
  margin-right: 4%;
}

.question {
  height: 47.5%;
  background-color: #ffffff;
}

.footer {
  height: 14.2%;
  background-color: #f9f9f9;
}

#copyright {
  float: right;
  padding-top: 3%;
}

/* FORMS FROM BROKERTOOL PAGE */

.close,
.close2 {
  float: right;
  font-size: 1.6em;
}

.close:after,
.close2:after {
  clear: both;
}

.close:hover,
.close2:hover {
  color: red;
  cursor: pointer;
}

/* LOGIN */
.login-box-body {
  position: absolute;
  background-color: white;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border: 1px solid gray;
  border-radius: 5px;
  max-width: 500px; 
  min-width: 280px; 
  box-sizing: border-box;
}

.login-box-body.has-announcements {
  max-width: none !important;
}

.login-box-msg {
  clear: both;
  font-size: 1.2em;
  margin-bottom: 4%;
  margin-top: 14%;
  color: #567da4;
}

.form-control {
  display: block;
  width: 93%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control {
  border-radius: 0;
  box-shadow: none;
  border-color: #d2d6de;
}

.form-group {
  margin-bottom: 15px;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-xs-4 {
  width: 33.33333333%;
  float: right;
}

.col-xs-8 {
  width: 66.66666667%;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  color: white;
}

.btn-primary {
  background-color: #567da4;
  border-color: #367fa9;
}

.btn-primary:hover {
  background-color: #dfe8f1;
  color: #557ca3;
}

.text-center {
  color: #676768;
}

/* LOGIN END */

#modalwrapperlog,
#modalwrapperreg {
  display: none; /* 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: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* REGISTER */

.register-box-body {
  position: absolute;
  background-color: white;
  width: 25%;
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 1.5%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border: 1px solid gray;
  border-radius: 5px;
  max-width: 500px; 
  min-width: 280px; 
  box-sizing: border-box;
}

.register-box-msg {
  margin-top: 7%;
  margin-bottom: 2%;
  font-size: 1.2em;
  color: #567da4;
}
/* REGISTER END */

/**/

@media screen and (max-width: 1800px) {
  body {
    font-size: 89%;
  }

  #textright {
    /* margin-top: 5.7%; */
  }

  .bullet li {
    background: url(/images/bullettick.png) no-repeat 0px 3px transparent;
  }
}

@media screen and (max-width: 1200px) {
  .login-box-body .mt-20{
    margin-top: 20px !important;
  }
}

@media (max-width: 768px) {
  .login-box-body, .register-box-body {
    width: 80% !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    position: absolute !important;
  }
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
  body {
    font-size: 82%;
  }
}
