@import url('https://fonts.googleapis.com/css?family=Montserrat:700%7COpen+Sans:300,300i,400,400i,700,700i%7CRaleway:100,200,300,400,700,900');
body {
	color: #000;
	font-family: 'Raleway', sans-serif;
}
.lock_wrapper {
	/*background: radial-gradient(ellipse at center, #00b7ea 0%,#2372af 100%);*/
  background: radial-gradient(ellipse at center, #444 20%,#333333 40%,#222 60%,#111 80%);
  min-height: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; 
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;
   width: 100%;
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}

.card{background-color:#fff;border:none;border-radius:.625rem;box-shadow:0 .46875rem 2.1875rem rgba(90,97,105,.1),0 .9375rem 1.40625rem rgba(90,97,105,.1),0 .25rem .53125rem rgba(90,97,105,.12),0 .125rem .1875rem rgba(90,97,105,.1)}
.card .card-text{margin-bottom:1.5625rem}
.card a:hover{text-decoration:none}
.card-body{padding:1.875rem;color: #000;}
.card-title{font-weight:500;margin-bottom:.75rem}

.form-control {
	height: 42px;
	padding: 8px 18px;
	border: none;
}
.shdw {
	z-index: 99999;
	position: relative;
	height: 80px;
	width: 20%;
	box-shadow: 0 8px 32px -30px rgba(0,0,0,0.7);
  	margin: -100px auto 40px; 
}
