html, body {
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: Calibri,'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.navbar {
    position: relative;
    min-height: 70px;
    margin-bottom: 0;
    border: 1px solid transparent;
    background: #FFF;
    box-shadow: 0px 0px 10px #000;
    border-radius: 0;
    z-index: 99;
}

.navbar-brand {
    float: left;
    height: 70px;
    padding: 0;
}

    .navbar-brand p {
        font-size: 12px;
        margin: 0;
    }

.btn-enquiry {
    background-color: #ffffff;
    color: #f4b42a;
    border-radius: 0;
    margin-top: 15px;
    float: right;
    border: 2px solid #f4b42a;
    font-weight: 600;
}

.login {
    background: url(../images/login-background.png);
    background-size: cover;
    min-height: 100%;
    background-position: bottom center;
    height: 600px;
}

.login-container {
    border: 1px solid #FFF;
    background: #f4b22a;
    margin: 0 auto;
    max-width: 900px;
    display: table;
    box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.5);
    border-radius: 0 0 4px 4px;
}

.view-note {
    background: rgba(0, 0, 0, 0.1);
    color: #FFF;
    padding-top: 4px;
    text-align: center;
}

    .view-note p {
        font-size: 12px;
        padding-bottom: 4px;
        text-align: center;
    }

.login-group {
    box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.3);
}

.btn-login {
    background: #5bbb62;
    color: #FFF;
    font-weight: 600;
    border: 1px solid #FFF;
    margin-top: 28px;
    box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.3);
}

    .btn-login:hover, .btn-login:focus {
        background: #4faf56;
        color: #FFF;
        font-weight: 600;
        border: 1px solid #FFF;
        margin-top: 28px;
        box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.3);
    }

.login-section {
    /*padding: 20px;*/
    padding: 10px;
    padding-top: 5px;
    color: #FFF;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 13px;
}
    /* Base for label styling */

    /* hover style just for information */
    label:hover:before {
        border: 2px solid #b37800 !important;
    }

.forgot-password {
    /*padding-left: 30px;*/
    color: #FFF;
}

.feature-container {
    font-family: 'Cabin', 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    max-width: 380px;
    margin: 100px auto;
    color: #FFF;
    font-size: 14px;
    /*background: rgba(0, 0, 0, 0.3);*/
    padding: 8px;
    border-radius: 10px;
    line-height: 1.8;
}

    .feature-container h3 {
        font-family: 'Cabin', 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
        color: #f4b22a;
        margin: 10px 20px;
    }

.login-heading {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    text-transform: uppercase;
    color: #4a4f54;
    margin: 30px 0;
    font-size: 24px;
    font-family: 'Cabin', 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    text-transform: unset;
}

.benefit-heading {
    font-family: 'Cabin', 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    /*text-transform: uppercase;*/
    color: #FFF;
    margin: 30px 0;
    font-size: 30px;
    text-transform: unset;
}

.products-videos {
    background: #f4f4f4;
    padding: 20px 0 40px 0;
}

.process-flow {
    background: #f4f4f4;
    padding: 20px 0 60px 0;
}

.infrastructure {
    background: #FFF;
    padding: 20px 0 40px 0;
}

.benefits {
    background: #f4b22a;
    padding: 20px 0 40px 0;
    color: #FFF;
}

.port-counter {
    color: #4a4f54;
    font-size: 40px;
    border: 2px solid #F4B22A;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    text-align: center;
    padding-top: 18%;
}

.footer-addr {
    background: #54575b;
    color: #FFF;
    padding: 20px 0;
    font-size: 14px;
    font-family: 'Cabin', 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

    .footer-addr a {
        color: #FFF;
    }

.login-footer {
    background: #4d5054;
    padding: 5px 0;
    margin: 0;
    color: #FFF;
    border: 0;
}

    .login-footer p {
        margin: 0;
        font-size: 11px;
    }

.btn-clear {
    background: #4a4f54;
    color: #FFF;
    border: 1px solid #FFF;
    margin-top: 28px;
    box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.3);
}

    .btn-clear:hover, btn-clear:focus {
        background: #4a4f54;
        color: #FFF;
        border: 1px solid #FFF;
        margin-top: 28px;
    }

.forgot-label {
    padding: 0;
    margin-top: 30px;
}

ul.benefit-list {
    font-family: 'Cabin', 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    list-style-image: url('../images/check.png');
    font-size: 15px;
}

    ul.benefit-list li {
        margin-left: 8px;
    }

@media screen and (max-width:767px) {
    .login {
        padding: 20px;
        min-height: 798px;
        height: auto !important;
    }

    .container > .navbar-header, .container > .navbar-collapse {
        padding: 0 20px;
    }

    .login-footer p {
        padding: 5px;
        width: 100%;
        text-align: center;
    }

    .login {
        /*background: url(../images/login-bg-mobile.png);*/
        background-size: cover;
        min-height: 100%;
        background-position: top center;
        height: 730px !important;
        background-repeat: no-repeat;
    }

    .feature-container {
        margin: 20px auto;
        padding: 0;
        /*background: rgba(0, 0, 0, 0.6);*/
    }

        .feature-container h3 {
            margin: 10px 0px;
        }

        .feature-container ul {
            padding-left: 20px;
        }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .forgot-password {
        font-size: 14px;
        padding-left: 5px;
    }

    .login-container {
        max-width: 700px;
    }

    .font-tab {
        font-size: 15px;
    }

    .login {
        background: url(../images/login-bg-tab.png);
        background-size: cover;
        min-height: 100%;
        background-position: bottom center;
        height: 798px;
        background-repeat: no-repeat;
    }

    .feature-container {
        /*background: rgba(0, 0, 0, 0.6);*/
    }

    .navbar > .container .navbar-brand {
        margin-left: 0;
    }
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    .login {
        background: url(../images/login-background.png) !important;
        background-size: cover;
        min-height: 100%;
        background-position: bottom center;
        height: 600px;
        background-repeat: no-repeat;
    }

    .feature-container {
        /*background: rgba(0, 0, 0, 0.6);*/
    }
}

@media screen and (min-width:1280px) and (max-width:1365px) {
    .login {
        background: url(../images/login-background.png) !important;
        background-size: cover;
        min-height: 100%;
        background-position: bottom center;
        height: 600px;
        background-repeat: no-repeat;
        background-repeat: no-repeat;
    }

    .feature-container {
        /*background: rgba(0, 0, 0, 0.6);*/
    }
}

.input-group {
    width: 100%;
}

.navbar-toggle {
    margin-top: 10px;
}

a.forgot-password {
    font-size: 13px;
}

.login-group .input-group-addon {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width:320px) and (max-width:359px) {
    .forgot-password {
        float: right !important;
    }
}

/* Checkbox Custom Style ---------------------------------------------  */
/* The container */
.checkbox-label {
    display: inline;
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .checkbox-label input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-label:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-label input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-label .checkmark:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #4faf56;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Checkbox Custom Style ---------------------------------------------  */
.p-a-0 {
    padding: 0 !important;
}

.social-links {
    background: #FFF;
    margin: 0 2px;
    width: 24px;
}

.video-include .tag {
    margin-top: 10px;
    margin-bottom: 15px;
}

.btn-outline-theme {
	color: #f4b22a;
	background-color: transparent;
	background-image: none;
	border-color: #f4b22a;
	margin-left: 35px !important;
}