body{
    background-color: #C5D7E0;
}
.header-container {
    background: url(../img/enrollment-header-1600x526.png);
    min-height: 100%;
}
.sign-out .btn {
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: -7px;
}
.signin-btns{
    clear: both;
    padding: 3em 0;
}
.btn-blue {
    background: #000066;
    color: #fff;
    padding: 8px 5px;
    width: 60%;
    white-space: normal;
    border-radius: 0px;
    font-weight: bold;
    min-height: 90px;
}
.btn-blue:hover {
    color:#fff;
}
.check-mark {
    width: 3%;
    position: absolute;
    bottom: -238px;
    right: 255px;
}
.pointing {
    position: relative;
}
section.bottom-edge.float-right {
    padding: 15em 0 6em;
}
.text-written {
    clear: both;
    color: #000066;
    font-weight: 400;
}
.dialog-box {
    padding-left: 60px;
}
footer#footer {
    clear: both;
    height: 200px;
    background: #EDF3F7;
}
.inner-bg{
    background-color: #D1D9DE;
    padding-bottom: 2em;
}
.inner-bg p {
    font-size: 12px;
    text-align: center;
    margin-right: 35px;
}
section.welcome_enrollment {
    clear: both;
}
.welcome_enrollment h2 {
    font-size: 2.5rem;
    color: #000066;
    font-weight: 700;
    margin-bottom: 2rem;
}
.creating_img {
    width: 42%;
    float: right;
}
.status_step {
    width: 70%;
    float: left;
}
.clear{
    clear: both;
}
.inner-box{
    background-color: #EDF3F7;
    position: relative;
    padding: 4em 0;
}
/* .inner-box .row{
    background: url(../img/START_HERE_arrow_BLUE.png);
    position: absolute;
} */
.step-img {
    width: 75%;
}
.form-data {
    width: 60%;
    margin: 0 auto;
}
.form-data .form-control {
    border: 3px solid #7E7E7E;
    border-radius: 0px;
    font-weight: bold;
    color: #BFBBBF;
}
.form-data .btn-verification {
    color: #fff;
    background: #5E85C4;
    font-weight: bold;
    margin: 1em 0;
    border-radius: 0px;
    width: 65%;
}
.check-tick {
    width: 5%;
    position: absolute;
}
.email-verify {
    position: absolute;
    margin-left: 38px;
    font-size: 1.3em;
    font-weight: bold;
    color: #000066;
    margin-top: 7px;
}
.box-1 {
    margin-bottom: 7em;
}
.sidebar {
    border-left: 6px solid #ABACB8;
}
.start_arrow {
    position: absolute;
    top: -41px;
    left: 39px;
    width: 19%;
}
.side-box {
    background: #D1DDE6;
    padding: 1.5em 0.8em;
    margin: 2em;
    border-radius: 15px;
    min-height: 250px;
}
.side-box h3 {
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
}
.door_open {
    width: 50%;
    float: right;
}
.side-box ul {
    padding: 0px;
}
.side-box li {
    display: inline;
    text-decoration: underline;
}
.side-box li {
    display: block;
    text-decoration: underline;
    margin-bottom: 10px;
    margin-top: 10px;
}
.side-box li a {
    color: #000066;
}
.side-box h4 {
    font-size: 14px;
}
img.step-1_img {
    width: 96%;
}
.btn-next_step {
    width: 30%;
    background: #000066;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    border-radius: 0px;
}
.btn-next_step:hover {
    color: #fff;
 }
 .padding-top{
     padding-top: 0px;
 }
 .choose-pwd {
    font-size: 1.3em;
    font-weight: bold;
    color: #000066;
    margin-top: 7px;
}
.step-2 p {
    color: #000066;
    font-weight: 500;
}
.step-2 span {
    color: #9E1606;
    font-weight: 700;
    font-style: italic;
}
.make_note {
    color: #9E1606 !important;
    font-style: italic;
    font-weight: bold !important;
    font-size: 18px;
    margin-top: 40px;
    margin-left: 45px;
}
.step-3process {
    position: absolute;
    margin-left: 45px;
    font-size: 1.3em;
    font-weight: normal;
    color: #000066;
    margin-top: -7px;
}
.procedure_btn{
    width: 32%;
    background: #000066;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 0px;
    text-align: left;
    line-height: 23px;
}
.procedure_btn:hover{
    color:#fff;
}
.puzzle-kit{
    color: #9E1606 !important;
    font-style: italic;
    font-weight: bold !important;
    font-size: 18px;
    margin-top: 40px;
    margin-left: 65px;
}
.foundation-puzzle{
    margin-bottom: 7em;
}
.step-4 .email-verify {
    margin-left: 55px;
    margin-top: 20px;
}
.view-summary {
    color: #000066;
    text-decoration: underline;
    font-size: 1.3em;
    font-weight: bold;
}
.white-bg {
    background: #fff;
    margin: 40px;
    border-radius: 12px;
    padding: 15px;
}
.white-bg h1 {
    color: #808080;
    position: relative;
    display: inline-block;
    margin: 15px 100px;
    font-size: 32px;
    font-weight: bold;
}
 
 .white-bg h1:before {
     content: "_____";
     color: #808080;
     position: absolute;
     top: -15px;
     left: -75px;
 }
 
 .white-bg h1:after {
     content: "_____";
     color: #808080;
     position: absolute;
     top: -15px;
     right: -75px;
 }
 .foundational-img {
    width: 30%;
}
.white-bg h3 {
    color: #808080;
    position: relative;
    display: inline-block;
    margin: 15px 100px;
    font-size: 26px;
    font-weight: bold;
}
 
 .white-bg h3:before {
     content: "_____";
     color: #808080;
     position: absolute;
     top: -15px;
     left: -75px;
 }
 
 .white-bg h3:after {
     content: "_____";
     color: #808080;
     position: absolute;
     top: -15px;
     right: -75px;
 }
 .file-img {
    width: 60%;
    margin: 2em 0;
}