/* Basic */
body {
    font-family: 'Open Sans', 'Arial', 'sans-serif';
}

a {
    color: #163746;
}

.btn-orange {
    color: #fff;
    background-color: #e66429;
    border: 0;
}

.btn-orange:hover {
    color: #fff;
    background-color: #d55a23;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
    border: 1px solid #e66429;
}

.border-button {
    color: #e66429;
    padding: 0 20px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #e66429;
    background: none;
    outline: none;
    display: inline-block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.border-button .fa {
    margin-left: 4px;
    position: relative;
    top: 2px;
    font-size: 16px;
}

.border-button:hover {
    color: #fff;
    box-shadow: inset 250px 0 0 #e66429
}

/* Brand */
.avatar {
    margin-bottom: 10px;
}

.brand span {
    display: block;
}

.brand-logo {
    font-size: 42px;
    line-height: 48px;
    color: #163746;
    font-weight: lighter;
    font-family: 'Open Sans', 'Arial', 'sans-serif';
    margin: 0;
}

.brand-slogan {
    font-size: 13px;
    color: #163746;
    font-family: 'Open Sans', 'Arial', 'sans-serif';
}

.brand-text {
    color: #e66429;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Open Sans', 'Arial', 'sans-serif';
}

/* Form */
.form-group {
    position: relative;
}

.form-group .form-group-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0px 3px 3px 0px;
    height: 36px;
    width: 36px;
    background-color: #e66429;
    color: #fff;
    text-align: center;
}

.form-group .form-group-icon:after {
    content: "\f18d";
    font-family: 'Web Icons';
    position: absolute;
    top: calc(50% - 23.5px);
    left: -18px;
    color: #e66429;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    text-rendering: auto;
    speak: none;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.form-group .form-group-icon .icon {
    position: relative;
    top: 8px;
}

.form-group .checkbox-primary input[type=radio]:checked+label::before,
.form-group .checkbox-primary input[type=checkbox]:checked+label::before {
    background-color: #57c743;
    border-color: #57c743;
    outline: none;
}

/* Page */
.page-login-v3:before {
    background: #163746 !important;
}

.page-login-v3 .panel {
    margin-bottom: 0 !important;
}

.page-login-v3 form {
    margin: 20px 0 !important;
}

.page-content {
    position: relative;
    z-index: 100;
    width: 100%;
}

/* Panel */
.panel {
    margin: 0 auto;
    display: block;
    box-shadow: 0 5px 25px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 5px 25px rgba(0,0,0,0.6);
}

.panel .panel-body {
    padding: 37px 40px 40px !important;
}

/* Intro
================================================== */
.intro {
    position: relative;
}

.intro-text {
    text-align: center;
}

.intro-text img {
    margin: 25px auto 0;
    display: block;
    max-width: 300px;
}

.intro-text h1 {
    color: #fff;
    font-size: 30px;
}

.intro-text h1 span {
    color: #e66429;
    font-weight: bold;
}

/* errors
================================================== */
.alert {
    margin-bottom: 0;
    margin-top: 15px;
}

/* locked
================================================== */
.locked {
    color: #fff;
}

.locked .btn-orange {
    padding: 7px 10px;
}

.locked p a {
    color: #e66429;
}

/* thank you
================================================== */
.thank-you h1 {
    text-align: center;
}

.thank-you img {
    margin: 0 auto 20px;
    display: block;
}

.thank-you p {
    text-align: center;
}

.thank-you .subscribe h3 {
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 18px;
}

.thank-you .subscribe form {
    position: relative;
    margin: 10px 0 15px;
}

.thank-you .subscribe form input[type="email"] {
    width: 100%;
    height: 38px;
    padding: 0 8px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.thank-you .subscribe form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px 15px;
}

/* Responsive
================================================== */
@media (max-width: 767px) {
    .page-login-v3 .page-content {
        padding: 10px 0px !important;
    }

    .panel .panel-body {
        padding: 37px 10px 40px !important;
    }

    .intro-text h1 {
        font-size: 15px;
        line-height: 1.5;
        margin: 0 0 10px 0;
    }

    .thank-you h1 {
        font-size: 26px;
        line-height: 1.5;
    }
    
    .thank-you h5 {
        line-height: 1.5;
    }
}
