html{
    height:100%;
}

body {
    padding:0px;
    margin: 0px;
    height:100%;
}

.panel-login {
  background-color: #E5E8E7;
  margin-top:10%;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}

    .panel-login > .panel-heading {
        text-align: center;
        margin-top: 20px;
    }

        .panel-login > .panel-heading a {
            text-decoration: none;
            font-weight: bold;
            font-size: 28px;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
            color:black;
        }

            /*.panel-login > .panel-heading a.active {
                font-size: 34px;
            }*/

        .panel-login > .panel-heading hr {
            margin-top: 10px;
            margin-bottom: 0px;
            clear: both;
            border: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
            background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
            /*background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));*/
            background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
        }

    .panel-login input[type="text"], .panel-login input[type="email"], .panel-login input[type="password"] {
        height: 45px;
        border: 1px solid #ddd;
        font-size: 16px;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }

    .panel-login input:hover,
    .panel-login input:focus {
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-color: #ccc;
    }

.btn-login {
  background-color: #C82249;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #C82249;
}

  .btn-login:hover,
  .btn-login:focus {
    color: #fff;
    background-color: #C82249;
    border-color: #C82249;
  }

.btn-register {
  background-color: #C82249;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #C82249;
}

  .btn-register:hover,
  .btn-register:focus {
    color: #fff;
    background-color: #C82249;
    border-color: #C82249;
  }

.fullscreen_bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #FFFFFF;
  background-repeat: repeat;
}

.panel-heading a {
    font-size: 48px;
    color: rgb(0,0,0);
    padding: 2px 0 10px 0;
    font-family: 'FranchiseRegular','Arial Narrow',Arial,sans-serif;
    font-weight: bold;
    text-align: center;
    padding-bottom: 30px;
}

/*.panel-heading a {
    background: -webkit-repeating-linear-gradient(-45deg, rgb(18, 83, 93), rgb(18, 83, 93) 20px, rgb(64, 111, 118) 20px, rgb(64, 111, 118) 40px, rgb(18, 83, 93) 40px);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}*/
a {
  color: black;
  text-decoration: none;
}

  a:hover {
    color: black;
    text-decoration: none;
  }

#headingLogo {
  border-bottom: 5px solid #C82249;
  background-color:white;
  padding:15px;
}

img {
  margin-left:0px;
}

.btn-success {
  background-color: #5DBD6B;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #5DBD6B;
}

  .btn-success:hover,
  .btn-success:focus {
    color: #fff;
    background-color: #5DBD6B;
    border-color: #5DBD6B;
  }

.btn-deny {
  background-color: #C82249;
  outline: none;
  color: #fff;
  font-size: 14px;
  height: auto;
  font-weight: normal;
  padding: 14px 0;
  text-transform: uppercase;
  border-color: #C82249;
}

  .btn-deny:hover,
  .btn-deny:focus {
    color: #fff;
    background-color: #C82249;
    border-color: #C82249;
  }

.youvi-footer {
  position: absolute;
  z-index: 50;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  width: 100%;
  padding: 0px 10%;
  border-top: 2px solid #f2f2f2;
  color: #666;
  font-family: 'proxima-nova',Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.33333333;
  font-size: 1.5rem;
}

.loading-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 2px;
  z-index:9999;
}

  .loading-image img {
    width: 75px;
    height: 75px;
  }

.container{
    margin-top:15px;
}
