/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */




/* fonts */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic);
@import url('https://fonts.googleapis.com/css?family=Crete+Round');

/***************************
************** Global Styles 
****************************/



/*https://codepen.io/ainalem/pen/GRqPwoz*/

body {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100vh;
}

body, html {
  height: 100%;
}

.bg {
  /* The image used */
  background-image: url("../img/custom_site/bg.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.opacity {
    background: rgba(3, 172, 240, 0.5);
}


/*stars form*/

.form {
  border-radius: 20px;
  box-sizing: border-box;
  padding: 20px;
  width: 320px;
  background: rgba(22, 22, 22, 0.5);
}

.title {
  color: #eee;
  font-family: sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 20px;
}

.subtitle {
  color: #eee;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
}

.input-container {
  height: 50px;
  position: relative;
  width: 100%;
}

.ic1 {
  margin-top: 40px;
}

.ic2 {
  margin-top: 30px;
}

.input {
  background-color: #303245;
  border-radius: 12px;
  border: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
}

.cut {
  /*background-color: #15172b;*/
  border-radius: 10px;
  height: 20px;
  left: 20px;
  position: absolute;
  top: -20px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 76px;
}

.cut-short {
  width: 50px;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}

.placeholder {
  color: #fff;
  font-family: sans-serif;
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 20px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
  transform: translateY(-40px) translateX(10px) scale(0.75);
}

.input:not(:placeholder-shown) ~ .placeholder {
  color: #fff;
}

.input:focus ~ .placeholder {
  color: #dc2f55;
}




/* button */

.btn-success {
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color:#d0451b;
	border-radius:3px;
	border:1px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #854629;
	
	
  font-size: 18px;
  height: 50px;
  margin-top: 30px;
  // outline: 0;
  text-align: center;
  width: 100%;
}
.btn-success:hover {
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	background-color:#bc3315;
}
.btn-success:active {
	position:relative;
	top:1px;
}

.btn-success.disabled, .btn-success[disabled]{
  background-color: #bc3315;
  border-color: #bc3315;
}

#form-register-cashier{
  margin-top: 500px;
}

body{
  background-color: #222;
}

@media (max-width: 768px) {
  #form-register-cashier{
    margin-top: 100px;
  }
}

.small {font-size: 12px; color: #ffffff; margin-top:20px;}