.login-wrap {
	background: #0e3042;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
}
.login-logo{
	text-align: center;
}
.login-logo img{
	width: 280px;
}
.form-wrap{
	width: 450px;
    position: relative;
	margin: 0 auto;
	margin-top: 15%;
}
.hidden{
	display: none;
}

/*login*/
.form-group{
	height: 225px;
}
.submit-wrap{
	float: right;
}
input{
	width: 100%;
	margin-bottom: 10px;
	border-radius: 3px;
}
/*form{
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-top: 20px;
}*/
.form-control{
	font-size: 16px;
    padding: 30px;
	background: none;
	border: 1px solid #207dae;
	color: #ccc;
}
input:-webkit-autofill{
	background: none !important;
}
.form-control:focus{
	background: none;
	border: 1px solid #207dae;
	color: #ccc;
}
.invalid-feedback{
	margin-top: -10px;
    margin-bottom: 10px;
	display: block;
}
.auth-message{
	width: 100%;
	text-align: center;
}
h1.auth{
	margin-top: 160px;
	margin-bottom: 20px;
    font-size: 20px;
	height: 20px;
	text-align: center;
}
a.auth{
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
}
.signout.auth{
	cursor: pointer;
    color: #ee6123;
}
.signout.auth:hover {
    color: #207dae;
}
.inner-wrap-960{
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	margin-top: 50px;
}
.main-div{
	display: inline-block;
	width: 600px;
	height: 800px;
}
.sidebar{
	display: inline-block;
	width: 360px;
	height: 800px;
	float: right;
}
.activity-stream{
	border: 1px solid #207dae;
	height: auto;
	margin: 0 auto;
	margin-right: 20px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.widget{
	background: #0e3042;
	border: 1px solid #207dae;
	height: 100px;
	margin: 0 auto;
	color: #ccc;
	font-size: 29px;
	margin-bottom: 20px;
	border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.users-widget{padding: 34px 30px;}
.pages-widget{padding: 34px 30px;}
.teams-widget{padding: 34px 30px;}
.tools-widget{
	background: none;
	border: none;
}
.widget-header{
	background: #0e3042;
    height: 36px;
    color: #ccc;
    width: 100%;
    font-size: 14px;
    padding: 11px 30px;
    text-transform: uppercase;
	font-weight: normal;
	border-radius: 5px 5px 0px 0px;
}
.inline{
	display: inline-block;
}
.act-content {
    height: auto;
    padding: 30px;
}
.act-content .username{
	color: #207dae;
	font-weight: bold;
	width:100px;
	vertical-align: top;
}
.act-content .activity{
	width: 275px;
}
.act-content .timestamp{
	float: right;
}
.act-content ul li{
	margin: 0px 0px 5px;
    border-bottom: 1px dotted #80808066;
    padding-bottom: 5px;
}
.tools-content ul li{margin: 0px 0px 5px;}
.tools-content{
	padding:30px;
	border: 1px solid #207dae;
    border-radius: 0px 0px 5px 5px;
}
a.tools{
	font-size: 14px;
	font-weight: normal;
}
.logo-med{
	text-align: center;
	width: 33px;
}
.logo-small{
	text-align: center;
	width: 10px;
    margin-right: 10px;
}
.count-wrap {
    width: 200px;
    margin-left: 10px;
}
.form-wrapper{
	width: 700px;
	margin: 0 auto;
	margin-top: 50px;
}
.content-center{
	width: 100%;
    text-align: right;
    position: relative;
    right: 60px;
}
.invalid{
	width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}
.align-middle {
    padding-top: 1%;
    padding-bottom: 1%;
}
.generic-form-header {
    width: 98%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 15px;
}
#edit-password-form .form-control {
	width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#edit-password-form .form-group {
    height: 40px;
}
.content-wrap.edit-pass{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 60px;
}
.form-control:focus {
    box-shadow: none;
}
.generic-button-blue{
    color: #fff;
    background: #ee6123;
    border: 1px solid #ee6123;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 20px;
    display: block;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
    outline: none;
    text-decoration: none;
}