/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}

/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

.navbar-brand {
  padding: 10px 0 0 5px;
}

.navbar-brand img {
  height: 30px;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #123283;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}

.nav-sidebar > li {
  padding: 5px 0;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
  color: #ffffff;
}

.nav-sidebar > li > a > span.glyphicon {
  padding-right: 12px;
}

.nav-sidebar > li > a:hover {
  background-color: #dde;
  color: #123283;
}

/* .login-btn-text:hover{
    color: #FFF;
} */

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #415b9c;
}

/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/**
Login page
*/
.login-row {
  width: 100%;
  margin-top: -50px;
  overflow-y: hidden;
}

.login-row .col {
  padding: 8% 0;
  text-align: center;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: hidden;
}

.login-left {
  width: 100%;
  display: block;
}

.login-right {
  display: none;
}

.login-right-panel {
  display: none;
}

.login-center {
  width: 100%;
  display: block;
}

@media (min-width: 992px) {
  .login-right {
    /* background-image: linear-gradient(to bottom, #0099E9 , #2C50FF); */
    left: 50%;
    width: 50%;
    display: block;
    padding: 30px !important;
  }

  .login-right-panel {
    overflow: hidden;
    background-image: linear-gradient(to bottom, #0099e9, #2c50ff);
    left: 50%;
    display: block;
    height: 100%;
    width: 458px;
    float: right;
  }

  .login-left {
    background-color: #fff;
    left: 0;
    width: 70%;
    display: block;
  }
}

.login-left img {
  margin: auto;
  width: 160px;
}

.login-left h2 {
  color: #666;
  font-size: 20px;
  padding: 20px 0 80px 0;
}

.login-left a.btn {
  font-size: 20px;
  padding: 32px 0;
  width: 299px;
  margin: 3px auto;
  border: 1px solid #bcc0c6;
  border-radius: 5px;
}

/* .login-left a.btn:hover {
    background: #225CEB;
    color: #FFF;
} */

.login-left a.roboto-medium {
  display: inline-block;
  margin-top: 80px;
}

.login-center img {
  margin: auto;
  width: 160px;
}

.login-center h2 {
  color: #666;
  font-size: 20px;
  padding: 20px 0 80px 0;
}

.login-center a.btn {
  font-size: 20px;
  padding: 32px 0;
  width: 299px;
  margin: 3px auto;
  border: 1px solid #bcc0c6;
  border-radius: 5px;
}

/* .login-left a.btn:hover {
    background: #225CEB;
    color: #FFF;
} */

.login-center a.roboto-medium {
  display: inline-block;
  margin-top: 80px;
}

.right-user-img {
  width: 45%;
  left: 0px;
  margin-top: 30px;
  /* top: -0.5px; */
}

.right-brand-img {
  margin-top: 10px;
  height: 20px;
  /* width: 102px; */
}

.right-other-img {
  width: 370px;
}

.testimonial-name {
  left: 0px;
  top: 0px;
  margin-top: 17px;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
  /* identical to box height, or 85% */

  letter-spacing: 0.03em;

  color: #ffffff;
}

.testimonial-position {
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #f8f8f8;
  margin: 0px;
}

.testimonial-text {
  text-align: left;

  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 32px;
  padding: 40px 50px 40px 50px;
  color: #f1f1f1;
  width: 420px;
}

.other-company {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 118% */

  color: #ffffff;
}

.login-btn-text {
  margin-bottom: 0px;
  text-align: center;
  width: 100%;
  margin-left: -17px;
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  /* identical to box height, or 130% */

  letter-spacing: -0.02em;

  /* Gray Ramp/Gray 700 */

  color: #303030;
}

.welcome-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 118% */

  letter-spacing: -0.01em;

  /* Utility Color/Blue Gray 600 */

  color: #425466;
}

.login-header-text {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 29px;
  line-height: 38px;
  margin-top: 69px;
  margin-bottom: 62px;
  /* identical to box height, or 136% */

  /* Utility Color/Blue Gray 600 */

  color: #425466;
}

.terms-base {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10%;
  /* identical to box height, or 125% */

  /* Utility Color/Blue Gray 400 */

  color: #607080;
}

.back-to-home {
  font-family: Inter;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8%;
  /* identical to box height, or 125% */

  /* Utility Color/Blue Gray 400 */

  color: #607080;
}
