﻿
.login-header {
    background-color: #0d1d37;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px;
}

/* Logo Styling */


@font-face {
    font-family: 'avenirltstd-book';
    src: url('../font/avenirltstd-book.otf') format('opentype');
    font-weight: normal;
}
@font-face {
    font-family: 'avenir-lt-95-black-5aabec0659d5b';
    src: url('../font/avenir-lt-95-black-5aabec0659d5b.ttf') format('truetype');
    font-weight: bold;
}

/*@font-face {
    font-family: 'Avenir';
    src: url('../font/AvenirLTStd-Book.otf');
    font-weight: normal;
}
@font-face {
    font-family: 'AvenirBold';
    src: url('../font/avenir-lt-95-black-5aabec0659d5b.ttf');
    font-weight: bold;
}*/

/*@font-face {*/
/*font-family: 'AvenirBold';*/
/*src: url('/themes/ihlic/assets/fonts/AvenirLTStd-Medium.otf'); !* IE9 Compat Modes *!*/
/*src: url('/themes/ihlic/assets/fonts/AvenirLTStd-Medium.otf?#iefix') format('embedded-opentype'), !* IE6-IE8 *!*/
/*url('/themes/ihlic/assets/fonts/avenir-lt-95-black-5aabec0659d5b.ttf')  format('truetype'); !* Safari, Android, iOS *!*/
/*font-weight: bold;*/
/*}*/

img {
    /* src="http://ih.mightily.com/app/uploads/2018/08/IH-Web-Logo-Horizontal-No-Tag-NAVY.png" */
    width: 240px;    
}

.navbar {
    width: 0;
    height: 0;
    visibility: hidden;
}

.main-container{
    position: static;
    padding: 0;
}

.main-container:after {    
    background-color: transparent;
    background-image: url('../images/flower-cta-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*border: 30px solid #ffffff;*/
}

.main-container:before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(13, 29, 55, 0.8);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    /*border: 30px solid #ffffff;*/
}

.account-wrapper {
    max-width: 500px !important;
    font-family: Avenir,Helvetica Neue,Helvetica,Arial;
    font-weight: normal;
}

.account-body {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    padding: 40px 50px 10px;
    box-shadow: none;
    margin-top: 50px;
}

.account-footer {
    padding: 10px 50px 40px;
    background-color: white;
    text-align: center;
}

a {
    color: #92d5d8;
    transition: color 200ms ease-in-out;
}

    a:hover {
        text-decoration: none;
        color: #0d1d37;
    }

.small, small {
    font-size: 14px;
}

.form-group {
    text-align: center;
}

.pull-right {
    float: none !important;
    letter-spacing: 0.5px;
}

input[type="text"]::placeholder {
    visibility: hidden;
    margin-bottom: 45px;
}

input[type="password"]::placeholder {
    visibility: hidden;
    margin-bottom: 25px;
}

p {
    letter-spacing: 0.5px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #a9a9a9;
}

.btn-default {
    background-color: unset !important;
    border-color: unset;
}

    .btn-default:hover, .btn-default:focus {
        background-color: #0d1d37 !important;
        color: #ffffff !important;
        border: 1px solid #0d1d37;
        -webkit-transition: all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }


.btn {
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    padding: 10px 35px 9px 15px;
    color: #0d1d37 !important;
    border: 1px solid #0d1d37;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    transition: all .3s ease-in-out;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2.5px;
}

.btn-lg {
    border-width: 1px;
    line-height: 1.35;
    padding: 24px 16px;
    font-family: AvenirBold,Helvetica Neue,Helvetica,Arial;
}

.btn > [class*="fa-"] {
    margin-right: 0;
    margin-left: 10px;
}

label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600 !important;
    letter-spacing: 2.5px;
    font-family: AvenirBold,Helvetica Neue,Helvetica,Arial;
}

.text-center h2 {
    display: none;
}

form.form.account-form {
    padding-top: 50px;
    text-align: center;
}
