@font-face {
    font-family: "Montserrat";
    src: url("./fonts/Montserrat-SemiBold.ttf") format('truetype');
}

@font-face {
    font-family: "Montserrat-light";
    src: url("./fonts/Montserrat-Regular.ttf") format('truetype');
}

a {
	color: #444;
	text-decoration: underline;
}

.background:before {
    content: '';
    clear: both;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -2;
    /* background: rgba(0, 0, 0, 0.5); */
}

.blue {
  color: #488afb;
}

body {
  z-index: 1;
  position: relative;
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;
  
  background: #fff;
  /* background-image: url(./images/bg.jpg); */
  background-size: cover;
  padding-top: 127px;
  height: 100%;
}

body::-webkit-scrollbar {
 display : none;
}

#bottom-button {
  display: inline;
}


html {
	background-color: #fefefe;
	padding: 0px;
	margin: 0px;
  min-height: 100%;
  overflow: auto;
  overflow-y:scroll;
  position: relative;
  height: 100%;
}

.byline {
    width: 480px;
    margin: 0 auto;
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.4;
}

.btn-link {
    text-decoration: none!important;
    font-size: 24px!important;
}

.card-header img {
    height: 50px;
    margin-right: 25px;
}

.col-md-12 {
  padding: 0px;
}

#content {
  min-height: 90%;
  height: auto !important; /*min-height hack*/
  height: 100%;            /*min-height hack*/
  padding-bottom: -4em;     /*Negates #push on longer pages*/
}

#continue {
  font-size: 40px;
	margin-bottom: 15px;
	width: 430px;
	background: #3c7ce6;
	padding: 20px 0;
	border: none;
	transition: all 0.3s;
}

#continue .but {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}

button:focus { outline: 0 !important; }

.contact-box {
    margin: 0px 100px 50px 100px;
    border: 1px solid gray;
    box-shadow: 2px 2px 10px 5px gray;
    padding: 25px;
}

.subcopy {
  font-family: 'Montserrat-Light', sans-serif;
    font-size: 18px!important;
}


#continue:hover {
  background-color: #3472d4;
  transform: scale(1.1);
}

.copyright {
  width: 100%;
  text-align: right;
  color: 8d8d8d;
}

.description {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  margin: auto;
  width: 100%;
}

.description-header {
  color: #fff;
  font-size: 34px;
}

#disclaimer {
  padding: 5px 0px 2px 0px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid lightgray;
}

#fcf-button {
    margin: auto;
    width: 50%;
}

.footer {
	font-size: 14px;
	width: 100%;
  text-align: right;
  color: 8d8d8d;
  padding: 0px 50px 20px 50px;
  height: 4em;
  margin-top: 10px;
}

.footer a {
  color:8d8d8d;
}

.footer-1 {
	font-size: 14px;
	position: relative;
  bottom: 15px;
	width: 100%;
  color: gray;
}

.footer-links {
  width: 100%;
  text-align: right;
}

.form-control {
    width: 50%;
    margin: 20px auto;
}

#header-icon {
  width: 50px;
  margin-right: 5px;
}

.header-text {
  font-size: 36px;
  padding-left: 50px;
  padding-top: 100px;
}

.hide {
	display: none;
}

.info_container {
    margin: 0px 50px 25px 50px;
    border: 1px solid black;
    padding: 25px;
}

.instructions {
    text-align: center;
}

.logo {
  position: absolute;
  left: 15px;
  top: 5px;
}

#main-box {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  margin: 0px auto 100px auto;
  width: 850px;
  min-width: 850px;
  background: #fff;
  border-radius: 10px;
  padding: 50px;
  color: #363636;
  text-align: center; 
  border: 1px solid lightgray;
  box-shadow: 3px 3px 5px 3px lightgray; 
}

#main-box h1 {
  margin: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  font-weight: bold !important;
  font-size: 35px;
  color: #333 !important;
  margin-left: -32px;
}

#main-box p {
  font-size: 18px;
  margin-bottom: 35px;
}

.spinner-grow {
	height: 20px!important;
	width: 20px!important;
  margin-bottom: 25px;
}

.sub-text {
  text-align: center;
  margin-top: 25px;
}

.step {
  text-align: center;
  margin-bottom: 35px;
}

.step-number {
  width: 50px;
  height: 50px;
  background: #488afb;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  line-height: 50px;
}

.step-text {
  padding: 6px 0px;
}

.step-text strong {
  color: #488afb;
  display: inline-block;
}

.text {
	text-align: right;
}

.top-text {
    font-size: 24px;
    text-align: center;
}

ul.dots {
    list-style: circle;
    padding-inline-start: 30px!important;
    text-align: left;
    width: 364px;
    margin: -10px auto 25px auto;
}

ul.dots li {
    margin-bottom: 7px;
}

#uninstall {
    width: 90%;
    margin: auto auto 25px auto;
}

/* Responsive breakpoints */

@media (max-height: 800px) {

  body {
      padding-top: 125px;
  }

  #main-box {
    padding: 25px 50px;
    margin-bottom: 50px;
  }

  #main-box h1 {
        margin-bottom: 15px;
  }

  .step {
    margin-bottom: 15px;
  }

  ul.dots {
        margin: -15px auto 15px auto;
  }

}

@media (max-height: 700px) {

  body {
      padding-top: 70px;
  }

  #continue {
    margin-bottom: 10px;
  }

  #main-box {
    padding: 25px;
    width: 800px;
  }

  #main-box p {
    font-size: 16px;
  }

  #main-box h1{
    font-size: 36px;
  }

  ul.dots {
    margin: -20px auto 15px auto;  
  }


}


