@-moz-document url-prefix() { /* Disable scrollbar Firefox */
  html{
    scrollbar-width: none;
  }
}
body {
  margin: 0; /* remove default margin */
  scrollbar-width: none; /* Also needed to disable scrollbar Firefox */
  -ms-overflow-style: none;  /* Disable scrollbar IE 10+ */
  overflow-y: scroll;
}
body::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* Disable scrollbar Chrome/Safari/Webkit */
} 

.view {
  height: 100%;
}

.view {
  background: url("https://cdn.dcrypto.com/adobe/nvsbe/bg-4.jpg")no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.no-padding {
  margin-left: 10px;
  margin-right: 10px;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
}

.hidden-message {
  border: 0px solid #ff0000;
  border-radius: 10px;
}

input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search-md], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.md-textarea {
    border-bottom: 1px solid #000;
}

.delay1 {
  
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  animation-delay: 1s;
  display: block;
}

.h3-responsive {
  color: #fff;
  line-height: 1.5rem;
}

.btn {
  background: #2b9af3;
  font-weight: bold;
}

.btn-primary:focus, .btn-primary:hover {
    background-color: #0064dc!important;
}

[type=checkbox].filled-in:checked+label:after {
    border: 2px solid #ff0000;
    background-color: #ff0000;
}

a {
    color: #fff;
    cursor: pointer;
}

a:focus, a:hover {
    color: #fff;
    text-decoration: none;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1;
}


.solutions {
  padding-left: 24px!important;
  padding-right: 5px;
}

[type=radio]:checked+label, [type=radio]:not(:checked)+label, [type=checkbox]+label {
    line-height: 13px;
}

.p5 {
  padding-left: 5px;
  padding-right: 5px;
}