td{
	padding: 0px !important;
}

thead{
}

html{ 
 height: 100%;
} 

body{
 height: 100%;
 position: relative;
}

.main{
    height: 100%;
}

.bgimage{
    background-image: url("login_logo.png");
    background-repeat:  repeat;
    background-position: center; /* Center the image */
}
.taken{
	border: 1px #49505766 solid;
	margin: 0px;
	background-color: #E31C25;
	height: 70px;
	color: white;
	font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}

.insta-default{
    padding: 15px 30px;
    display: block;
    background-color: #E33E5C;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
    color: #FFF;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    transition: all .3s;
}

#todaysDate{
	color: white;
}

.App {
  text-align: center;
}

.body2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
}

.loginText{
  width: 279px;
  left: calc(50% - 279px/2 + 0.5px);
  top: 50%;
  bottom: 41.14%;

  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 41px;
  /* or 121% */
  text-align: center;
  letter-spacing: 0.374px;

  color: #191A1A;
}

.loginButton{
  width: 100%;
  height: 60px;
  background: #191A1A;
  border-radius: 5px;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.0125em;
  color: #FFFFFF;
}

.registerButton{
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  border: 1px solid #191A1A;
  border-radius: 5px;
  font-family: 'SF Pro Display';
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.0125em;
  color: #191A1A;
}

.prvilogo{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 40%;
}

