/*
 
	Модуль login
 
 */
 @font-face {
  font-family: 'Font_Main';
  src: url('/data/fonts/RobotoCondensed/RobotoCondensed-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font_Header1';
  src: url('/data/fonts/Roboto/Roboto-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font_Text1';
  src: url('/data/fonts/Roboto/Roboto-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font_Mono';
  src: url('/data/fonts/IBMPlexMono/IBMPlexMono-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font_Thin';
  src: url('/data/fonts/RobotoCondensed/RobotoCondensed-Light.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Font_Phone';
  src: url('/data/fonts/Georgia/Georgia.ttf');
  font-weight: normal;
  font-style: normal;
}
html {
	padding: 0;
	margin: 0;
	background-color: #fffef5;
	
	font-size: 0;
	
	background-image: url('/modules/loginmy/data/images/bg1.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% 100%;
}
body {
	padding: 0;
	margin: 0;
	background: transparent;
	color: #0c1212;
	font-family: Font_Main, Arial, Tahoma, sans-serif;
	font-size: 11pt;
}
a:link {
	color: #1a8cb2;
	text-decoration: none;
	border-bottom: none;
}
a:visited {
	color: #1a8cb2;
	text-decoration: none;
	border-bottom: none;
}
a:active {
	color: #1a8cb2;
	text-decoration: none;
	border-bottom: none;
}
a:hover {
	color: #1a8cb2;
	text-decoration: none;
	border-bottom: #1a8cb2 1px solid;
}
hr {
	height:1px;
	border:none;
	color:#eee;
	background-color:#eee;
	width: 100%;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	padding: 0;
	margin: 0 0 0 11pt;
}
/* ------------------------------------------------------------------- */
.l_parent {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
}
.l_block {
    width: 260px;
    height: 349px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    
    color: #828282;
	
	padding: 0;
	
	text-align: left;
	vertical-align: middle;
	
	line-height: 100%;
	line-height: 100%;
	/*
	border: #f00 1px dotted;
	*/
	
	border: #bfbbbf 1px solid;
	background-color: #fafafa;
	color: #141c1c;
	
	border-radius: 3pt;
	-webkit-box-shadow: 0px 0px 36px 12px rgba(191,187,191,1);
	-moz-box-shadow: 0px 0px 36px 12px rgba(191,187,191,1);
	box-shadow: 0px 0px 36px 12px rgba(191,187,191,1);
	
	text-align: center;
}
/*
.l_block img {
	padding: 0;
	margin: 24pt 0 0 0;
	opacity: .6;
	width: 90px;
}
*/
.l_window{
	padding: 0;
	margin: 0 auto;
	text-align: center;
	
	background-color: #f5f5f0;
	
	background: transparent;
	
}
.l_window table{
	padding: 0;
	margin: 0;
	border: none;
	width: 100%;
	border-collapse: collapse;
	background: transparent;
}
.l_window div {
	margin: 0;
	border: #f00 1px dashed;
	
	border: none;
	
}

.l_window tr{
	padding: 0;
	margin: 0;
	width: 100%;
	border: #f00 1px dashed;
	border: none;
	font-size: 0;
	
	color: #2e1f0f;
	background-color: #bfbbbf;
	/*
	-webkit-box-shadow: inset 0px -1px 6px 1px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px -1px 6px 1px rgba(0,0,0,0.2);
	box-shadow: inset 0 -3px 2px 1px rgba(200,200,200,0.1);
	*/
	background: linear-gradient(0deg, rgba(87,87,87,.5) 0%, rgba(191,187,191,1) 3%);
}


.l_logo{
	padding: 3pt;
	margin: 0 auto;
	
	width: 30%;
	min-width: 30%;
	max-width: 30%;
	
	font-size: 0;

	text-align: left;
	vertical-align: middle;

	background-color: rgba(255, 0, 0, .3);
	
	background: transparent;
}
.l_logo img {
	height: 32px;
	min-height: 32px;
	max-height: 32px;
}

.l_header{
	padding: 3pt;
	margin: 0 auto;
	height: 38px;
	min-height: 38px;
	max-height: 38px;
	
	width: 70%;
	min-width: 70%;
	max-width: 70%;
	
	font-size: 12pt;
	color: #000;

	text-align: left;
	vertical-align: middle;
	line-height: 120%;
	
	background-color: rgba(0, 200, 0, .3);
	
	background: transparent;
}
.l_hst{
	font-size: 9pt;
	color: #2e1f0f;
	font-family: 'Font_Thin';
}
.l_hsn{
	font-size: 11pt;
	color: #000;
	font-family: 'Font_Header1';
}

.l_title{
	padding: 3pt 0 3pt 0;
	margin: 0;
	color: #110f0f;
	
	text-align: center;
	
	background-color: rgba(255,0,0,.2);
	background: transparent;
	
}
.l_form{
	padding: 3pt 0 9pt 0;
	margin: 0;
	
	text-align: center;
	
	background: transparent;
	
	
}
.l_form input, input:active, input:hover {

	outline:none !important;

	padding: 3pt 11pt;
	margin: 0 auto;
	width: calc( 100% - 48pt - 4px );
	font-family: 'Font_Mono';
	font-size: 11pt;
	color: #222;
	
	text-align: center;
	border-radius: 3pt;
	border: #eee 2px solid;
	
	background-color: #eee;
	
	
}
.l_form input:focus {
	outline:none !important;
	border: #58bd53 2px solid;
}

.l_form_cap{
	padding: 6pt 0 0 0;
	margin: 0;
	
	font-size: 0;
	
	text-align: center;
	background-color: rgba(0, 200 ,0,.2);
	background: transparent;
	
	height: 50px;
	min-height: 50px;
	
}
.l_form_cap img {
	padding: 0;
	margin: 0;
	opacity: 1;
	width: auto;
	height: auto;
}

.l_btn {
	box-shadow:inset 0px 39px 7px -24px #5fc960;
	background-color:#58bd53;
	border-radius:4px;
	border:1px solid #58bd53;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size: 9pt;
	padding:3px 12px;
	margin: 33pt;
	text-decoration:none;
	text-shadow:0px -1px 0px #24a024;
	
	-webkit-box-shadow: 0px 1px 2px 1px rgba(151,147,151,1);
	-moz-box-shadow: 0px 1px 2px 1px rgba(151,147,151,1);
	box-shadow: 0px 1px 2px 1px rgba(151,147,151,1);
	box-shadow: 0px 1px 2px 1px rgba(151,147,151,1);
}
.l_btn:hover {
	background-color:#5aa653;
}
.l_btn:active {
	position:relative;
	top:1px;
}

#btn_content{
	height: 16pt;
	min-height: 16pt;
	max-height: 16pt;
}

.l_msg{
	padding: 3pt;
	margin: 16pt 0 0 0;
	
	background-color: rgba(0, 0, 200, .2);
	background: transparent;
	
	color: #58bd53;
	
	text-shadow:0px 1px 0px #fff;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
  height: 14pt;
}
