/************************************************
   * | filename: chms/pages/lock_screen.css
   *
   * | FEMR CHMS
   * | Author: NEXTMVP Llc.
   * | Copyright 2017. All rights reserved.
   * | Version 1.0
***************************************************/
/*-- Userlist --*/
/*-- Map --*/
/*-- Icons --*/
/*-- Buttons --*/
/*-- Images --*/
/*-- Tabs --*/
/*-- Calendar --*/
/*-- Cards --*/
/*-- Dropdown --*/
/*-- Badges --*/
/*-- Carousel --*/
/*-- Tooltip & Popover --*/
/*-- Mansonry --*/
/*-- Rating --*/
/*-- Lightbox --*/
/*-- Pricing Table --*/
/*-- Bottom Spacing None --*/
/*-- Timeline --*/
/*-- Blockquote --*/
/*-- Navbar --*/
/*-- Form layout --*/
/*-- Form Wizard --*/
/*-- eCommerce Dashboard --*/
/*-- Morris chart --*/
/*-- Border Radius --*/
/*-- border-radius --*/
/*-- Box Shadow --*/
/*-- Animation --*/
/*-- Transform Rotate --*/
/*-- Filter --*/
/*-- All Keyframes --*/
/*-- Transform --*/
/*-- Transition --*/
/*-- Background-RGB --*/
/*-- Color-RGB --*/
/*-- Border Radius --*/
/*-- badges-tags --*/
/* START LOCKSCREEN ROUND CSS */
.rounded-admin .lock_text_field {
  border-radius: 25px; }
  .rounded-admin .lock_text_field input {
    background: none; }

/* END LOCKSCREEN ROUND CSS */
.lock_screen_v2 {
  background: rgba(0, 0, 1, 0) url("../pages/image/img_login.png") no-repeat fixed 0 0/cover;
  background-size: cover;
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto; }
  .lock_screen_v2:before {
    content: '';
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    z-index: 0; }

.lock_screen_main {
  display: table;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  width: 480px;
  padding: 30px 0; }

.lock_screen_contain {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.lock_screen_form {
  padding: 30px;
  background: #FFFFFF;
  border-left: 5px solid;
  border-color: #6d5cae; }
  .lock_screen_form h5 {
    margin-bottom: 25px;
    margin-top: 10px; }

.lock_screen_user {
  height: 100px;
  width: 100px; }

.lock_reserved_text {
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 15px; }
  .lock_reserved_text p {
    padding-bottom: 0; }

.lock_text_field {
  margin-bottom: 25px;
  border: 1px solid #6d5cae;
  display: table; }
  .lock_text_field i {
    color: #6d5cae;
    display: table-cell;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 500;
    width: 1%;
    vertical-align: middle; }
  .lock_text_field input {
    display: table-cell;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 15px;
    font-size: 15px;
    border: none;
    color: #55595c; }
  .lock_text_field label {
    position: absolute;
    font-size: 14px;
    display: block;
    margin-top: 3px;
    color: #f84343;
    font-weight: 700; }

	.login_v2_check {
	  float: left;
	  text-align: left;
	  width: 50%;
	  margin-bottom: 10px; }
	  .login_v2_check .icr-text {
		font-size: 15px; }

/*---- START RESPONSIVE ----*/
/*-- for mobile width --*/
@media (max-width: 767px) {
  .lock_screen_main {
    min-width: 90%;
    width: calc(100% - 30px); } }

/*---- END RESPONSIVE ----*/
