﻿html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
.validation-summary-errors > ul {
    margin-bottom: 0;
}

body {
    background: url('../image/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container-ml {
    margin-left: 4rem;
}

.container-mt {
    margin-top: 6rem;
}

.logo-ml {
    margin-left: -1.3em !important;
}

.sub-header1 {
    font-size: 1.8rem;
    line-height: 3rem;
}

.reg-sub-header1 {
    font-size: 1.7rem;
    line-height: 2rem;
}

.sub-header2 {
    font-size: 2rem;
    line-height: 2rem;
    font-weight: 700;
    color: #00783F;
}

.reg-sub-header2 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: bold;
    color: #00783F;
}

input:hover, input:active, input:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

.sub-form-mt {
    margin-top: 4rem;
}

.reg-sub-form-mt {
    margin-top: 1.5rem;
}

.cg-button {
    padding: 0.5rem;
    font-size: 1.3rem;
    font-weight: bold;
    background: linear-gradient( 0deg, #00783F 0%, #038C4B 100%);
    color: #fff;
    height: auto;
    cursor: pointer;
}

.input-font-size {
    font-size: 1.2rem;
}
/* The container Radio */
.containerRadio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    padding-right: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default radio button */
    .containerRadio input {
        position: absolute;
        opacity: 0;
    }
/* Create a custom radio button */
.checkmarkRadio {
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #ffffff;
    border-radius: 50%;
}
/* When the radio button is checked, add a white background */
.containerRadio input:checked ~ .checkmarkRadio {
    background-color: #ffffff;
}
/*when the radio buttos are disabled */
.containerRadio input:disabled ~ .checkmarkRadio:before {
    background-color: #dddddd;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmarkRadio:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the indicator (dot/circle) when checked */
.containerRadio input:checked ~ .checkmarkRadio:after {
    display: block;
}
/* Style the indicator (dot/circle) */
.containerRadio .checkmarkRadio:before {
    background: #fff;
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #12b059;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: inset 0 0 3px 0 #ccc;
    -moz-box-shadow: inset 0 0 3px 0 #ccc;
    -webkit-box-shadow: inset 0 0 3px 0 #ccc;
}

.containerRadio .checkmarkRadio:after {
    content: "\2022";
    left: 3px;
    bottom: 1.5px;
    line-height: 18px;
    font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-size: 24px;
    color: #00783F;
    text-shadow: 0 0 4px #bbb;
}

.regular-checkbox {
    -webkit-appearance: none;
    background-color: #fff !important;
    border: 1px solid #cacece !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05) !important;
    padding: 9px !important;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    margin-bottom: 3px !important;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

    .regular-checkbox:active, .regular-checkbox:checked:active {
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
    }

    .regular-checkbox:checked {
        background-color: green !important;
        border: 1px solid #adb8c0 !important;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1) !important;
        color: #99a1a7 !important;
    }

        .regular-checkbox:checked:after {
            content: '\2714';
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 3px;
            color: white;
            font-weight: bold;
        }

.terms-conditions {
    width: 80%;
    vertical-align: super;
    margin-left: 0.5rem;
}

.pwd-popover {
    color: #017b41
}
