html, body {
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #404040;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    min-width: 100%;
    direction: ltr;
}

h1 {
    font-size: 24px;
    color: #262626;
    margin: 0 0 15px;
    font-weight: normal;
}

h2 {
    font-size: 14px;
    color: #262626;
    margin: 0 0 15px;
    font-weight: bold;
}

.banner h1 {
    font-family: Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #555;
    font-size: 24px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 20px;
}

.banner h2 {
    -webkit-font-smoothing: antialiased;
    color: #555;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}

.wrapper {
    position: relative;
    min-height: 100%;
}

.content {
    padding: 0 44px;
}

.main {
    padding-top: 60px;
}

.banner {
    text-align: center;
}

.banner h1 {
    font-size: 24px;
    margin-bottom: 15px;
}

.banner h2 {
    margin-bottom: 15px;
}

.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.block {
    background-color: #f7f7f7;
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    width: 304px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.signin-block .buildspace-img {
    margin: 15px auto 30px;
    display: block;
    max-width: 100%; /* Ensure the image doesn't exceed the container's width */
    height: auto; /* Maintain the aspect ratio */
    object-fit: contain; /* Ensure the image fits within the container */
}

.signin-block .profile-name {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

form {
    display: block;
    margin-top: 0;
}

.hidden-label {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 0;
    width: 0;
    overflow: hidden;
    visibility: hidden;
}

input[type=email], input[type=number], input[type=text], input[type=password], input[type=url] {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    height: 36px;
    padding: 0 8px;
    margin: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    color: #404040;
}

.signin-block input[type=email], .signin-block input[type=password], .signin-block input[type=text], .signin-block input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.signin-block #Email, .signin-block #Passwd, .signin-block .captcha {
    direction: ltr;
    height: 32px;
    font-size: 12px;
}

.signin-block #Email {
    margin-bottom: 0;
}

.error-msg {
    margin: .5em 0;
    display: block;
    color: #dd4b39;
    line-height: 17px;
}

.rc-button-submit {
    display: inline-block;
    min-width: 46px;
    text-align: center;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    line-height: 36px;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    border: 1px solid #dcdcdc;
    background-color: #5a9bef;
    user-select: none;
    cursor: default;
}

button, input[type=button], input[type=submit] {
    font-family: Arial, sans-serif;
}

a#link-forum:hover {
    color: #f4a938;
    text-decoration: underline;
}

a#link-newsletter:hover {
    color: #f4a938;
    text-decoration: underline;
}

.external-links a, a:hover, a:visited {
    font-size: .85em;
    cursor: pointer;
    text-decoration: none;
    color: #5a9bef;
}

.second-block p .external-links {
    margin-bottom: 30px;
}

.second-block p {
    margin: 0 0 10px;
    color: #555;
    font-size: 14px;
    text-align: center;
}

.footer-bar {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 28px;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
}
.footer {
    padding-left: 12px;
    padding-top: 6px;
    font-size: 9px;
    white-space: nowrap;
    line-height: 0;
}
.footer ul {
    float: left;
    max-width: 80%;
    padding: 0;
}
.footer ul li {
    color: #737373;
    display: inline;
}

.signin-block {
    position: relative;
}

.signin-block .ribbon-banner {
    background-image: url('../img/buildspace-ribbon-eproject.png');
    width: 132px;
    height: 132px;
    position: absolute;
    top: -5px;
    right: -6px;
}