body{
	font-family: 'Open Sans', sans-serif;
}
.myHr{
	width: 100%;
	height: 5px;
	background: #AF307B;
}
.input-group .form-control{
	border-color:#7DCAD0;
	margin-bottom: 5px;
}
.container{
 	padding-bottom: 20px;
 	padding-top: 20px;
}
.formLogin{
	background: white;
	padding-top: 10px;
	padding-bottom: 3px;
	border-top: 2px solid #aaa;
    box-shadow:  0 2px 10px rgba(0,0,0,0.8);
    margin-top: 15px;
	margin-bottom: 150px;
}
.reg{
	display: none;
}

.form-control{
	margin-bottom: 2px;
}
.form-group {
    margin-bottom: 3px;
}
.rightHr{
	border-right: 2px solid #AF307B;
}

.rightHr button{
	background-color: #7DCAD0;
	color: white;
}
.btnCol button{
	background-color: #7DCAD0;
	color: white;
}
.regCol button{
	background-color: #AF307B;
	color: white;
}
.loginAlert{
	display: none;
}
.regAlert{
	display: none;
}


.btn-bs-file{
    position:relative;
    margin-bottom: 5px;
}
.btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
}
.leftLine{
	border-left: 2px solid #A94442;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
}
.konkurs{
	padding-right: 30px;
}



