@media (min-width:400px) and (max-width:600px){
	#login-main{
		width: calc(100% - 30px) !important;
		top: 50%!important;
	}
}
@media (max-width: 399px){
	#login-main{
		flex-flow: column;
		width: calc(100% - 30px) !important;
	}
	.logo-left{
		width: 100% !important;
		height: 130px!important;
	}
	.logo-right{
		width: 100% !important;
		height: auto !important;
		padding: 15px 15px 0 !important;
	}
	.sipl{
		position: relative !important;
	}
	#login-main:before, #login-main:after{
		top: 105% !important;
	}
}


#login-main{
	width: 306px;
	border-radius:20px;
	/*height: 400px;*/
	position:absolute;
	top:50%;
	left:50%;
	/*display: flex;*/
	transform:translate(-50% , -50%);
	/* overflow:hidden; */
}
.logo-left{
	width: 40%;
	background: #ffffff;
	height:100%;
	float:  left;
}
.logo-right{
	/*width: 60%;
	float:  right;
	height:100%;*/
	padding: 15px;
	background-image: linear-gradient(to right, #ffffff , #ffffff);
    border-radius: 7px;
}
.logo-right h2{
	position:relative;
}
.sign-header {
    color: white;
	padding: 20px 15px;
	margin-bottom: 0px;
	background-color: #e9573f;
	border-bottom: 10px solid #de391e;
}
.sign-text {
    color: #777;
    display: block;
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
}
.sign-text:before {
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
}
.sign-text:before {
    background-color: #cccccc;
}
span.input-group-text .fa{
	color: #fbfbfb;
}
.sign-text span {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    color: #a41e34;
    font-size: 15px;
    font-weight: 600;
    background-color: #ffffff;
}
.logo{
	/*display:flex;*/
	/*height:  100%;*/
	align-items:  center;
	/*justify-content:  center;*/
	/*background: #ffffff;*/
    width: 100%;
    margin: 0 auto;
}
.logo img{
    width: 100%;
    margin-top: 20px; 
}
.logo-right .input-group-text{
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 24px;
    color: #636363;
}
.logo-right .form-control{
    border: none;
    background:  none;
    color: #fff;
}
.logo-right .input-group{
	border-bottom: 1px solid #cccccc;
}
.logo-right .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    background: transparent;
}
.logo-right .btn-warning {
    border-radius: 60px;
    display:  block;
    margin: 30px auto 5px;
    padding: 5px  50px;
}
.sipl img{
	width: 40px;
	margin-left: 0px;
}
.sipl {
    margin: 0 auto;
    text-align: right;
    position:  absolute;
    right: 15px;
    bottom: 20px;
}
.center-all {
   /* display: flex;*/
    height: 100%;
    align-items: center;
    justify-content: center;
}
.sipl p{
	font-size:12px;
	margin: 0;
	color: #8e8e8e;
}
body{
	position: relative;
	background:url(../../images/bg.jpg) no-repeat;
	background-size:  cover;
	background-position: center;
	height: 100vh;
}
body:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /* background: #0000008c; */
}
/*#login-main:before, #login-main:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 0;
    left: 10px;
    width: 50%;
    top: 90%;
    max-width: 300px;
    background: #777;
    box-shadow: 0px 20px 18px 0px #000;
    transform: rotate(-3deg);
    height: 30px;
}*/
#login-main:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
.linka{
	font-size:12px;
	color: #929292;
}
.linka span{
	color: #e6af01;
}

.logo-right a{
	text-decoration:none;
}

.btn-warning {
    color: #ffffff;
    background-color: #a41e34;
    border-color: #c35708;
}
.btn-warning:hover {
    color: #212529;
    background-color: #ff6c00;
    border-color: #b74e00;
}

input::input-placeholder{
	color:#fff;
}
}