

.password {
	position: relative;
}

#password-input {
	width: 100%;
	text-indent: 10px;
	border-radius: 5px;
	border: 1px solid #999;
	font-size: 18px;
}
.password-control {
	position: absolute;
	top: 9px;
	right: 10px;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(https://svoyugolok.ru/img/viewpass.svg) 0 0 no-repeat;
}
.password-control.view {
	background: url(https://svoyugolok.ru/img/no-viewpass.svg) 0 0 no-repeat;
}


.arrow a {
position: relative;
    display: block;
    overflow: hidden;
    padding: 10px 30px 10px 10px;
    font-size: 16px;
    border: 0px solid #000;
    background: url('/images/bg02.png') 100% 50% no-repeat;
    background-size: 25px 13px;
}

   .greenm {
    background-color: green;
    border-color: #55a12c;
    padding: 15px; /* Поля вокруг текста */
    margin-bottom: 7px; /* Отступ снизу */
	color: white;
   }

         .redm {
    background-color: #de4343;
    border-color: #c43d3d;
    padding: 15px; /* Поля вокруг текста */
    margin-bottom: 7px; /* Отступ снизу */
	color: white;
   }
   
      .message
{
                -webkit-background-size: 40px 40px;
                -moz-background-size: 40px 40px;
                background-size: 40px 40px;
  background-image: -webkit-gradient(linear, left top, right bottom,
  color-stop(.25, rgba(255, 255, 255, .05)), color-stop(.25, transparent),
  color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .05)),
  color-stop(.75, rgba(255, 255, 255, .05)), color-stop(.75, transparent),
   to(transparent));
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
  transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
  transparent 75%, transparent);
background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
transparent 75%, transparent);
background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
transparent 75%, transparent);
                 -moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
                 -webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
                 box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
                 width: 100%;
                 border: 1px solid;
                 -webkit-animation: animate-bg 5s linear infinite;
                 -moz-animation: animate-bg 5s linear infinite;
}


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*img[width],img[height]{width:auto;height:auto;} wordpress hack to reset the attributes (while making responsive) */
body{
	font-family: 'Roboto', sans-serif
}
article{
	font-size:16px;
	color:#868686;
}
article,
article.underline{
	padding:20px;
	margin-bottom:0;
}
article.underline h2:first-child,
article.underline h1:first-child{
	margin-bottom:10px;	
}
article img{
	margin:10px 0;
}
/* headings */
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
}
h1{
	font-size: 24px;
	margin:0 0 .2em 0;
}
h2{
	font-size: 18px;
	margin:0 0 .3em 0;
}
h3{
	font-size: 16px;
	margin:0 0 .4em 0;
}
h4{
	font-size: 14px;
}
h5, h6{
	font-size: 12px;
}
h4, h5, h6{
	margin:0 0 .6em 0;	
}
/* paragraph */
p{
	line-height:26px;
}
/* TextFormatting */
strong, b {
	font-weight: bold;
}
i, cite, em, var, address, dfn {
	font-style: italic;
}
small {
	font-size: smaller;
}

sup {
	vertical-align: super;
}
sub {
	vertical-align: sub;
}
sub, sup{
	font-size: smaller;	
}
code, kbd, samp, pre, .pre-text {
font-family: monospace;
}
q{
	display:inline;
}
q:before {
content: open-quote;
}
q:after {
content: close-quote;
}
address{
	line-height: 22px;
	margin:0 0 16px 0;
}
abbr[title]{
	border-bottom:1px dotted #565656;
}
/* blcokquote */
blockquote{
	margin:16px 0 16px 40px;
}
/* pre */
pre, .pre-text{
	display: block;
	white-space: pre;
	margin: 1em 0px;
}
/* HTMl lists */
ul,ol,dl{
	display: block;
	margin:1em 0 1em 0;
}
ul, ol{
	padding-left: 40px;	
}
ul{
	list-style-type: disc;
}
ol{
	list-style-type: decimal;
}
dt, dd{
	display: block;	
	margin:0 0 0.5em 0;
}
dt{
	font-weight: bold;
}
dd {
	margin-left: 2em;
}
form label{
	font-size:12px;
	margin-bottom: 0.4em;
}
form input[type=text],
form input[type=password]{
	width:180px;
	
}
form input[type=text],
form input[type=password],textarea{
	border:1px solid #ddd;	
}
form input[type=text],
form input[type=password],textarea{
	-webkit-appearance:none;
	-moz-appearance:none;
}
form input[type="radio"]{
	position:relative;
	top:1px;
}
form div{
	margin:0 0 0.8em 0;
}
form textarea{
	width:180px;
	height:80px;
}
.label-top label{
	display:block;
}

.block {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: white;
    box-shadow: 0px 1px 10px rgb(29 34 47 / 10%);
    border-radius: 6px;
}

.block-dark {
	background-color: #D3D3D3;
	border-top:0.1px solid #C0C0C0;
	border-bottom:0.1px solid #C0C0C0;
	padding: 4px;
	margin-bottom: 8px;
}

label.inline{
	display:inline-block;
}
form label span.red{
	color:#ff0000;
}
form input[type=submit]{
	border:1px solid #ddd;
	background:#fff;
	color:#767676;
	padding: 10px;
	margin:0;
	cursor: pointer;	
}

tbody {
	padding-top: 8%;
}
.logo{
	padding-top:5%;
	background: url("/img/str.png"); background-size: cover;
	color: white;
}
.logo img{
	display:block;
}
footer{
	border-top:1px solid #eee;
	background: url("/img/background1.jpg"); background-size: cover;
	color: black;
}
footer p{	
	font-size:12px;
	margin:0;
}
.copy{
	padding:10px;
}
.copy a{
	color: white;
}
/* -- menu -- */
.menu{
}
.menu a{
	background:#f9f9f9;
	border-bottom:1px solid #eee;
	display:block;
	padding:15px;
	color: white;
	font-size:12px;
}
.menu a:hover{
	background:black;
}
header .menu{
	border-top:1px solid #eee;
}
header .menu a{
	padding:15px 15px 15px 25px;
}
header .menu li:last-child a{
	border-bottom:none;
}
/* Date */
.date{
	font-size:12px;
}
.date span{
	font-weight:bold;
	color:#565656;
}