﻿body, html {
    height: 100%;
    width: 100%;
}

body {
    background: #fff !important;
    font-size: 16px !important;
}

.half-cont {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
}

.half-cont-row {
    display: table-row;
}

.half-cont-side {
    width: 50%;
    display: table-cell;
    vertical-align: top;
}

.half-image {
    background-size: cover;
    background-repeat: no-repeat;
}



.half-content {
    vertical-align: middle;
}

.half-content-inner {
    padding: 10px 30px;
    max-width: 650px;
    margin: auto;
}

.half-title {
    font-size: 43px;
    color: #2d4051;
    text-align: center;
    margin-bottom: 45px;
}

.half-content .cc-external-box .btnf {
    background-color: #4867b4;
    color: #fff;
    border-width: 2px;
    border-color: transparent;
    border-radius: 18px;
    padding: 3px 25px;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    display: block;
}

.half-content input[type=text], .half-content input[type=password], .half-content input[type=tel], .half-content input[type=email], .half-content select {
    border: 0;
    border-bottom: solid 1px #2d4051;
    border-radius: 0;
    background: transparent;
    padding: 8px 0;
    font-size: 16px;
}

    .half-content input[type=text]:focus, .half-content input[type=password]:focus, .half-content input[type=tel]:focus, .half-content input[type=email]:focus, .half-content select:focus {
        border: 0;
        border-bottom: solid 1px #2ec2da;
        border-radius: 0;
        outline: none;
    }

    .half-content input[type=text]::-webkit-input-placeholder {
        font-size: 16px;
        color: #2d4051;
    }

.half-content .cc-external-box input[type="submit"] {
    border-radius: 18px;
    font-size: 16px;
    background: #2ec2da;
    padding: 5px 25px;
    background: none repeat scroll 0% 0% #00BCD4;
    padding: 8px 55px;
    border-width: 0px;
    color: #FFF;
}

.half-content .fg-color-blue {
    color: #2ec2da;
}

.label-input {
    display: inline;
    position: absolute;
    margin-top: 8px;
}

.half-content .input-validation-error {
    border: 0 !important;
    outline: none !important;
    border-bottom: solid 3px red !important;
}

.half-content .fg-color-darken {
    color: #2d4051;
}

#reg-plan-annualmonth {
    background: #f8f8f8;
    padding: 7px 7px;
}

.cupon-btn {
    background: #1d3260;
    border-radius: 18px !important;
    color: #fff;
    display: inline-block;
    width: 22%;
}

.half-content a, .half-content .text-primary {
    color: #2ec2da;
}

.promo-bar {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
    background: #1d3260;
    color: #fff;
    padding: 4px;
    box-sizing: border-box;
    text-align: center;
    z-index: 9;
}

.half-rel {
    position: relative;
}

.bar-highlight {
    color:#4ed9f0;
    font-weight:bold;
}

.partner-logo-cont {
    text-align:center;
    margin-bottom:20px;
}

.partner-logo-cont > span  {
}

    .partner-logo-cont > span img {
        object-fit:contain;
        height:85px;
    }

    .partner-logo-cont > span.ptlogo img {
        height: 40px;
    }

