/*============ Banner ============*/
.banner-wrapper {
    overflow: hidden;
    display: block;
    max-height: 640px;
}

.banner-wrapper .banner {
	min-height: 443px;
    min-width: 1309px;
    width: 100%;
}

.banner-wrapper .loginbox {
    padding-bottom: 15px;
    width: 275px;
    position: absolute;
    right: 75px;
    top: 125px;
    border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    background: -webkit-linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(246,246,246,1) 47%,rgba(245,242,245,1) 100%);
    background: -moz-linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(246,246,246,1) 47%,rgba(245,242,245,1) 100%);
    background: -ms-linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(246,246,246,1) 47%,rgba(245,242,245,1) 100%);
    background: -o-linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(246,246,246,1) 47%,rgba(245,242,245,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(246,246,246,1) 47%,rgba(245,242,245,1) 100%);
    -webkit-box-shadow: 0px 2px 15px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 15px -1px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 15px -1px rgba(0,0,0,0.75);
}

.banner-wrapper .loginbox .header {
    padding-top: 15px;
    border-bottom: 1px solid #999;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    border-radius: 6px 6px 0px 0px;
    background: -webkit-linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(246,246,246,1) 82%,rgba(237,237,237,1) 100%);
    background: -moz-linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(246,246,246,1) 82%,rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(246,246,246,1) 82%,rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(246,246,246,1) 82%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(246,246,246,1) 82%,rgba(237,237,237,1) 100%);
}

.banner-wrapper .loginbox .header h4 {
    font-size: 18px;
    margin-top: 0;
}

.banner-wrapper .loginbox .body {
    padding-top: 15px;
}

.banner-wrapper .loginbox .body .input-label, .banner-wrapper .loginbox .error-message {
    font-size: 14px;
	font-weight: bold;
    margin-bottom: 5px;
}

.banner-wrapper .loginbox .body .forgot-password-link {
    font-size: 14px;
}

.banner-wrapper .loginbox .error-message {
	color: #bd1e2d;
}

.banner-wrapper .loginbox .form-control {
    max-width: 253px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 5px 5px 20px -10px #999;
    -moz-box-shadow: inset 5px 5px 20px -10px #999;
    box-shadow: inset 5px 5px 20px -10px #999;
}

@media ( max-width : 767px ) {
    .banner-wrapper .loginbox {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        left: 15px;
    }
    
    .banner-wrapper .loginbox .signup {
        padding-top: 44px;
    }
    
    .banner-wrapper .banner {
        display: none;
    }
}

@media ( max-width : 567px ) {
    
    .banner-wrapper {
        text-align: center;
    }
    
    .banner-wrapper .loginbox {
        width: 275px;
        display: inline-block;
    }   
}
/*============ Banner ============*/

h4 {
    font-size: 12pt;
	position: relative;
    top: 0px;
    bottom: -10px;
}

/*============ Features ============*/
.portal-wrapper .primary-features {
    padding-right: 20px;
    margin-right: 316px;
}
.portal-wrapper .primary-features ul {
    padding-left: 20px;
}

.portal-wrapper .primary-features ul li {
    font-size: 18px;
    margin: 10px 0;
}

.portal-wrapper .additional-features {
    //background-color: #E5E5E5;
    background-color: #FFFFFF;
    border: 0px solid #999;
    width: 316px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: absolute;
    top: 40px;
    right: 0;
    padding: 20px;
} 

.portal-wrapper .additional-features h3 {
    margin-top: 0;
}

.portal-wrapper .additional-features ul {
    padding-left: 0;
    list-style: none;
}

hr {
    margin: 0px;
    width: 100%;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background-color: #666666;
    color: #666666; 
}

.portal-wrapper .additional-features ul li {
    font-size: 14px;
    margin: 5px 0;
}

.portal-wrapper .additional-features ul li:before {
    content: "- ";
}

@media ( max-width : 767px ) {
    .portal-wrapper .primary-features {
        padding-right: 0;
        margin-right: 0;
    }
    .portal-wrapper .additional-features {
        background: none !important;
        border: 0 !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        margin-top: 24px;
        padding: 0 !important;
        position: relative;
        top: 0;
        width: auto;
    }
    
    .portal-wrapper .additional-features h3 {
        font-size: 30px;
    }
    
    .portal-wrapper .additional-features ul li {
        font-size: 18px;
    }
}
/*============ Features ============*/

/*============ Modal ============*/
.modal-content {
    border: 1px solid #808184;
    border-radius: 30px;
}

.modal-content-wrapper {
    padding: 0 20px 10px;
    width: 100%;
}

/*============ /Modal ============*/

/*============ Buttons ============*/
.portal-wrapper .btn {
    min-width: 100px;
    height: 45px;
    font-family: Verdana;
}

.portal-wrapper .btn, .portal-wrapper .btn:link, .portal-wrapper .btn:visited {
    background-color: #067ab4;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 4px;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
}

.portal-wrapper .btn:hover {
    background-color: #3aa5dc;
    -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
}

.portal-wrapper .btn-white, .portal-wrapper .btn-white:link, .portal-wrapper .btn-white:visited {
    background-color: #fff;
    color: #ff7200;
    border: 1px solid #ff7200;
}

.portal-wrapper .btn-white:hover {
    background-color: #fff;
    color: #E06400;
    border: 1px solid #E06400;
    -webkit-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -moz-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    -o-transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
    transition: color .25s linear, background-color .25s ease-in-out, border-color .25s ease-in-out;
}
/*============ Buttons ============*/

/*============ /Modal ============*/