﻿* {
	box-sizing: border-box;
	overflow-x: hidden;
}
body {
    font-family: "Segoe UI Web (West European)", Segoe UI, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
    background-color: rgba(245,245,245,0.95) !important;
    font-weight: 400 !important;
    font-size:14px;
    margin-top:0px;
    margin-left:0px;
}
/* style the container */
.container {
	position: relative;
	border-radius: 5px;
	background-color: #f2f2f2;
	padding: 20px 0 30px 0;
	overflow-x: hidden;
}

/* style inputs and link buttons */
input,
.btn {
	width: 100%;
	padding: 12px;
	border: ridge;
	border-radius: 4px;
	margin: 5px 0;
	opacity: 0.85;
	display: inline-block;
	font-size: 17px;
	line-height: 20px;
	text-decoration: none; /* remove underline from anchors */
}

	input:hover,
	.btn:hover {
		opacity: 1;
	}

/* add appropriate colors to fb, twitter and google buttons */
.fb {
	background-color: #3B5998;
	color: white;
}

.twitter {
	background-color: #55ACEE;
	color: white;
}

.google {
	background-color: #dd4b39;
	color: white;
}

/* style the submit button */
input[type=submit] {
	background-color: #3B5998;
	color: white;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #3B5998;
}

/* Two-column layout */
.col {
	float: left;
	width: 50%;
	margin: auto;
	/*padding: 0 50px;*/
	margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* vertical line */
.vl {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	border: 2px solid #ddd;
	height: 175px;
}

/* text inside the vertical line */
.inner {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 50%;
	padding: 8px 10px;
}

/* hide some text on medium and large screens */
.hide-md-lg {
	display: none;
}

/* bottom container */
.bottom-container {
	text-align: center;
	background-color: #666;
	border-radius: 0px 0px 4px 4px;
}

/* Responsive layout - when the screen is less than 650px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 650px) {
	.col {
		width: 100%;
		margin-top: 0;
	}
	/* hide the vertical line */
	.vl {
		display: none;
	}
	/* show the hidden text on small screens */
	.hide-md-lg {
		display: block;
		text-align: center;
	}
}

#loginForm input {
    padding: 2px;
    /*margin: 3px;*/
}

#loginsec {
    min-width: 240px;
    width: 240px;
    /*padding: 20px;*/
    position: relative;
    top:120px;
    left:120px;
    /*margin-left: 20%;
    margin-top: 64px;
    margin-bottom: 5px;*/
    background-color: white;
    /*border-radius: 10px;
    box-sizing: initial;
    -webkit-box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 4px 0px rgba(0,0,0,0.75);*/
}

#login {
    margin: 0px 0 !important;
}


#sel_project {
    width: 380px;
}
.text-info {
    font-size: 0.9em;
    display:none;
}
input[type="text"], input[type="password"] {
    border: none;
    border-bottom: 1px solid grey;
    border-radius: 0px;
}

/*START NEW */
#leftpanel {
    float: left;
    width: 500px;
    height: 100%;
    background: /*rgba(17, 17, 17,1) */rgba(55, 0, 235,1);
    /*border: 1px solid red;*/
    position: relative;
    top: 0;
    left: 0;
    background-image: url("/images/LeftPanel.jpg");
    background-repeat: no-repeat;
    background-position: center;
}

.brand-img {
    position: absolute;
    color: white;
    font-weight: 700;
    font-size: 46px;
    top: 80px; /*240px;*/
    left: 40px;
    float: left;
    height: 150px;
    line-height: 70px;
    padding: 10px 0 20px 0;
    /*margin-left: 20px;*/
    font-family: verdana;
    color: white /* rgba(222, 29, 103,1) orange*/;
    /*left: 7px !important;*/
}

    .brand-img .sup {
        font-weight: 400;
        font-size: 0.4em;
        vertical-align: top;
        position: absolute;
        top: 6px;
        padding-left: 2px;
    }

.brand-logo {
    position: absolute;
    bottom: 20px;
    height: 50px;
    width: 175px;
    right: 0px;
    /*border: 1px solid green;*/
    float: right;
    background:white;
}
    .brand-logo img {
        position: absolute;
        left: 5px;
    }#sw {
        width: 250px;
    }
    .row { padding:0px; margin:100px 0 !important;}
.brand-title {
    color:white;
    position:absolute;
    top:300px;
    padding:20px 43px;
    font-size:16px;
}
#wrap-content {
    width: 100%;
    height: 100vh;
    background: rgba(155,155,155,0.5);
}

#wrap-center {
    position: absolute;
    height: 600px;
    width: 1000px;
    top: calc(50% - 300px);
    left: calc(50% - 500px);
    background: white;
    border-radius: 0 0 60px 0;
    box-shadow: 5px 5px 5px gray;
}

#loginForm {
    float: right;
    right: 0;
    width: 480px;
}

#loginsec input, #loginsec button {
    margin-bottom: 15px;
}
#loginForm select {
    border: none;
    background: rgba(245,245,245,0.9);
    line-height: 18px;
    padding: 5px;
    font-size: 16px;
    font-family: "Segoe UI Web (West European)", Segoe UI, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
}
.btn {
    background: rgba(55, 0, 235,1) /*rgba(222, 29, 103, 1)*/ !important;
    color: white !important;
    border-color: rgba(55, 0, 235,1) /*rgba(222, 29, 103, 1)*/ !important;
}
#tagline {
    height: 38px;
    font-size: 16px;
    border-bottom: 3px solid orange;
    line-height: 34px;
    margin-left:3px;
}
.brand-title ul {
    line-height: 24px;
    padding-left: 0;
    font-size: 15px;
    color:white;
    list-style-type:initial;
    list-style-position:inside;
}

.brand-img, .brand-title { display:none !important;}