body {
  font-family: helvetica, sans-serif;
}

input[type='text'],
input[type='password'] {
  width: 100%;
  padding: 20px 12px;
  /* margin: 6px 0; */
  display: inline-block;
  border: 1px solid #656565 !Important;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: #000000;
  color: #ffffff;
  font-size: 18px;
  
}

.preview-input[type='text'],
.preview-input[type='password'] {
  width: 100%;
  padding: 8px 12px;
  margin: 6px 0;
  display: inline-block;
  border: 1px;
  border-radius: 3px;
  box-sizing: border-box;
  background-color: black;
  color:#ffffff;
}
input::placeholder {
  color: #656565;
}
/* Conflicts with cubestream.css */
.button-blue {
  background-color: #0334d4;
  color: white;
  padding: 20px 15px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 80%;
  border: 2px solid #0CD8FE;
}

/* Conflicts with cubestream.css */
.button-blue:hover {
  opacity: 0.8;
}

.button-green {
  background-color: #078d01;
  color: white;
  padding: 10px 15px;
  margin: 8px 0;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  width: 80%;
}

.button-green:hover {
  opacity: 0.8;
}

.button-purple {
  background-color: #932391;
  color: white;
  padding: 10px 15px;
  margin: 8px 0;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  width: 80%;
}

.button-purple:hover {
  opacity: 0.8;
}

.button-gray {

  padding: 20px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
  border-radius: 3px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  /* font-size: 16px; */
  font-weight: bold;
  -webkit-font-smoothing: antialiased !important;
  cursor: pointer;
  /* background-color:var(--CS-blue); */
  background-image:linear-gradient(#00FDf6,#0B7BF5);
  opacity: 1;
  /* position:relative; */
  /* bottom:1px;
  left:79px; */
}

.button-gray:hover {
  opacity: 0.8;
}

.button-light-gray {

  padding: 20px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  width: 100%;
  border-radius: 3px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  /* font-size: 16px; */
  font-weight: bold;
  -webkit-font-smoothing: antialiased !important;
  cursor: pointer;
  /* background-color:var(--CS-blue); */
  background-image:linear-gradient(#00FDf6,#0B7BF5);
  opacity: 1;
  /* position:relative; */
  /* bottom:1px;
  left:79px; */
}

.button-light-gray:hover {
  opacity: 0.8;
}

.button-white {
  background-color: #ffffff;
  color: #0334d4;
  padding: 10px 15px;
  margin: 8px 0;
  cursor: pointer;
  width: 80%;
  border: 2px solid #932391;
}

.button-white:hover {
  opacity: 0.8;
}

/* Conflicts with cubestream.css */
.button-red {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
  color: white;
  margin: 8px 0;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.button-red:hover {
  opacity: 0.8;
}

/* Conflicts with cubestream.css */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

/* Conflicts with cubestream.css */
img.avatar {
  width: 6vmax;
  border-radius: 50%;
}

/* Conflicts with cubestream.css */
.container {
  padding: 16px;
}

.signup-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: none !important; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  padding-top: 40px;
}

.signup-modal-content {
  background-color: #000000;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  /* border: 1px solid #888; */
  width: 100%; /* Could be more or less, depending on screen size */
  overflow: none !important;
}

.terms-legal-styling{
  background-color:1d1d1d;
}

.close-flow-modal {
  position: absolute;
  right: 0px;
  top: -30px;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close-flow-modal:hover,
.close-flow-modal:focus {
  color: red;
  cursor: pointer;
}

.content-with-background {
  display: block;
}

.content-no-background {
  display: none;
}

.cube {
  opacity: 1;
}

.blue-label {
  color: #0334d4;
  font-size: 14px;
  font-weight: bold;
  font-family: verdana, arial, helvetica, sans-serif;
}

.purple-label {
  color: #932391;
  font-size: 14px;
  font-weight: bold;
  font-family: helvetica, verdana, arial, sans-serif;
}

.white-label-button {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  font-family: helvetica, arial, sans-serif;
}

.login-table{
box-sizing:border-box;
position: relative;
  
}

/* create your account */
.white-label-title {
  color: #ffffff;
  font-size: 12px;
  font-family: helvetica, verdana, arial, sans-serif;
  text-rendering: optimizeLegibility;
}

.white-label-title:hover {
  color: rgb(45, 180, 204);
  font-size: 12px;
  font-family: helvetica, verdana, arial, sans-serif;
  text-rendering: optimizeLegibility;
  cursor:pointer;
}

.create-account-td{
box-sizing:border-box;
position:relative;
top:-825;
left:82;
}

.success-sign-up{
  background:#000000;
}

.new-sign-in-created{
  color:white;
  box-sizing:border-box;
  position:relative;
  display:inline-block;
}

.checkmarks-success-new-user{
  background:#000000;
  color:white;
}

.lets-go-table{
  background:#000000;
}

.lets-go-button-class{
  box-sizing:border-box;
  right:120;
  top:30;
}

.error-text{

  
}

.white-label-subtitle {
  color: #ffffff;
  font-size: 18px;
  font-family: Segoe UI, Arial, sans-serif;
  text-rendering: optimizeLegibility;
}

.login-btn {
  cursor: pointer;
  color: grey;
  background: rgba(255, 255, 255, 0);
  padding: 0px;
  border: none;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 16px;
  outline: none;
}

.login-btn:hover {
  opacity: 0.8;
}

.select-css {
  display: block;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #444;
  border-radius: 3px;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  /* background-color: #fff; */
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  background-color:black;
  
}

.select-css::-ms-expand {
  display: none;
}

.select-css:hover {
  border-color: #888;
}

.select-css:focus {
  border-color: #aaa;
  /* box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7); */
  /* box-shadow:var(--CS-aqua); */
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #444;
  outline: none;
  background-color:black;

}

.select-css option {
  font-weight: normal;
}

.iframe-terms {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: white;
  border: 0px;
  display: block;
  scroll: none;
}

.desti-iframe {
  background: #ffffff !important;
  height: 0px !important;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
}

.legal-iframe {
  background: #ffffff !important;
  height: 0px !important;
  width: 100%;
  margin: 0px;
  padding: 0px;
  border: none;
}

#filedrag {
  display: none;
  font-weight: bold;
  text-align: center;
  padding: 1em 0;
  margin: 1em 0;
  color: #555;
  border: 2px dashed #555;
  border-radius: 7px;
  cursor: default;
}

#filedrag.hover {
  color: #f00;
  border-color: #f00;
  border-style: solid;
  box-shadow: inset 0 3px 4px #888;
}

img {
  max-width: 100%;
  box-sizing:border-box;
  position:relative;
  top:-0;
  right:5;

}

pre {
  width: 95%;
  height: 8em;
  font-family: monospace;
  font-size: 0.9em;
  padding: 1px 2px;
  margin: 0 0 1em auto;
  border: 1px inset #666;
  background-color: #eee;
  overflow: auto;
}

#progress p {
  display: block;
  width: 240px;
  padding: 2px 5px;
  margin: 2px 0;
  border: 1px inset #446;
  border-radius: 5px;
  background: #eee url('progress.png') 100% 0 repeat-y;
}

#progress p.success {
  background: #0c0 none 0 0 no-repeat;
}

#progress p.failed {
  background: #c00 none 0 0 no-repeat;
}

ul {
  list-style: none;
}

ul .start-checklist-li:before {
  content: '✓';
}

.step3-background{
  background:#000000;
  box-sizing:border-box;
  position:relative;
  bottom:-55;
}

.checkbox-container {
  display: block;
  position: relative;
  padding-right: 0px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color:white;
  right:33;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  right: -36;
  height: 25px;
  width: 25px;
  background-color:#1d1d1d;
  border: 1px solid white;
  top:-7;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #1d1d1d;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #2196f3;
  border: none;
}

.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  right: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close {
  position: absolute;
  right: 0px;
  top: -30px;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}



.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

.login_form{

  
}

#login_form{

  
}


  .sign-in-table{
    width: 100%;
    border: 0;
    /* background-color: black; */
    position: relative;
    /* height: 400px; */
    margin: 0 auto;
    /* border: 1px solid grey; */
    /* left: 350; 
    background-color: 1D1D1D; */
    top: 20px;
    box-sizing: border-box;

  }

  .sign-in-tr{
    box-sizing:border-box;
   /* position:absolute;*/
    height:400;
    width:100%;
   /* top:-145;*/
    /* border:1px solid; 
    background-color:1D1D1D;*/
    /*left:-460;*/
    /* box-shadow:
    0 0 30px var(--CS-aqua),
    0 0 31px var(--CS-blue),
    0 0 10px var(--CS-aqua),
    0 0 10px var(--CS-blue); */

  }

   /* .sign-in-tr:hover{
    box-sizing:border-box;
    position:absolute;
    height:60%;
    width:60%;
    top:-145;
    border:1px solid;
    background-color:1D1D1D;
    left:-460;
   box-shadow:
    0 0 10px var(--CS-aqua),
    0 0 11px var(--CS-blue),
    0 0 10px var(--CS-aqua),
    0 0 10px var(--CS-blue);

  }  */

  .sign-in-logo{
    width: 100%;
    height: 90px;
    position: absolute;
    /* left: 34pxpx; */
    box-sizing: border-box;
    /* top: -5; */
    text-align: center;
  }

  .email-password-form{
    position: relative;
    top: 65px;
    width: 100%;
    height: 162px;

  }


  .email-td{
    position: relative;
    top: -30px;
    top: 14px;
    box-sizing: border-box;
    width: 100%;
    left: 8px;
    height: 90px; 

  }

  .password-td{
    position: absolute;
    top: 100px;
    left: 160px;
    box-sizing: border-box;
    width: 100%;
    left: -1px;
    height: 53;
   
    
  }

  .email-background{
    background-color:black;
    box-sizing:border-box;
    right:-30;
    position:relative;
    top:0px;
    left:-9;
  }

 .password-background{
    background-color:black;
    box-sizing:border-box;
    
    position:relative;
    top:-9;
  }

  .form-width{
    box-sizing:border-box;
    position:relative;
    top:-3;
    width: 100%;
  }

  .forgot-td{
    box-sizing: border-box;
    /* position: relative; */
    top: 65px;
    margin: left;
    float: left;
  }

  .forgot-td:hover{
    box-sizing:border-box;
    top:60;
    margin:left;
    color:#0cd8fe;
  }

  .create-td{
    box-sizing:border-box;
    position:relative;
    top:60;
    margin:right;
    
  }

  .create-td:hover{
    box-sizing:border-box;
    position:relative;
    /*top:60;*/
    margin:right;
    color:#0cd8fe;
  }

  

  .sign-in-button-box{
    width: 100%;
    height: 50px;
    position: absolute;
    top: 320px;
    box-sizing: border-box;
    left: -75px;
    margin: 0 auto;
    text-align: center;


  }

  #sign-in-btn{
    width: 98%;
    border: 0px;
    border-radius: 3px;
    color: #000000;
    padding-top: 24px !important;
    padding-right: 10px;
    padding-bottom: 24px;
    padding-left: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer;
    /* background-color:var(--CS-blue); */
    background-image:linear-gradient(#00FDf6,#0B7BF5);
    opacity: 1;
    position:absolute;
    bottom:1px;
    left:79px;
    
  }
  
  /*#sign-in-btn:hover {
    
    box-shadow:
    0 0 10px var(--CS-aqua),
    0 0 59px var(--CS-blue),
    0 0 200px var(--CS-aqua),
    0 0 400px var(--CS-blue);
    
  }*/

  #beta-boy{
    position:relative;
    font-size:12px;
    top:130px;
    font-size:12px;
    box-sizing:border-box;

    

  }
   
  .create-td a {
    box-sizing: border-box;
    position: relative;
    top: 60px;
    margin: right;
    width: 100%;
    border: 0px;
    border-radius: 3px;
    color: #000000 !important;
    padding-top: 24px;
    /* padding-right: 10px; */
    padding-bottom: 24px;
    padding-left: 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased !important;
    cursor: pointer;
    /* background-color: var(--CS-blue); */
    background-image: linear-gradient(#00FDf6,#0B7BF5);
    opacity: 0.85;
    /* position: absolute; */
    bottom: 1px;
    /* left: 79px; */
    font-family: helvetica, sans-serif;
}
label {
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {   
  .news-white-sign-in {
    width: 98%;
    }
    input[type='text'], input[type='password'] {
      padding: 8px 8px;
      font-size: 12px;
  }
  .create-td {
    top: 46px; 
}
#sign-in-btn {
    padding-top: 15px !important;
    padding-bottom: 15px;
    left: 77px;
}
.sign-in-button-box {
    top: 258px;
	}
.create-td a {
    padding-top: 15px;
    padding-bottom: 15px;
}
email-td {
    top: 30px;
	}
  form#recover_form {
    width: 320px;
}
.button-gray-pass{
  padding: 10px 15px;
}
.white-label-password{
  width: 320px;
}
news-password-reset {
  font-size: 12px;
}
}	