@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
@import url('/webfiles/docs_uploader/css/login/bootstrap.css');

.modal {
    z-index: 9999 !important; /* Or higher if necessary */
  }
  .modal-backdrop {
    z-index: 9998 !important; /* Backdrop should be slightly lower than modal */
  }

  #LBLCOOKIES {
  
    text-align: center;
    padding-top: 30px;
}
input{
    font-family: Arial, Sans-Serif, Verdana;
}

#RGLOGIN{
	background: rgba(226,226,226,0.7);
	background: -moz-linear-gradient(top, rgba(226,226,226,0.6) 0%, rgba(209,209,209,0.6) 1%, rgba(230,230,230,0.6) 66%, rgba(254,254,254,0.6) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(226,226,226,0.6)), color-stop(1%, rgba(209,209,209,0.6)), color-stop(66%, rgba(230,230,230,0.6)), color-stop(100%, rgba(254,254,254,0.6)));
	background: -webkit-linear-gradient(top, rgba(226,226,226,0.6) 0%, rgba(209,209,209,0.6) 1%, rgba(230,230,230,0.6) 66%, rgba(254,254,254,0.6) 100%);
	background: -o-linear-gradient(top, rgba(226,226,226,0.6) 0%, rgba(209,209,209,0.6) 1%, rgba(230,230,230,0.6) 66%, rgba(254,254,254,0.6) 100%);
	background: -ms-linear-gradient(top, rgba(226,226,226,0.6) 0%, rgba(209,209,209,0.6) 1%, rgba(230,230,230,0.6) 66%, rgba(254,254,254,0.6) 100%);
	background: linear-gradient(to bottom, rgba(226,226,226,0.6) 0%, rgba(209,209,209,0.6) 1%, rgba(230,230,230,0.6) 66%, rgba(254,254,254,0.6) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe', GradientType=0 );
	height:75px !important;
	background:rgba(255,255,255,0.6) !important;
}
#REGSOCIAL input{
	left: 0px;
}

.IMGLOGOCSS {
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    z-index: 100 !important;
    padding: 0 !important;
	vertical-align:middle !important;
    
}
/* modal  */
#REGEMAIL{
	display: none !important; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1111111; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
	

}
#REGEMAILCONTENT{
		/* content */
	background-color: #fefefe;
  /*  padding: 20px; */
  border: 1px solid #888;
  /*  width: 590px; */
	margin: 0px auto;
    position: relative !important;
}
#BTNFEEDBACK{
	visibility: hidden !important;
}

body{    
	background: url('/images/docs_uploader/docs-login-background.jpg') no-repeat center center fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.LBLCOOKIESCSS {
    background: rgba(255,255,255,0.6) !important;
    border-radius: 5px !important;
    color: #333 !important;
    padding-top: 0px !important;
    top: unset !important;
    bottom: 20px !important;
    height: 120px !important;
    padding: 12px !important;
}
input {
	border:1px solid #999 !important;
	border-radius:4px !important;
	padding-left:4px !important;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

#REGLOGIN span {
	font-weight:700 !important;
	color:#333 !important;
}
span#LINKRECOVER {
	font-weight:200 !important;
	color:#777 !important;
}

#LBLUSERNAME, #LBLPASSWORD{
	display:none !important;
}

/*version number at the bottom*/
#LBLPROJECTVERSION{
	color:white !important;
	text-shadow: 1px 1px #333 !important;
}

#IWLocker {
	width: calc(100% - 10px) !important;
}

.LBLAPPNAMECSS {

    left: calc(50% - 170px) !important;
    right: 50% !important;
    top: 120px !important;
    color: #730e27 !important;
    font-family: Arial, Sans-Serif, Verdana !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 19px !important;
    width: 340px !important;
    text-align: center !important;
    padding:6px  !important;
    font-family: 'Lato', sans-serif  !important;
   /* background-color: rgba(255,255,255,0.5);*/
}

.BTNVIEWCSS{border:none !important}
.LBLPASSWORDHINTCSS{display:block; width:480px !important;  font-family: Arial, Sans-Serif, Verdana !important;}
.LBLRESETCSS{top:20px !important}
#EDTPASSWORDCHANGED{display:none}

#modalBackdrop{
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
   
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    background-color: black;
    opacity: .4;
}
#modalBackdrop2{
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
   
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9001;
    
}
#modal{background:white;
width:500px;
height:150px;
padding:12px;
font-family: Arial, Sans-Serif, Verdana;
}
.iw_default_submit_form{display:none}
.IWUPLOADCSS{display:none}