body, html {
  padding: 0;
  margin: 0;
  color: #303030;
  /*font-family: 'Open Sans', Sans-serif;*/
  height: 100%;
}

.fluid-container {
  height: 100%;
}
/*Login*/
.login-bg {
  background-image: url(../images/login-background.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-group input[type="password"]:focus{
    color: black;
}

.loginbox{
    width: 320px;
    background: #000;
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 70px 30px 30px;
}

.avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

.loginbox h1{
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 22px;
}

.loginbox p{
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.loginbox input{
    width: 100%;
    margin-bottom: 20px;
}

.modal-body input[type="email"]{
  color: #212529;
  font-size: 16px;
}

.modal-body input[type="password"]{
  color: #212529;
  font-size: 16px;
}

.loginbox input[type="text"], input[type="email"] ,input[type="password"]
{
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}
.loginbox input[type="submit"], input[type="button"]
{
    border: none;
    outline: none;
    height: 40px;
    background: #fb2525;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
}
.loginbox input[type="submit"]:hover
{
    cursor: pointer;
    background: #ffc107;
    color: #000;
}
.loginbox input[type="button"]:hover
{
    cursor: pointer;
    background: #ffc107;
    color: #000;
}
.loginbox a{
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    color: darkgrey;
}

.loginbox a:hover
{
    color: #ffc107;
}

.facebook {
  text-align: center;
  color: darkgrey;
  font-size: 12px;
  line-height: 20px;
}
.facebook p {
  padding: 20px 0;
}

.signup-container,
.forgot-container{
    display: none;
}

.event-title {
  font-weight: 400;
  font-size: 20px;
}

.title-contianer {
  padding: 13px 0;
}

.event-content {
  padding:10px 0;
  color: #303030;
  padding: 10px 30px;
}

.event-content label {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}

.event-date {
  font-size:24px;
  font-weight: 400;
}

.event-month {
  color:#fa3e3e;
  font-size: 12px;
}

.tooltips {
  z-index: 1151!important;
}

.nopadding {
  padding: 0!important;
}

.going {
  border-bottom: 1px solid #e1e1e1;
}

.going-list {
    margin-top: 10px;
}

.edit_text {
  color: #e1e1e1!important;
  font-weight: 100!important;
}

.editable-click {
  border-bottom: none!important;
}

.editable-buttons {
  display: none!important;
}

.going-img {
  width: 20px;
  height: auto;
}