.Window {
 position: fixed;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(0,0,0,0.7);
 z-index: 99999;
 -webkit-transition: opacity 400ms ease-in;
 -moz-transition: opacity 400ms ease-in;
 transition: opacity 400ms ease-in;
 display: none;
 pointer-events: none;
}

.Window:target {
 display: block;
 pointer-events: auto;
}

.Window > div {
	width: 400px;
	padding: 20px;
	position: relative;
	margin: 10% auto;
	background: #ffffff;
	color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.close_ap {
     width: 29px !important;
    height: 29px !important;
    background: url('http://www.miraton.ua/bitrix/templates/miraton/images/close.svg') no-repeat !important;
    position: absolute !important;
    right: -45px !important;
    top: 0px !important;
    cursor: pointer !important;
    -webkit-transition: all 0.2s ease-out !important;
    -moz-transition: all 0.2s ease-out !important;
    -o-transition: all 0.2s ease-out !important;
    transition: all 0.2s ease-out !important;
}
.auth-subtitle{
    font-size: 20px;
    color: #333333;
    padding-bottom: 14px;
    line-height: 20px;
}
.auth-form input{
    display: inline-block;
    height: 50px;
    width: 100%;
    background: #fafafa;
    border: 1px solid #dddddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 28px;
    font-size: 16px;
    color: #333333;
    padding: 0px 20px;
}
.btn-auth-form{
	display: inline-block;
    line-height: normal;
    width: 360px;
    height: 50px;
    text-align: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 0;
    background: #181415;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.btn-auth-form:hover{
	background: #86bd4a;
}
.auth-errors{
	text-transform: uppercase;
    color: red;
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
}
div.hint-layer a:hover{
	color: #fff;

}
div.hint-layer a span{
	border-bottom: 1px dashed #fff;
}
.auth-ok{
	text-align: center;
    font-size: 20px;
    padding: 25px 0px;
}
.auth_chck{
	height: 30px;
}
.auth_chck .checkbox{
	padding-left: 20px;
}
.forgtpass{
	display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #86bd4a;
    text-decoration: underline;
}
.text-pad{
	text-align: center;
	margin-bottom: 20px;
}