﻿html {
  min-height: 100%;
  position: relative;
  overflow-x: hidden;
}

body {
  padding-bottom: 0;
  min-height: 100%;
  font-size: 13px;
  color: #444444;
}

.bg-fullscreen {
	background-size: cover;
	background-image: url(/Content/images/background1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.bg-fullscreen::before {
    content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right,#000,#fff);
	opacity: .6; 
 }

#bg-pattern { 
    background-image: url(/Content/images/bg_pattern.png); 
    position: fixed; 
    opacity: 0.5; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 100%; 
    z-index: -1;
}

.login-container {
  position: relative;
  margin: 10% auto;
  max-width: 300px;
}

.login-container .loginbox {
  position: relative;
  width: 300px !important;
  height: auto !important;
  padding: 20px 0 20px 0;
  -webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
}

.login-container .loginbox .loginbox-title {
  position: relative;
  text-align: center;
  width: 100%;
  height: 35px;
  padding-top: 10px;
  font-family: 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
  font-size: 20px;
  font-weight: normal;
  color: #444444;
}

.login-container .loginbox .loginbox-social {
  padding: 0 10px 10px;
  text-align: center;
}

.login-container .loginbox .loginbox-social .social-title {
  font-size: 14px;
  font-weight: 500;
  color: darkgray;
  margin-top: 10px;
}

.login-container .loginbox .loginbox-social .social-buttons {
  height: 80px;
  padding: 15px 35px;
  text-align: center;
}

.login-container .loginbox .loginbox-social .social-buttons .button-facebook {
  float: left;
  border: 2px solid #3b5998;
  color: #3b5998;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  background-color: #ffffff;
}

.login-container .loginbox .loginbox-social .social-buttons .button-facebook i {
  font-size: 26px;
  line-height: 50px;
}

.login-container .loginbox .loginbox-social .social-buttons .button-twitter {
  float: left;
  border: 2px solid #29c1f6;
  color: #29c1f6;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 30px;
  background-color: #ffffff;
}

.login-container .loginbox .loginbox-social .social-buttons .button-twitter i {
  font-size: 26px;
  line-height: 50px;
}

.login-container .loginbox .loginbox-social .social-buttons .button-google {
  border: 2px solid #ef4f1d;
  color: #ef4f1d;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #ffffff;
}

.login-container .loginbox .loginbox-social .social-buttons .button-google i {
  font-size: 26px;
  line-height: 50px;
}

.login-container .loginbox .loginbox-or {
  position: relative;
  text-align: center;
  height: 20px;
}

.login-container .loginbox .loginbox-or .or {
  position: absolute;
  top: 0;
  -lh-property: 0;
  left:-webkit-calc(50% - 25px);
  left:-moz-calc(50% - 25px);
  left:calc(50% - 25px);
  width: 50px;
  height: 20px;
  background-color: #ffffff;
  color: #999999;
  margin: 0 auto;
}

.login-container .loginbox .loginbox-or .or-line {
  position: absolute;
  height: 1px;
  top: 10px;
  left: 40px;
  right: 40px;
  background-color: #cccccc;
}

.login-container .loginbox .loginbox-textbox {
  padding: 10px 40px;
}

.login-container .loginbox .loginbox-textbox .form-control {
  -webkit-border-radius: 3px !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 3px !important;
  -moz-background-clip: padding !important;
  border-radius: 3px !important;
  background-clip: padding-box !important;
}

.login-container .loginbox .loginbox-forgot {
  padding-left: 40px;
}

.login-container .loginbox .loginbox-forgot a {
  font-size: 11px;
  color: #666666;
}

.login-container .loginbox .loginbox-submit {
  padding: 10px 40px;
}

.login-container .loginbox .loginbox-signup {
  text-align: center;
  padding-top: 10px;
}

.login-container .loginbox .loginbox-signup a {
  font-size: 13px;
  color: #666666;
}

.login-container .logobox {
  width: 300px !important;
  height:auto!important;
  padding: 5px;
  margin-top: 15px;
  margin-bottom: 20px;
  /*-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;*/
  text-align:center;
}

.login-container .logobox img {
    width: 90%;
}

.bg-white {
  background-color: #ffffff !important;
}