
@import 'recaptcha_placement.css';
@import 'bannerTitle.css';
@import 'logoElementsPosition.css';


/* some overrides to the includes above ---------------------------------*/
.messages {
	color:#eeeeee;
}

/* NOTE duplicated in style.css */
.leftText {
	text-align:left;
}
.posAbsolute {
  position:absolute;
}
.posRelative{
  position:absolute;
}
.colorWhite {
  color:white;
}


/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
	.showOnMSedgeOnly { display: normal !important; }
} 
@supports not (-ms-ime-align:auto) {
	.showOnMSedgeOnly { display: none; }
} 

body {
    /* background-color: gainsboro; */
		background-color:rgb(58,90,141);  /* matching the Ideatree home page banner */
}
a {
    text-decoration: none;
}
input[type='password'],
input[type='text'],
input[type='email'] {
    width: 86%;
    border-radius:4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 2px 4px;
    margin: 6px;
		font-size: large;
}
.login_body {
    color: #4d4d4d;
    font-family: 'Arial',serif;
    font-size:  14px;
}
.linkedin {
    background: url('/static/ideatree/images/Logo-2C-41px-TM.png') no-repeat center top;
    box-shadow: 2px 2px 8px rgba(0,0,0,.7);
    border-radius: 5px;
    width: 170px;
    height: 41px;
    margin: 80px auto;
    overflow: hidden;
}

.fb {
    background: url('/static/ideatree/images/fb_200.png') no-repeat center top;
    box-shadow: 2px 2px 8px rgba(0,0,0,.7);
    border-radius: 5px;
    width: 198px;
    height: 37px;
    margin: 80px auto;
    overflow: hidden;
}
.inset {
    width: 400px;
    padding: 30px;
    background: rgba(255,255,255,.65); 
    box-shadow: 2px 2px 8px rgba(0,0,0,.7);
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    text-align: center;
}
.insetheader {
    text-align: left;
    margin-bottom: 10px;
		background-color:rgb(58,90,141) !important;  /* matching the Ideatree home page banner */
    text-decoration: none;
}
.remember-forgot-section {
    width: 94%;
    text-align: left;
    margin: 8px auto;
    font-size: 10pt;
}
.forgot {
    float: right;
    margin-top: 2px;
}
.footnote {
    position: relative;
    top: 14px;
    margin-top: 6px;
    font-size: 12pt;
}
.banner-img-logged-out,
.banner-img {
    display:block;
    margin-right:auto;
    margin-left:auto;
    margin-top:50px;
}
.pull-right {
    float:right;
}
.btn {
    color: #fff;
    font-size: 13px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: rgb(102, 140, 94);
    background-image: -moz-linear-gradient(top, rgb(158, 194, 142), rgb(104, 143, 96));
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#9ec28e),to(#688f60));
    background-image: -webkit-linear-gradient(top, #9ec28e, #688f60);
    background-image: -o-linear-gradient(top, #9ec28e, #688f60);
    background-image: linear-gradient(to bottom, #9ec28e, #688f60);
    background-repeat: repeat-x;
    border-color: #5f8657;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-width: 2px;
    border-radius: 5px;
    margin-top: 5px;
    padding: 3px 18px 5px 18px;
}

.btn:hover,
.btn.active {
    box-shadow: 1px 1px 9px rgba(0,0,0,.7);
}

ul.errorlist {
    margin: 0;
    padding: 0;
}
ul.errorlist li {
    display: inline;
    color: darkred;
    font-size: 16pt;
}

.underlined {
	text-decoration: underline !important;
}
