﻿body {
    width:100%;
    height:100%;
    top:0;
    left:0;
    position:absolute;
    background-color:#386998;
}

.narrow.content {
    margin:0 auto;
    top:0;
    background:#dfe4e6;
    height:100%;
    width:700px;
    box-shadow: 0 9px 0px 0px white, 0 -9px 0px 0px white, 12px 0 15px -8px #555, -12px 0 15px -8px #555;
}

.formcontainer {
    width:400px;
    position: absolute;
    height: 300px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.signupform {
    height: 600px;
}

.welcometext {
    text-align: center;
    color: #386998;
    font-size: 16pt;
    text-shadow: 1px 1px 3px #AAAAAA;
}

.textbox {
    margin-top:2px;
    margin-bottom:2px;
    border-radius:0;
}

.div-logo-round {
    margin:0 auto;
    position:relative;
    top:-10px;
    background:white;
    width:100px;
    height:100px;
    border-radius: 100px;
    box-shadow:2px 2px 4px #555, -2px 2px 4px #555;
    background-image:url(../images/agilecloud_t_90.png);
    background-repeat: no-repeat;
    background-position-y: 20px;
    background-position-x:center;
}

.div-logo-round2 {
    margin:0 auto;
    position:relative;
    top:-10px;
    background:white;
    width:100px;
    height:100px;
    border-radius: 100px;
    box-shadow:2px 2px 4px #555, -2px 2px 4px #555;
    background-image:url(../images/logo-round.png);
    background-repeat: no-repeat;
    background-position-y: 20px;
    background-position-x:center;
}

.div-logo-round:hover {
    box-shadow:2px 2px 8px #386998, -2px 2px 8px #386998;
}

.btn.btn-submit {
    background-color: #dfe4e6;
    color: #2467AC;
    border-radius:0;
}

    .btn.btn-submit:hover {
        background-color: #386998;
        color: white;
    }

div.container.account-section.first {
    margin-top:20px;
}
div.container.account-section {
    width:680px;
    margin-top:10px;
    margin-bottom:10px;
}

h4.h4-account-section-header {
    text-align:center;
    border-radius: 10px;
    border: 1px #386998 solid;
    padding: 4px;
    font-size:17pt;
    color: #386998;
    font-stretch:narrower;
    margin-bottom: 20px;
}

div.container.account-section span.section-line {
    display:block;
    padding-left: 20px;
    font-size:14pt;
    margin:4px;
}

span.bolder {
    font-weight:600;
}

h5.account-section-info-text {
    padding-top:8px;
    padding-bottom:8px;
}


.form-signup-header {
    text-align:center;
    /*color:#386998;*/
}
.form-signup-header span.span-agilecloud {
    font-family: "Oleo Script";
}
.form-signup-header span.span-agilecloud-subheader{
    font-size:16pt;
    /*font-family:"Oleo Script";*/
    font-style:italic;
}

li {
    list-style: none;
}

.validation-summary-errors {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

a.forgot-password {
    color: #386998;
    text-align: right;
    display: block;
}