:root {
  --input-padding-x: 1.5rem;
  --input-padding-y: .5rem;
  --textarea-padding-x: 1.5rem;
  --textarea-padding-y: .5rem;
}

body {
  background: linear-gradient(to right, #f4f6f8, #fafbfc);
}
.card{
  background: transparent !important;
  border: 1px solid lightgrey !important;
}

.card-login {
  border: 0;
  border-radius: 0rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

.card-signin .card-title {
  font-weight: 600;
  font-size: 1.1rem;
}

.card-signin .card-img-left {
  
  /* Link to your background image using in the property below! */
  background: scroll center url('../images/bg.png');
  background-size: cover;
}

.card-signin .card-body {
  padding: 2rem;
  background: transparent;
}
.card-block{
  overflow-x: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.card-login-block{
  overflow-x: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
}
.form-content{
  padding: 0px !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.form-signin {
  width: 100%;
}

.form-signin .btn.logbtn {
  font-size: 95%;
  border-radius: 4rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 0.6rem;
  transition: all 0.2s;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group>label {
  display: inline !important;
  padding-bottom: 0rem !important;
}


.btn-google {
  color: white;
  background-color: #ea4335;
}

.form-container{
  display: block;
  margin: auto;
}
.label-content label{
  padding: 0 .5rem;
}
span.error{
  display: inline-block;
  color: rgb(172, 37, 37);
}

.preview{
  width: 160px;
  height: 160px;
  border: 1px solid lightgray;
  border-radius: 5px;
  display: flex;
  margin: auto;
  background: #FFFFFF;
  position: relative;
  align-items: center;
  justify-content: center;
}
#profile{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;;
}
#ipicker{
  z-index: 3;
  cursor: pointer;
}
#inputPhotoFile{
  display: none;
}

.app-title{
  height: 100px;
}
.head-title{
  width: 100%;
  text-align: center;
}
.site-title{
  font-weight: bold; font-size: 1.1rem; color: #9A3030;
}
@media only screen and (max-width: 600px) {
  .card-login {
    background: url('../images/bg2.jpg') !important;
    background-size: cover;
  }
  .site-title{
    font-weight: bold; font-size: 0.9rem; color: #9A3030;
  }
}