
body{
	background-color: #ECEFF1;
}
input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}


.text-center{
	text-align: center !important;
}
.button {
  display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;

    border-radius: 0.25rem;
    transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
	position: relative;
	z-index: 9;
	width:120px;
	height:60px;
}
.button:hover {
  transition: all 150ms linear;
  opacity: .85;
  -webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) infinite;
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) infinite;
}
.button:active {
  transition: all 150ms linear;
  opacity: .75;
}
.button:focus {
  outline: none;
}



.button.button-primary {
  color: #FFFFFF;
  font-family: Prompt;
  background: #455a64;
  background: url(../images/board.png);
  background-repeat: no-repeat;
  background-position: center;
	background-size: contain;
	
}

.button.button-danger {
  color: #FFFFFF;
  background: #f34949;
}
.button.button-block{
	width: 100%;
}
.button:disabled {
    opacity: 0.5;
	cursor: no-drop;
}
.swal2-popup .swal2-styled.swal2-confirm,
.swal-button {
	padding: 7px 19px;
    border-radius: 2px;
    background-color: #455a64;
    font-size: 12px;
    border: 1px solid #455a64;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.3);
}

@-webkit-keyframes shake {
  10%, 90% {
    transform: translate3d(0, -1px, 0);
  }
  
  20%, 80% {
    transform: translate3d(0, 2px, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(0, -4px, 0);
  }

  40%, 60% {
    transform: translate3d(0, 4px, 0);
  }
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(0, -1px, 0);
  }
  
  20%, 80% {
    transform: translate3d(0, 2px, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(0, -4px, 0);
  }

  40%, 60% {
    transform: translate3d(0, 4px, 0);
  }
}

.button2 {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;

    border-radius: 0.25rem;
    transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
	position: relative;
	z-index: 9;
	width:240px;
	height:120px;
	    margin-top: -20px;
    margin-bottom: -20px;
}
.button2:hover {
  transition: all 150ms linear;
  opacity: .85;

}





.button2:active {
  transition: all 150ms linear;
  opacity: .75;
}
.button2:focus {
  outline: none;
}

.button2.button-primary {
  color: #FFFFFF;
  font-family: Prompt;
  background: #455a64;
  background: url(../images/gear.png);
  background-repeat: no-repeat;
  background-position: center;
	background-size: contain;
}

.button2.button-danger {
   color: #FFFFFF;
  background: #f34949;
}
.button2.button-block{
	width: 100%;
}
.button2:disabled {
    opacity: 0.5;
	cursor: no-drop;
}
.text-danger {
color: #FFFFFF;
background: #f34949;
font-family: Prompt;
width: 220px;
display: flex;
justify-content: center;
align-items: center;
margin: 0 auto;
}
.button3 {
  display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 16px;

    border-radius: 0.25rem;
    transition: color 150ms ease-in-out, background-color 150ms ease-in-out, border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
	position: relative;
	z-index: 9;
	width:120px;
	height:60px;
}
.button3:hover {
  transition: all 150ms linear;
  opacity: .85;
  -webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) infinite;
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) infinite;
}
.button3:active {
  transition: all 150ms linear;
  opacity: .75;
}
.button3:focus {
  outline: none;
}



.button3.button-primary {
 font-size:18px;
	font-family:prompt;
	font-weight:500;
	 text-transform: uppercase;
	color:#fff;
  background: #455a64;
  background: url(../images/username.png);
  background-repeat: no-repeat;
  background-position: center;
	background-size: contain;
	width: 200px;
	height: 100px;
}

.button3.button-danger {
  color: #FFFFFF;
  background: #f34949;
}
.button3.button-block{
	width: 100%;
}
.button3:disabled {
    opacity: 0.5;
	cursor: no-drop;
}

  @media only screen and (max-width: 1680px) {
   
  }
    @media only screen and (max-width: 1600px) {
    .card{
		    scale: 0.7;
    margin-top: -8em;
    margin-right: 0em;
		}
  }
   @media only screen and (max-width: 1280px) {
   	.header_logo{
	   scale:0.7;
	   top:-1em;
	   }
    .card{
		    scale: 0.7;
    margin-top: -10em;
    margin-right: 0em;
		}
  }
    @media only screen and (max-width: 1024px) {
	.header_logo{
	   scale:0.7;
	   top:-1em;
	   }
    .card{
		    scale: 0.7;
    margin-top: -10em;
    margin-right: 0em;
		}
  }
    @media only screen and (max-width: 912px) {
	.header_logo{
	   scale:1;
	   }
 .card{
		    scale: 1;
    margin-top: 0em;
    margin-right: 0em;
		}
  }
   @media only screen and (max-width: 820px) {
   .header_logo{
	   scale:1;
	   }
   .card{
		    scale: 0.8;
    margin-top: -5em;
    margin-right: 0em;
		}
  }
   @media only screen and (max-width: 800px) {
   .card{
		    scale: 0.6;
    margin-top: -12em;
    margin-right: 0em;
		}
  }
   @media only screen and (max-width: 768px) {
   .card{
		    scale: 0.8;
    margin-top: -5em;
    margin-right: 0em;
		}
  }
   @media only screen and (max-width: 540px) {
   .header_logo{
	   scale:0.8;
	   }
		.card{
		    scale: 0.7;
    margin-top: -8em;
    margin-right: 0em;
		}
  }
  @media only screen and (max-width: 420px) {
   .header_logo{
	   scale:0.6
	   }
		.card{
		  scale: 0.5;
    margin-top: -17em;
    margin-right: 0em;
		}
  }
   @media only screen and (max-width: 390px) {
   .header_logo{
	   left: 0em;
	   }
		.card{
		    scale: 0.7;
    margin-top: -12em;
    margin-right: 0em;
		}

  }
      @media only screen and (max-width: 375px) {
	.header_logo{
		left: 0em;
    scale: 0.6;
		}
		.card{
			scale: 0.5;
    margin-top: -17em;
    margin-right: 0em;
		}
  }
	 @media only screen and (max-width: 360px) {
	.header_logo{
		left: 0em;
    scale: 0.6;
		}
		.card{
			scale: 0.5;
    margin-top: -18em;
    margin-right: 0em;
		}
  }
  
 @media only screen and (max-width: 320px) {
	.header_logo{
		   left: 0em;
    scale: 0.5;
		}
		.card{
			       scale: 0.4;
    margin-top: -20em;
    margin-right: 0em;
		}
  }
  
    @media only screen and (max-width: 280px) {
	.header_logo{
		   left: 1em;
    scale: 0.6;
    top: -2em;
		}
		.card{
			    scale: 0.6;
    margin-top: -17em;
       margin-right: -4em;
}
		}
  }
  