body {
    height: 200px;
    /*color: #fff;
    background-color: #000;*/
}


body h1, body h2, body h3, body h4, body h5 {
    font-family: "cronos-pro-display", sans-serif;
}

/*body .shadowed {
    text-shadow: 0px 0px 11px rgba(255, 255, 255, 1);
}*/

body .headline {
    margin-top: -473px;
    margin-bottom: 120px;
    bottom: auto;
    top: 530px;
}

body .image-wrapper {
    background-image: url(../images/cpt_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    min-height: 357px;
}

body .btn.outline {
    background: 0 0;
    padding: 12px 22px;
    border-radius: 0;
    border: 2px solid green;
    color: green;
    border-width: 1px;
    font-weight: 900;
    z-index: 1;
    white-space: normal;
    transition: color .3s, background-color .3s, border-color .3s;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.cpt-logo {
    /*width: 298px;
    height: 51px;*/
}

img {
    vertical-align: middle;
}

img {
    border: 0;
}

.headline {
    position: absolute;
    bottom: 5vh;
    left: 0;
    right: 0;
}

.headline h1 {
    line-height: 120%;
    margin: 0 0 20px;
    text-align: left;
}

.intro {
    margin-top: 100vh;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media only screen and (min-width: 992px) {
    body .headline .btn.outline.learn {
        width: 258px;
        text-align: right;
    }
}
