@font-face {
	font-family: 'RobotoLight';
	src: url('fonts/Roboto-Light.ttf');
}

@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.ttf');
}

body {
	background-color: #F2F2F2 !important;
	padding: 0px;
	margin: 0;
}

.login-button{
	display:flex;
	justify-content:center;
}

.form-signin{
	padding-top:40%;
}


@media ( max-width : 1200px) {
	.form-signin{
	padding-top:30%;
}
}

.from-bckg {
	background: #feffff; /* Old browsers */
	background: -moz-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #feffff 0%, #d2ebf9 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff',
		endColorstr='#d2ebf9', GradientType=0); /* IE6-9 */
}

.bot-padding-5-panel {
	padding-bottom: 5px !important;
}

.lock:before {
	font-family: "FontAwesome";
	content: "\f023";
	position: absolute;
	font-size: 18px;
	font-style: normal;
	margin-left: 5px;
	top: 117px;
}

.problem:before {
	font-family: "FontAwesome";
	content: "\f071";
	font-size: 20px;
	font-style: normal;
	color: red;
	margin-left: -20px;
	margin-right: 20px;
}

.btn-group {
	margin-top: 30px;
}

.loginform {
	border: none !important;
	width: 600px;
	margin: 0 auto;
	font-family: "RobotoLight", sans-serif;
	font-size: 11px;
	font-weight: 200;
}

.div-center{
	
	height:100%;
}



.fields {
	display: block;
	padding: 0px 175px;
}

.loginform form fieldset {
	/*box-shadow: 1px 10px 10px 7px #D3D3D3;*/
	/*border: 1px solid #CED7E3;*/
	background: #F2F2F2;
}

.loginform .form-horizontal .form-group {
	margin: 0;
}


/*.loginform .form-horizontal .form-group-login {
	padding: 0px 175px;
}*/

.loginform .head {
	/*background: -moz-linear-gradient(top, #9EA1A4 0%, #848F94 100%);
    background: -webkit-linear-gradient(top, #9EA1A4 0%, #848F94 100%);
    background: -o-linear-gradient(top, #9EA1A4 0%, #848F94 100%);
    background: -ms-linear-gradient(top, #9EA1A4 0%, #848F94 100%);
    background: linear-gradient(top, #9EA1A4 0%, #848F94 100%);*/
	color: #265992;
	height: 40px;
	margin-bottom: 10px;
	border: none;
	border-bottom: 1px solid #253746;
	
}

.loginform .head label {
	margin-top: -3px;
	text-align: left;
	font-family: RobotoLight, sans-serif;
	font-weight: 400;
	padding-top: 3px;
	padding-left: 7px;
	font-size: 28px;
}

.loginform .form-group {
	margin-bottom: 5px;
}

.form-group {
	color: #253746;
}


/*.loginform label {
	font-weight: 300;
} */

.loginform input {
	color: #265992;;
	text-align: center;
	height: 25px;
	padding: 1px 5px;
	font-size: 14px;
	border-radius: 0px;
	width: 100%;
	margin-bottom: 25px;
	border: none;
	border-bottom: 1px solid #265992;
	background-color: #F2F2f2 !important;
	box-shadow: none;
}

.loginform select {
	height: 25px;
	padding: 0 0 0 5px;
	font-size: 11px;
	background: #F3F3F3;
	background-image: none !important;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%, #cecece
		100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%,
		#cecece 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 72%, #cecece
		100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',
		endColorstr='#cecece', GradientType=0);
	/* IE6-9 */
}

.loginform button.submitlogin {
	width: 350px;
	/*margin: 15px 0 10px 95px;*/
	margin-top: 20px;
	height: 60px;
	text-decoration: none;
	font-size: 18px;
	background: white;
	color: #253746;
	background-color: white;
	box-shadow: 0px 6px 15px -4px #bbc0c6;
	border: none;
	border-radius: 30px;
	font-weight: bold;
	
}

button.submitlogin {
	
	padding-right:20px;
}




/*

height: 60px;
	text-align: center;
	border: 1px solid;
	border-radius: 30px;
	border-bottom: none;
	cursor: pointer;
	cursor: hand;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	box-shadow: 0px 6px 15px -4px #bbc0c6;
	border: none !important;

*/

.loginform button.submitlogin:hover {
	background-color: #fc4c02;
	color:white;
}

.bht-app-button {
	margin-top: 20px;
	height: 40px;
	text-decoration: none;
	border-radius: 3px;
	font-size: 18px;
	color: #F2F2F2;
	background-color: #265992;
	border: none;
	border-radius: 3px;
}

.error-label {
	font-family: 'Open Sans Regular', 'Open Sans';
	font-weight: 400;
	font-style: normal;
	font-size: 35px;
	color: #265992;
}

.error-message {
	font-family: 'Open Sans Semibold', 'Open Sans';
	font-weight: 600;
	font-style: normal;
	font-size: 18px;
	color: #265992;
	text-align: center;
}

.error-button-wrapper {
	margin-top: 100px;
	margin-bottom: 40px;
}

.loginform .copyright {
	margin-top: 15px;
	float: right;
	color: #265992;
	text-align: right;
	margin-bottom: -30px;
}
.copyright {
	    position: fixed;
    bottom: 20px;
    right: 30px;
    font-style: normal;
    font-size: 18px;
    color: #265992;
    width: 150px;
}

.copyright-fixed {
	float: right;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
	color: #265992;
	width: 150px;
	align-self: flex-end;
}

.footer-container {
	margin-top: 30px;
}

.ziralogo {
	transform: scale(0.3, 0.3);
	margin-right: -48px;
	margin-top: -10px;
	margin-left: -40px;
}


.powered-by {
	position: relative;
	font-weight: 300;
}

.powered-by {
	position: relative;
	
}

.clicker-text-aligner {
	width: 200px;
	text-align: left;
}

.zupcanik {
	
	margin-top: -30px;
	width: 20px;
	height: 20px;
	color: #253746;
}

.form-control {
	height: 22px;
	padding: 4px;
	font-size: 11px;
	border: 1px solid #DDDADE;
	border-radius: 2px;
	color: #666666;
	margin-bottom: 4px;
}

.form-control:focus {
	box-shadow: none;
	background-color: transparent;
	-webkit-box-shadow: 0 0 0px 1000px #F2F2F2 inset;
	border-color: #265992
}

.alert-danger {
	color: #265992;
	text-align: center;
	font-size: 14px;
	margin-top: 10px;
	background-color: transparent !important;
	border: none;
}

.app-div {
	padding: 0px;
	margin-top: 40%;
	height: 237px;
	width: 80%;
}

.app-div-container {
	padding-top:15%;
	/*background-image: url('../images/login-background.png');*/
	background-size: cover !important;
	display: flex;
	flex-direction: column;
}

.iamge-holder{
	padding-left:25px;
	padding-right:25px;
}

.app-div-clicker {
	height: 60px;
	text-align: center;
	border: 1px solid;
	border-radius: 30px;
	border-bottom: none;
	cursor: pointer;
	cursor: hand;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	box-shadow: 0px 6px 15px -4px #bbc0c6;
	border: none !important;
}

.stc-app-div {
	padding: 25px;
	
}
/*
.app-div-logout, .stc-app-div-wrapper{
	width: 80%;
}
*/


.app-div-clicker-last {
	height: 60px;
	text-align: center;
	border: 1px solid;
	border-radius: 30px;
	cursor: pointer;
	cursor: hand;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 6px 15px -4px #bbc0c6;
}

.app-div-container .a {
	text-decoration: none;
}

.bht-module-link:hover {
	text-decoration: none;
}

.app-div-clicker:hover {
	background-color: #fc4c02 !important;
	text-decoration: none !important;
}

.app-div-clicker:hover .clicker-text-aligner-center {
	color: white;
}

.app-div-clicker:hover .stc-logout-text {
	color: white;
}

.bht-app-img {
	width: 50px;
	color: orange;
	font-size: 32px !important;
}

.app-div-nocol {
	width: 30% !important;
	margin-left: 60px !important;
	float: left !important;
}

.app-div-twoorless {
	margin-top: 20% !important;
}

.app-div-threeormore {
	margin-top: 5% !important;
}

.top-app-half {
	width: 100%;
	height: 50%;
	background-color: #23A1CD;
	display: flex; /* or inline-flex */
	flex-flow: row nowrap;
	/* is default: columns along the main-axis (row) and no wrapping to next lines */
	align-items: flex-end; /* bottom */
	padding-bottom: 30px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 30px 0
		rgba(0, 0, 0, 0.19);
}

.bot-app-half {
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	margin-top: -15px;
	width: 100%;
	height: 50%;
	background-color: white;
	display: flex; /* or inline-flex */
	flex-flow: row nowrap;
	/* is default: columns along the main-axis (row) and no wrapping to next lines */
	align-items: flex-end; /* bottom */
	padding-bottom: 20px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 30px 0
		rgba(0, 0, 0, 0.19);
}

.row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.logo-holder {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 550px;
}

.top-app-icon-half {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	width: 100%;
	height: 50%;
	background-color: #23A1CD;
	display: flex; /* or inline-flex */
	flex-flow: row nowrap;
	/* is default: columns along the main-axis (row) and no wrapping to next lines */
	align-items: flex-end; /* bottom */
	padding-bottom: 20px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2), 0 10px 30px 0
		rgba(0, 0, 0, 0.19);
}

.app-div-error {
	height: 50px;
	width: 80%;
	margin-left: 10%;
	text-align: center;
	border: 0px solid;
	border-radius: 8px;
	border-bottom: none;
	cursor: pointer;
	cursor: hand;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: left;
	background-color: #265992;
	padding-left: 40px;
	box-shadow: -0.5px 0.5px #e0e2e5;
}

.app-div-copyright {
	display: flex;
}

.stc-app-img {
	width: 50px;
	font-size: 32px !important;
	/*text-shadow: -0.5px 0 black, 0 1px black, 0px 0 black, 0 -0.5px black;*/
	color: #DCDCDC;
}

.clicker-text-aligner-center {
	border-left: 2px solid #DCDCDC;
	height: 40%;
	margin-left: 15px;
	vertical-align: cent;
	width: 70%;
	color: #253746;
	font-size: 20;
}

.clicker-text-aligner-center-logout {
	border-left: 2px solid #DCDCDC;
}

.stc-logout-text {
	color: #fc4c02;
}

.error-label-powered-by {
	font-weight: 300;
	font-size: 18px;
	color: #265992;
}

.app-radius-wrapper {
	border-radius: 10px;
}

.app-button-wrapper {
	width: 100%;
	text-align: center;
}

.app-image {
	width: 50px;
	height: 62px;
	color: white;
	font-size: 54px !important;
}

.app-button-img {
	width: 33px;
	height: 30px;
	float: left !important;
	font-size: 34px !important;
	margin-left: 20px;
	
}

.tawallogo {
	max-width: 100%;
	max-height: 100%;
}

.image-holder {
	padding-left:15px;
	padding-right:15px;
}

.app-button {
	width: 80%;
	height: 47px;
	color: black;
	font-size: 20px;
	padding-left: 10px;
	font-family: 'Open Sans Semibold', 'Open Sans';
	font-weight: 600;
	font-style: normal;
	font-size: 20px;
	color: #1A1C2B;
}

.app-button:hover {
	background-image: url('../images/app-button-hover.png');
	background-size: cover !important;
	border: initial;
	padding-left: 12px;
}

.logout-button {
	margin-top: 80px;
	width: 159px;
	height: 47px;
	border: 1px solid;
	background-color: Transparent;
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: hidden;
	font-size: 20px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #F2F2F2 inset;
}

input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color: #265992;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #265992;
	opacity: 1;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #265992;
	opacity: 1;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #265992;
}

input::-ms-input-placeholder { /* Microsoft Edge */
	color: #265992;
}

.bckg-gradient {
	background: -moz-linear-gradient(-45deg, rgba(15, 79, 153, 1) 0%,
		rgba(13, 136, 229, 0.01) 99%, rgba(13, 136, 229, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(15, 79, 153, 1) 0%,
		rgba(13, 136, 229, 0.01) 99%, rgba(13, 136, 229, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, rgba(15, 79, 153, 1) 0%,
		rgba(13, 136, 229, 0.01) 99%, rgba(13, 136, 229, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4f99',
		endColorstr='#000d88e5', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
}