html {
    font-size: 16px;
}

body {
    background: #f5f5f5 none top left no-repeat;
    background-attachment: scroll;
    color: #000000;
    font-family: 'Geomanist';
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: left;
    text-decoration: none;
}

a {
    outline: 0;
    color: #0AA0C6;
    font-size: 14px;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/geomanist-light-webfont.woff2') format('woff2'),
    url('../fonts/geomanist-light-webfont.eot');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/geomanist-book-webfont.woff2') format('woff2'),
    url('../fonts/geomanist-book-webfont.eot');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/geomanist-book-webfont.woff2') format('woff2'),
    url('../fonts/geomanist-book-webfont.eot');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/geomanist-book-webfont.woff2') format('woff2'),
    url('../fonts/geomanist-book-webfont.eot');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/geomanist-book-webfont.woff2') format('woff2'),
    url('../fonts/geomanist-book-webfont.eot');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Geomanist';
    src: url('../fonts/geomanist-book-webfont.woff2') format('woff2'),
    url('../fonts/geomanist-book-webfont.eot');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'iconCL';
    src: url('../fonts/iconCL.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

[class^='glyphicon-cl-'],
[class*='glyphicon-cl-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconCL', sans-serif;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Sign Up CSS */
.user-registration-banner {
    background-image: url('../images/banner-default.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    height: 101px;
}

.corelogic-logo-button {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}

.sign-up-form {
    background-color: #fff;
    height: calc(80%);
}

.sign-up-form > .container {
    display: flex;
    height: 636px;
    justify-content: space-around;
    min-height: 636px;
}

.sign-up-form > .container > div {
    padding: 0;
}

.title {
    color: #000000;
    font-family: 'Geomanist';
    font-size: 24px;
    font-weight: lighter;
    padding: 43px 0 17px 0;
}

.user-registration {
    color: #3a3a3a;
}

.form-control,
.input-group-btn button {
    height: auto;
    min-height: 34px;
    font-size: 17px;
    color: #828282;
    font-weight: lighter;
    border: 1px solid #aaaaa0;
    border-radius: 4px;
    padding: 15px;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control.focused,
.input-group-btn button.focused,
.form-control:focus,
.input-group-btn button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control.focused:not(.form-control-white),
.input-group-btn button.focused:not(.form-control-white),
.form-control:focus:not(.form-control-white),
.input-group-btn button:focus:not(.form-control-white) {
    border-color: #0aa0c6;
}

.control {
    position: relative;
    display: inline-block;
    width: 100%;
}

.control .form-control + label {
    text-transform: none;
    font-weight: normal;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 125%;
}

.control .form-control.focused:not(.form-control-white) + label,
.control .form-control:focus:not(.form-control-white) + label {
    color: #0aa0c6;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    color: #9f9f9f;
}

label {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
}

input[type='text'],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.cc-button-secondary:focus,
.cc-button-secondary:active:focus,
.cc-button-secondary.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.cc-button-secondary:hover,
.cc-button-secondary:focus {
    color: #333333;
    text-decoration: none;
}

.cc-button-secondary:active,
.cc-button-secondary.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.cc-button-secondary.disabled,
.cc-button-secondary[disabled],
fieldset[disabled] .cc-button-secondary {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.cc-button-secondary:disabled:hover,
.cc-button-secondary.disabled:hover,
.cc-button-secondary.disabled:focus {
    background-color: #0aa0c6;
    background-image: none;
}

.cc-button-secondary:link {
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
}

.cc-button-secondary:visited {
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
}

.cc-button-secondary:hover {
    background-color: #087995;
    color: #ffffff;
    font-style: normal;
    text-decoration: none;
}

.cc-button-secondary {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    font-family: 'Geomanist';
    font-size: 17px;
    font-weight: normal;
    text-align: center;
    line-height: 1.5em;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #3899D5;
    border-radius: 4px;
    color: #ffffff;
    text-decoration: none;
    text-transform: none;
    padding: 15px;
    min-width: 157px;
    transition: all 0.25s;
    z-index: 1;
}

.cc-button-secondary .icon {
    width: 20px;
    font-size: 1rem;
}

.cc-button-secondary .icon:before {
    position: absolute;
    right: calc(35px);
    bottom: 15.5px;
    transition: all 0.25s;
}

.cc-button-secondary.cc-button-small .icon {
    width: 20px;
}

.cc-button-secondary.cc-button-small .icon:before {
    position: absolute;
    right: calc(25px);
    bottom: 10px;
    transition: all 0.25s;
}

.cc-button-secondary:link:hover.cc-button-small .icon:before,
.cc-button-secondary:link.hovered-button.cc-button-small .icon:before,
.cc-button-secondary.hovered-button.cc-button-small .icon:before,
.cc-button-secondary:focus.cc-button-small .icon:before,
.cc-button-secondary:hover.cc-button-small .icon:before,
.cc-button-secondary:active.cc-button-small .icon:before {
    right: 20px;
}

.cc-button-secondary:link:hover:not(.cc-button-small) .icon:before,
.cc-button-secondary:link.hovered-button:not(.cc-button-small) .icon:before,
.cc-button-secondary.hovered-button:not(.cc-button-small) .icon:before,
.cc-button-secondary:focus:not(.cc-button-small) .icon:before,
.cc-button-secondary:hover:not(.cc-button-small) .icon:before,
.cc-button-secondary:active:not(.cc-button-small) .icon:before {
    right: 30px;
}

.cc-button-secondary:focus,
.cc-button-secondary:visited,
.cc-button-secondary:link,
.cc-button-secondary:active,
.cc-button-secondary:link:hover,
.cc-button-secondary:hover {
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

.cc-button-secondary:before {
    content: '';
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    transition: all 0.25s;
}

.cc-button-secondary:link:hover:before,
.cc-button-secondary:link.hovered-button:before,
.cc-button-secondary.hovered-button:before,
.cc-button-secondary:focus:before,
.cc-button-secondary:hover:before,
.cc-button-secondary:active:before {
    width: 100%;
}

.cc-button-secondary.disabled,
.cc-button-secondary[disabled] {
    cursor: not-allowed;
    background: #cccccc;
    color: #ffffff;
}

.cc-button-secondary.disabled:after,
.cc-button-secondary[disabled]:after {
    display: none;
}

.cc-button-secondary.cc-button-uppercase {
    text-transform: uppercase;
}

.comprehensive-property,
.control,
.forgot-your-password-div,
.title {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 343px;
}

.forgot-your-password-div {
    color: #5a5a5a;
    font-size: 13px;
    padding-bottom: 40px;
    font-weight: lighter;
}

.forgot-your-password {
    border: none;
    color: #0AA0C6;
    padding: 0;
    background-color: #FFFFFF;
}

.comprehensive-property {
    color: #5A5A5A;
    font-size: 17px;
    font-weight: lighter;
    line-height: 26px;
    margin-bottom: 19px;
}

.divider {
    background-color: #e6e6e6;
    height: 100%;
    margin: 0 auto;
    min-height: 636px;
    padding: 0;
    width: 2px;
}

.go-back-button {
    background-color: #fff;
    color: #0AA0C6;
    font-weight: lighter;
    border: 1px solid #0aa0c6;
    font-weight: 400;
}

.cl-footer {
    background-color: #f8f8f8;
    border-top: 1px solid #e6e6e6;
    color: #3a3a3a;
    height: 88px;
    padding-top: 24px;
}

.cl-footer .copyright {
    text-align: center;
}

.cl-footer .copyright span {
    font-size: 12px;
    font-weight: 100;
    line-height: 14px;
    text-align: center;
}

.logo-margin {
    margin: 20px 0px;
}

#signIn-button {
    border: 0;
}

#user-registration-header {
    background-color: #ffffff;
    text-align: center;
}

@media (max-width: 1280px) {
    .col-md-12.user-registration {
        padding: 0;
    }

    .container {
        min-height: 0;
        width: 100%;
    }

    .divider-parent {
        width: 2px;
    }

    .title {
        padding: 32px 0 16px 0;
    }

    .user-registration-banner {
        height: 1px;
    }
}

@media (max-width: 768px) {
    .cl-footer {
        display: none;
    }

    .col-md-2,
    .col-md-5,
    .col-md-12.form-group,
    .col-md-12.user-registration,
    .container {
        padding: 0;
    }

    .col-md-12.user-registration.create-account {
        padding-bottom: 64px;
    }

    .comprehensive-property {
        margin-top: 0;
    }

    .comprehensive-property,
    .control,
    .forgot-your-password-div,
    .title {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 343px;
    }

    .container {
        flex-direction: column;
    }

    .divider-parent {
        height: 1px;
        min-height: 1px;
        width: 100%;
        background-color: #E6E6E6;
    }

    .divider {
        display: none;
    }

    .title {
        padding: 40px 0 17px 0;
    }
}

@media (max-width: 375px) {
    .cc-button-secondary {
        min-width: auto;
    }

    .comprehensive-property,
    .control,
    .forgot-your-password-div,
    .title {
        width: 100%;
    }

    .title {
        padding: 32px 0 16px 0;
        text-align: center;
    }

    .row {
        margin: 0;
    }
}