
.h-100
{
    height: 97%!important;
    /* height: auto!important; */
}
#signIn{
    display: none;
}

#signOut{
    display: none;
}

#remember-check {
  margin-top: 5px;
}

.bg-light {
    background-color: #2d2f30!important;;
}

#msg {
    color: red;
}
.gameName{
  font-weight: bold;
  padding-top: 12px;
  text-align: center;
  display: none;
}
.gBtns{
  /* margin-top: 40px;
  position: absolute;
  margin-left: 60px; */
  /* display: none; */

  /* width: auto;
   height: auto;
   margin: 0 auto;
   padding: 10px;
   position: relative;*/

    display: block;
 	left: 0;
	right: 0;    
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
}

.gBtn{
      background-color: rgb(0, 123, 255);
      color: white;
      padding: 10px 10px;
      margin: 8px 0;
      border: none;
      cursor: pointer;
      width: 100%;
      border-radius: 75px;
      font-weight: bold;      
      /* border: 1px solid #ababaa; */

      
}

h4{
    text-align:center;
}


/* Bordered form */
form {
    border: 3px solid #f1f1f1;
}

#login_btn {

color: #494949 !important;
    opacity: 0.9;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    background: #ffffff;
    padding: 10px;
    width: 30%;
    border-radius: 25px;
    outline: none;
    border: 2px solid #494949 !important;
    display: inline-block;
    transition: all 0.4s ease 0s;
    box-sizing: border-box;

}

#login_btn:hover, #login_btn:hover  {
color: #ffffff !important;
background: #DA202F;
opacity: 0.9;
border-color: #DA202F !important;
transition: all 0.4s ease 0s;
outline: none;
}

.container.login {
background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(219,219,219,1) 100%);
border-radius: 20px;
}

.modal-content {
  background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(219,219,219,1) 100%);
  border-radius: 20px;
}


.login-modal-title {
  margin-top: 10px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 40px;
}

.login-modal-title:after{
    content: '';
    padding-top: 3px;
    margin-top: 3px;
    margin: auto;
    opacity: 0.6;
    border-radius: 15px;
    color: red;
    max-width: 70%;
    background: linear-gradient(90deg, rgba(255,135,135,0.2) 0%, rgba(255,0,0,1) 50%, rgba(255,135,135,0.2) 100%);
    display: block;
}


/* Full-width inputs */
.login-input {
    width: 100%;
    border-radius: 20px;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 2px solid #ccc;
    box-sizing: border-box;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
}

 input[type="checkbox"] {
      background: #3d404e;
      border: #7f83a2 1px solid;
   }

.login-input:focus{
outline: none;
    border-color: #da202f;
    transition: all ease-in-out .4s;
    -webkit-transition: all ease-in-out .4s;
    -moz-transition: all ease-in-out .4s;
    -ms-transition: all ease-in-out .4s;
    -o-transition: all ease-in-out .4s;
}

.login-input:valid{
outline: none;
    border-color: #45c24a;
}


.label-login {
    font-weight: 500;
    float: left;
    text-align: left;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

/* Modal close button */

.close-btn-wrapper{
    height: 50px;
    display: flex;
    justify-content: flex-end;
}

.close-container{
 cursor: pointer;
  position: relative;
  margin-right: 35px;
  margin-top: -10px;
}

.leftright{
  height: 4px;
  width: 30px;
  position: absolute;
  margin-top: 24px;
  background-color: #0A0A0A;
  border-radius: 2px;
  transform: rotate(45deg);
  transition: all .3s ease-in;
}

.rightleft{
  height: 4px;
  width: 30px;
  position: absolute;
  margin-top: 24px;
  background-color: #383838;
  opacity: 0.8;
  border-radius: 2px;
  transform: rotate(-45deg);
  transition: all .3s ease-in;
}

.close{
  margin: 60px 0 0 5px;
  position: absolute;
}

.close-container:hover .leftright{
  transform: rotate(-45deg);
  background-color: #DA202F;
}
.close-container:hover .rightleft{
  transform: rotate(45deg);
  background-color: #DA202F;
}

.ldr-btn {
	display: inline-block;
    background: transparent;
    border: solid 2px #da202f;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: 400ms;
    transition: 400ms;
    text-decoration: none;
    padding: 10px 20px;
    z-index: 10;	
}

.ldr-btn a {
	color: #fff;	
}

/* Set a style for all buttons */
button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

/* Add a hover effect for buttons */
button:hover {
    opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
    /* width: auto; */
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.container {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}

/* The Modal (background) */
.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: auto; /* 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: 100px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5px auto; /* 15% from the top and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */    
     
               
     text-align: center;
     max-width:400px;
     color: black;
}

/* The Close Button */
.close {
    /* Position it in the top right corner outside of the modal */
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

/* Close button on hover */
.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)}
    to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
    from {transform: scale(0)}
    to {transform: scale(1)}
}




