body .container .content .row article h1.catalog{
	font-weight: bold;
    line-height: 43px;
    margin-bottom: 25px;
    padding-top: 4px;
	padding-bottom: 15px;
	font-size: 20px !important;
    line-height: 40px;
    margin-bottom: 30px !important;
    position: relative;
    text-transform: uppercase;
	color: #231f20 !important;
}

body .container .content .row article h1.catalog:before{	
    background-color: #0093d6;
    bottom: 0px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 90px;	
}

.authorisationFormLeft{
	width: 461px;
	float: left;
}

.authorisationFormRight{
	width: 550px;
	float: right;
}

.authorisationFormLeft input[type="text"], .authorisationFormLeft input[type="password"]{
	background-color: #fff;
    border: 1px #dee0e6 solid;
    border-radius: 5px;
    box-sizing: border-box;
    color: #231f20;
    display: block;
    font-size: 14px;
    font-weight: 300;
    height: 50px;
    padding: 0 0 0 19px;
    width: 100%;
	outline: none !important;
	box-shadow: none !important;
}

.authorisationSubmitBox input[type="submit"]{
	background-color: #0093d6;
	border-color: #0093d6;
    color: #fff;
	width: 220px;
	height: 50px;
	text-transform: uppercase;
}

.authorisationSubmitBox input[type="submit"]:hover{
	background-color: #337ab7;
	border-color: #337ab7;
}

.authorisationSubmitBox{
	width: 100%;
	display: inline-block;
}

.authorisationSubmitLeft{
	width: 50%;
	float: left;
}
.authorisationSubmitRight{
	width: 50%;
    float: right;
    text-align: right;
    padding-top: 18px;
}

@media (max-width: 500px) {

	.authorisationFormLeft{
		width: auto;
		float: none;
	}

	.authorisationFormRight{
		width: auto;
		float: none;
	}

}

@media (max-width: 400px) {

	.authorisationSubmitLeft{
		float: none;
		width: auto;
	}

	.authorisationSubmitRight{
		float: none;
		text-align: left;
		margin-top: 0px;
		width: auto;
	}

}
