body {
	/*background-color: #f5f7fa;
	min-height:100vh; */

/*	position: absolute;
	background: linear-gradient(180deg, #005CE6 16.89%, rgba(230, 0, 124, 0.13) 100%);
	mix-blend-mode: color-dodge;
	opacity: 0.6; */
	background: url("/im/roskapstroy_bg.png"), #C4C4C4  no-repeat;
	min-height: 100vh; 
	background-size: cover;
background-position-x: left;
background-position-y: center;

}
h1 {
	font-size: 35px;
	line-height: 40px;
}


.sheet-bg {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent url("/im/goovepaper.png") 0 0 repeat;
}
.sheet-bg-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	border: 1px solid #dedede;
	background-color: #ffffff;
	box-shadow: 0px 0px 2px 2px #dedede;
}
div.main-nav {margin-bottom:0px;}

.bighead {
	margin-top: 0px;
	margin-bottom: 20px;
	height: 300px;


    background-color: #6f5499;
    background-image: linear-gradient(to bottom, #563d7c 0px, #6f5499 100%);
    background-repeat: repeat-x;
    color: #cdbfe3;
    padding: 15px 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);


}
@media (max-width: 1000px) {
	.bighead {display:none;}
  }


.logo {
	background: transparent url("/im/logo.gif") 0 0 no-repeat;
	display: block;
	float: left;
	height: 34px;
	margin-top: 4px;
	width: 113px;
}


.slogan-container {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #ffffff;
}
.slogan-container .title {
	font-size: 200%;
	font-weight: bold;
	line-height:120%;
    text-shadow: 2px 2px 2px #646464;
}
.slogan-container .title .version {
	font-size: 60%;
	color: #5bb75b;
    text-shadow: 2px 2px 2px #646464;
}
.slogan {
	margin-top: 15px;
	font-size: 18px;
	line-height: 22px;
    text-shadow: 2px 2px 2px #646464;
}
.slogan-buttons {
	margin-top: 10px;
}
.slogan-buttons .btn {
	margin: 5px 0;
	width: 250px;
	padding: 11px 0 11px 20px;
	text-align: left;
}


.fat-container {
	background: transparent url("/im/border.gif") 0 0 repeat;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 1px 2.5px 5px rgba(0, 0, 0, 0.2);
	margin-bottom: 10px;
	margin-right:0px;
	padding: 5px;
	overflow: hidden;
	width:810px;
}
.slides {
	height: 260px;
	margin: 10px 0;	
}



.signin legend {
	margin: 0 0 10px 0;
}


.counter-container {
	position: relative;
	margin-top:100px;
}
.counter {
	position: absolute;
	right:0;
	width: 88px;
}
.counter img {
	display: block;
}

.main-container-rks {
	position: absolute;
	width:100%;
	height:100%;
	/*margin-bottom: 50px;*/
	/*margin:0;
	width:100%;
	background-color: #f5f7fa;
	min-height: 100%;
	height:100vh;
	position: relative;
	padding-top:20px;
	color:#656565; */

}
.main-header {
	position: relative;/*absolute;/* */
width: 303px;
height: 65px;
/*right: 5%;120px;*/
/*top: 10%;100px; */
margin-top:5%;
float: right;
margin-right:5%;
}

.main-container-center
{
	position: relative;/*absolute; */ 
	width: 440px;
	height: 508px;
	left: calc(50% - 440px/2);
	top: calc(50% - 504px/2);
	
	background: #FFFFFF;
	box-shadow: 0px 4px 62px rgba(1, 1, 1, 0.4);;
	border-radius: 12px;
}
.main-container-header
{
	text-align:center;
	padding:60px 50px 30px 50px;

}

.main-container-header img {max-width: 100%;}
.main-container-content
{
	margin:0;
	background-color: white;
	text-align:center;
	border-radius: 0 0 3px 3px;
	padding-bottom:10px;
	
}
.main-container-regtoken
{
	padding:12px;
	text-align:left;
}
.main-container-legend
{
	padding:20px 10px;
	color:#656565;
	font-size: 11pt;
	text-transform:uppercase;
}
.main-container-input
{
	padding:0px 10px 20px 60px;
}
.main-container-input .btn
{
	width:88%;
	left: 10%;
	margin-right: 11%;

}
.main-container-input .input-group-text
{
	/*font-size:11pt;
	width:35px;
	*/
	font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 16px;
}
.input-group {

    display: flex;
	margin-right: 10%;
	
/*    flex-wrap: wrap;*/
  /* position: relative; 
  align-items: stretch; */
    

}
.input-group-append {

    margin-left: -1px;
}
.input-group-append, .input-group-prepend {

	text-align:center;
    display: flex;
	color:#005CE6;

}
.input-group-text {

    display: flex;
    align-items: center;
    padding: .375rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.52857;
    color: #999;
    text-align: center;
    white-space: nowrap;
    
    border: 1px solid #ccc;
	border-left:0px;
    border-radius: .25rem;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;

}
.main-container-input input .form-control:focus
{
	border-color: #005CE6;
	/*
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); */
	background: #005CE6;
	box-shadow: 0px 2px 8px rgba(82, 96, 107, 0.2);
	border-radius: 8px;
}
.main-container-input input 
{
	background-color:transparent;
	color:#111111;
	border: 1px solid #ccc;
	border-right:0;
	
	outline: 0;
  
}

.btn-info{
		background: #005CE6;
		border-color:#005CE6;
		left: 5%;
		margin-right: 20%;
		padding: 10px 12px;
}
.btn-bm {background-color:transparent;border:2px solid white; border-radius:5px;color:white;text-align:center;}
.btn-bm:hover {color:white;}
.btn-bm {text-align:center !important;}
.bm-header {border-bottom:1px solid #aaa;margin:10px 0px 20px 0px;padding:0px 10px 10px 10px;}
.bm-header h1 { margin:0;}

.obj-adv {}
.obj-adv > div{padding-left:30px;}
.obj-adv > div >b {color:#333}
.obj-adv > div > div{color:#333;padding-left:30px;}

.main_img_div img {float:left;margin:8px;border:1px solid #ccc;width:190px}
.main_img_div_big img {width:300px}

.main_img_div::after {clear:both;display:block;
    content:"  ";}
.main_img_div::before {clear:both;display:block;
    content:"  ";}

.pr_form h2 {font-size:20px;}
.pr_form .input-append input {width:80%;}
.form-actions {
    margin: 0;
    padding: 10px;
}

.mcontainer {height:100%;width:100%;    display: flex;position:fixed;
    align-items: center;
    align-content: center; 
    justify-content: center; 
    overflow: auto;   
	
	}
.mcenter {width:100%;display:table-cell;;top:0; margin: auto;padding:10px;}
.alert-error {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
