html, body
{
	padding: 0px;
	margin: 0px;
}


.shadow-box
{
	-moz-box-shadow:    0px 0px 5px 3px #ccc;
 	-webkit-box-shadow: 0px 0px 5px 3px #ccc;
  	box-shadow:         0px 0px 5px 3px #ccc;
}

.content-wrapper
{
	width: 1100px;
	height: 100%;
	position: absolute;
	top:0; left: 0; right: 0; bottom: 0;
	margin: auto; 
	overflow: hidden;
}
.main-content-wrapper
{
	width: 1100px;

    position: absolute;
	top:0; left: 0; right: 0; bottom: 0;
    margin: 126px auto 80px;
    overflow: auto;
}
.main-content
{
	
	overflow: hidden;
	position: relative;
}

#layout 
{
    left: 0;
    padding-left: 160px;
    height: 100%;
}

#loginLayout{
    display: table;
    height: 100%;
    width: 100%;
}

#layout, #menu, .menu-link, #loginLayout, .loginWrapper a.connect .connect__icon
{
    transition: all 0.2s ease-out 0s;
    -webkit-transition:  all 0.2s ease-out 0s;
    -o-transition:  all 0.2s ease-out 0s;
}

#layout 
{
    position: relative;

}

#menu
{
	background: none repeat scroll 0 0 #191818;
    bottom: 0;
    left: 0;
    /*margin-left: -160px;*/
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 160px;
    z-index: 1000;
}

#main
{
	box-sizing: border-box;
	font-size: 16px;
	color: rgb(119, 119, 119);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
	height: 100%;
}

#loginLayout #main
{
    display: table-cell;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    background: rgba(0, 0, 0, 0.2) url(../img/octopus.png) no-repeat scroll bottom right;
}

#loginLayout #main .formContent
{
    float: none;
    min-width: 300px;

    position: static;

     margin-left: 0px;
}

.contentWrapper
{
	margin: 0 auto;
    max-width: 800px;
}

/*
.loginWrapper
{
	margin: auto;
    max-width: 800px;
    height: 200px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
*/

.loginWrapper{
    margin: auto;
    position: relative;
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 20px auto;
    max-width: 550px;
}

.loginWrapper h1
{
	padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
	color: #999;
    margin: 0 0 0 170px;
    font-size: 40px;
}


.loginWrapper .button-color, .loginWrapper .button-color:hover
{
	background: #4caf50;
	font-size: 14px;
	width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    height: 48px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.loginWrapper .is-submit-button
{
    float: right;
    width: 50%;
    margin: 0;
    position: relative;
}

.loginWrapper .button-color:hover
{
	background-color: #0B9F0F;
}

.loginLink a , .success_link a, .password_reminder a
{
    font-size: 14px;
    color: rgba(59, 103, 158, 1);
}

.loginLink a:hover, .success_link a:hover, .password_reminder a:hover
{
    text-decoration: none;
}

.password_reminder
{
    position: relative;
}

.password_wrapper
{
    position: absolute;
    bottom: 31px;
    left: 20px;
}

.success_link
{
    text-align: center;
    padding-top: 20px;
}

.success_message
{
    text-align: center;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: rgba(117, 145, 12, 0.10);
}

.logmod__tabs::after {
    clear: both;
    content: "";
    display: table;
}

.logmod__tabs {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.logmod__tabs li a {
    background: #d2d8d8 none repeat scroll 0 0;
    color: #809191;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 700;
    height: 72px;
    line-height: 72px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 50%;
}

.logmod__tabs li.current a {
    background: #fff none repeat scroll 0 0;
    color: #333;
}

.loginWrapper #form{
    padding: 20px;
}

.connect::after {
    clear: both;
    content: "";
    display: table;
}

.connect.facebook {
    background: #3b5998 none repeat scroll 0 0;
    color: #fff;
}
.connect {
    display: block;
    height: 72px;
    line-height: 72px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
}

.connect.facebook .connect__icon {
    background: #283d68 none repeat scroll 0 0;
}
.connect__icon {
    float: left;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.connect.googleplus .connect__icon {
    background: #b52f1f none repeat scroll 0 0;
}
.connect__icon {
    float: left;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.connect:last-child {
    border-radius: 0 0 4px 4px;
}
.connect.googleplus {
    background: #dd4b39 none repeat scroll 0 0;
    color: #fff;
}
.connect__context {
    text-align: center;
    vertical-align: middle;
}

.loginWrapper a.connect:hover .connect__icon  {
    width: 100px;
}

.loginWrapper .input-style{
    width: 100%;
    max-width: none;
}