body {
    background-image: url(../img/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    margin: 0;
    overflow: hidden;
    height: 100%; 
    max-height: 100%; 
}

.top {
    position: absolute;
    top: 20px;
    width: 100%;
    left: 50%; 
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
}

 #fixedheight {
        table-layout: fixed;
    }
    
table {
    margin-top: 75px;
}

@media screen and (max-width : 550px) {
  table  {
    margin-top: 15px;
}
}
    
td {
    height: 20px;
    text-align: left;
    }

a[href^=tel] { 
    color: inherit; 
}

@media screen and (max-width : 550px) {
  body  {
    text-align: center;
}
}

.responsive{
    max-width:100%;
    max-height:100%;
 }

.center, .center1, .center2, .center3, .center4, .center5, .logo, .centertop, .message {
    position: absolute;
    left: 50%; 
    transform: translate(-50%, -50%);
}

.logo {
    margin-top: 8%;
    max-width: 350px;
}

.message {
    margin-top: 5%;
}

@media screen and (max-width : 550px) {
  .logo {
    top: 15%;
}
}

.center {
    margin-top: 10%;
}

@media screen and (max-width : 550px) {
  .center{
    top: 25%;
}
}

.center1 {
    bottom: 15%;
}

@media screen and (max-width : 550px) {
  .center1 {
    bottom: 25%;
    text-align: center;
}
}

.center2 {
    margin-top: 40%;
}

.center3 {
    margin-top: 15%;
}

@media screen and (max-width : 550px) {
  .center3 {
    top: 26%;
}
}

.center4 {
    top: 75px;
    color: white;
    font-size: 1em;
}

@media screen and (max-width : 550px) {
  .center4 {
    top: 75px;
}
}

.center5 {
    margin-top: 55px;
    font-size: 1.5em;
    widt: 100%
}

@media screen and (max-width : 550px) {
  .center5 {
    margin-top: 40px;
    width: 100%;
}
}

.centertop {
    top: 6%;
    color: white;
    font-size: 1.2em;
    width: 100%;
}

a {
  color: white;
}

p {
    text-align: center;
    width: 100%;
    color: white;
}


@media screen and (max-width : 550px) {
  p {
    text-align: center;
    width: 100%;
    margin-top: 25px;
    font-size: 24px;
}
}

.gotospin {
  width: 300px;
  margin-bottom: -125px;
}

@media screen and (max-width : 550px) {
  .gotospin {
    width: 400px;
     margin-bottom: -200px;
}
}

.text1 {
    position: absolute;
    cursor: pointer;
    max-width: 250px;
    top: 47%;
    left: 50%; 
    transform: translate(-50%, -50%);
}

.text2 {
    position: absolute;
    cursor: pointer;
    max-width: 250px;
    top: 57%;
    left: 50%; 
    transform: translate(-50%, -50%);
}

.text3 {
    position: absolute;
    max-width: 250px;
    top: 73%;
    left: 50%; 
    transform: translate(-50%, -50%);
    text-align: center;
}

.text4 {
    position: absolute;
    max-width: 250px;
    top: 87%;
    left: 50%; 
    transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.text5 {
    color: white;
}

.text6 {
    position: absolute;
    cursor: pointer;
    max-width: 250px;
    top: 52%;
    left: 50%; 
    transform: translate(-50%, -50%);
}

.text7 {
    cursor: pointer;
}

h1 {
    text-align: center;
    color: white;
}

h2 {
    color: white;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 1em;
    }
    
h3 {
    color: white;
    margin-top: 32%;
    text-align: center;
    }
    
h4 {
    color: white;
    text-align: center;
    font-size: 1.2em;
    }
    
h5 {
    color: white;
    margin-top: 3%;
    text-align: center;
    font-size: 0.75em;
    }
    
h6 {
    margin-top: 350px;
    color: white;
    text-align: center;
    font-size: 1.2em;
    }
    
.button, .button1, .button2 {
    border: none;
    display: inline-block;
    padding: 5px 5px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: white;
    background-color: lightslategrey;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 10px;
    width: 110px;
    font-family: 'Poppins', sans-serif;
}

.chip {
    border: none;
    display: inline-block;
    padding: 0 0 5px 5px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: white;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 10px;
    width: 120px;
    font-family: 'Poppins', sans-serif;
}

.button1 {
    width: 130px;
}

.button2 {
    width: 400px;
}

select {
  border-radius: 10px;
  font-size: 15px;
  padding-left: 5px;
  width: 130px;
  padding-bottom: 3px;
  padding-top: 5px;
}

input[type=email] {
  width: 85%;
  padding: 7px 7px;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  background-color: white;
  border-radius: 10px;
  font-size : 18px;
}

input[type=password] {
  width: 85%;
  padding: 7px 7px;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  background-color: white;
  border-radius: 10px;
  font-size : 18px;
}
input[type=text] {
  width: 85%;
  padding: 7px 7px;
  margin: 8px 0;
  box-sizing: border-box;
  border: none;
  background-color: white;
  border-radius: 10px;
  font-size : 18px;
}

input[type=number] {
  width: 130px;
  box-sizing: border-box;
  border: none;
  background-color: white;
  border-radius: 10px;
  font-size : 18px;
  padding-left: 10px;
  padding-bottom: 5px
}

.signupbtn {
    background-color: lightslategrey;
    color: white;
    width: 50%;
    margin-bottom: 5px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-size : 18px;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
}

.close-btn, .close-btn1, .close-btn2, .close-btn3 {
    color: white;
    font-size: 2.5em;
    position: absolute; 
    bottom: 0; 
    right: 5px;
    cursor: pointer;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
    font-size: .7em;
    font-family: 'Poppins', sans-serif;
    background-color: black;
    opacity: 0.6;
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    color: white;
    text-align: center;
    font-size: .7em;
    font-family: 'Poppins', sans-serif;
    background-color: black;
    opacity: 0.6;
}

.modal-login {
    position: fixed;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    height: 38%;
    width: 90%;
}

.modal-register {
    position: fixed;
    top: 56.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    height: 72%;
    width: 90%;
}

.modal-pwreset {
    position: fixed;
    top: 40.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    height: 20%;
    width: 90%;
}

.modal-balances {
    position: fixed;
    top: 40.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    height: 17%;
    width: 90%;
}

.verified {
    position: fixed;
    top: 40.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    overflow: auto;
    background-color: #000000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    height: 52%;
    width: 90%;
}

.open {
    display: block;
}

.context {
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    text-align: center;
}
.flex-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: center;
}

.form-control {
    color: white;
    width: 210px;
}

.formverified {
    margin-bottom: 1px;
}

.selectwithdraw {
    font-weight: bold; 
    font-size: 20px;
    width: 200px;
    margin-right: 20px;
}

.column {
  float: left;
  width: 50%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}