﻿/* Coded with love by Mutiullah Samim */
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

/*body {
  background-image: url(../Images/thumbnail_PHOTO-2020-04-08-15-42-57.jpg);
  background-size: cover;
  background-position: center;
}*/

.user_card {
  width: 350px;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.5), 0 6px 20px 0 rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.5), 0 6px 20px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.5), 0 6px 20px 0 rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background-color: rgba(0,0,0,0.7);
  min-height: 400px;
}

.brand_logo_container {
  position: absolute;
  height: 75px;
  width: 150px;
  top: -75px;
  -moz-border-radius: 100px 100px 0 0;
  -webkit-border-radius: 100px 100px 0 0;
  border-radius: 100px 100px 0 0;
  text-align: center;
  background-color: rgba(0,0,0,0.7);
}

.form-group label, .form-group input {
  color: #808080
}

.form-group input {
  background-color: rgba(0,0,0,0.3)
}

  .form-group input:focus {
    background-color: rgba(255,255,255,0.3);
    color: #ffffff;
  }

.brand_logo {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: 0;
}

/*.form_container {
  margin-top: 100px;
}*/
