@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);

*, *:after, *:before{
  box-sizing:border-box;
}

html, body {background:#f2f2f2; font-family: 'Roboto', sans-serif;}

.clear {clear:both;}

svg {
  fill:white;  
}

#transaction-add-dialog {
  margin: 5px;
}

.wrapper{
  width:300px;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 36px -11px rgb(0 0 0 / 10%);
}

form {position:relative;}

.clear {clear:both;}

.title {
  float:left; 
  color:black;
  font-size:1.5em;
}

.desc {
  float: left;
  color: white;
  font-size: 1em;
}
/*
.button {
  float:right;
  color:#7f8084;
  border:1px solid #22272d;
  padding:7px 15px;
  border-radius:3px;
  font-size:0.8em;
  cursor:pointer; 
  background-color: rgb(255, 255, 255, 0.7);
  color: black;
}
.button:hover {color:#d3d3d3} */
.lock {
  position:absolute;
  width:30px;
  height:30px;
  margin-top:10px;
  padding:7px; 
  left:5px;
}
.lock::after {
  content:""; 
  width:1px;
  height:30px;
  position:absolute;
  background:#22272d; 
  top:0px; 
  left:100%; 
}

.user {
  position:absolute;
  width:30px;
  height:30px;
  margin-top:10px;
  padding:2px;
  left:2px;
}

.user::after {
  content:""; 
  width:1px;
  height:30px;
  position:absolute;
  background:#22272d; 
  top:0px; 
  left:100%; 
}

input, select, button{
  width:100%;
  padding:5px;
  height:40px;
  border-radius:3px;
  margin:5px 0;
  outline: none;
  font-size: 1em;
}

input[type="text"]:focus,
input[type="number"]:focus, 
input[type="password"]:focus {
  border:1px solid black;
  box-shadow:none;
}
.user-input:focus .user{
  background:white !important;
} 

input[type="text"], input[type="date"], input[type="number"], select{
  background: white; 
  border: 1px solid rgba(0,0,0,.2);
  height: 100%;
  color: black;
  padding: 0 10px;
}

input[type="date"] {
  font-size: 1.5em;
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
}

input[type="number"] {
  -webkit-appearance: none;
  appearance: textfield;
}

.submit {
  display: flex;
  justify-content: space-between;
}

button, input[type="submit"]{
  background-color: #ffdb4d; 
  border-radius: 3px;
  border:none;
  color:black;
  text-align:center;
  font-size: 1.3em;
  cursor:pointer;
  -webkit-appearance: none;
  width: 48%;
}

.forgot-label {
  font-size:0.8em;
  color:#7f8084;
  margin-top:10px;
  float:right;
  padding:3px 0;
  cursor:pointer;
}

div.icon {
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

input {
  box-sizing: border-box;
}

.logo {
  background: url('/images/ucafe/logo.png') center no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.inst {
  background: url('/images/ucafe/inst.png') center no-repeat;
  background-size: contain;
  cursor: pointer;
  width: 150px;
  height: 150px;
  margin: 0 auto;
}

.row {
    height: 60px;
    margin-bottom: 10px;
    display: flex;
}

.beznal {
  text-align: center;
  padding-right: 10px;
}

.beznal label {
  flex: 1 0 1%;
}

.beznal input {
  width: 30px;
}

.icon.inst  {
  background-image: url("/images/ucafe/inst.png");
}

.icon.check  {
  background-image: url("/images/ucafe/check.png");
}

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

body.info {
  align-items: normal;
}

.info h3.title {
    margin-bottom: 0;
  }

.info li{
  color: white;
  margin: 5px 0;
}

.info .row {
  height: auto;
  margin: 0;
}

.logo {
  cursor: pointer;
}

.hidden {
  display: none;
}

.inline .one {
  display: flex;
  align-items: center;
  flex-flow: column;
}

.inline .second {
  margin-left: 10px;
  width: 100%;
}

.inline [type="checkbox"] {
  height: 40px;
  width: 40px;
}

.inline div {
  font-size: 12px;
}

