﻿
html, body {
    min-height: 100%;
    font-family: Lato Regular;
}

@font-face {
    font-family: 'Chubb Publico Light';
    /*src: url('../chubb-fonts/publico-light.eot') format('embedded-opentype'), url('../chubb-fonts/publico-light.svg') format('svg');*/
    src: url('../chubb-fonts/publico-light.eot') format('embedded-opentype'), url('../chubb-fonts/publico-light.svg') format('svg'), url('../chubb-fonts/publico-light.ttf') format('truetype'), url('../chubb-fonts/publico-light.woff') format('woff'), url('../chubb-fonts/publico-light.woff2') format('woff2');
    font-display: swap;
}

@font-face {
    font-family: 'Chubb Publico Roman';
    src: url('../chubb-fonts/publico-roman.eot') format('embedded-opentype'), url('../chubb-fonts/publico-roman.svg') format('svg'),url('../chubb-fonts/publico-roman.ttf') format('truetype'), url('../chubb-fonts/publico-roman.woff') format('woff'), url('../chubb-fonts/publico-roman.woff2') format('woff2');
    font-display: swap;
}

/* lato-regular - latin */
@font-face {
    font-family: 'Lato Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../chubb-fonts/lato-v16-latin-regular.eot');
    src: local('Lato Regular'), local('Lato-Regular'), url('../chubb-fonts/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), url('../chubb-fonts/lato-v16-latin-regular.svg#Lato') format('svg'), url('../Chubb-Fonts/lato-v16-latin-regular.woff') format('woff'), url('../chubb-fonts/lato-v16-latin-regular.ttf') format('truetype');
}

input.btnSmall
{
    font-weight: normal;
    font-size: 8pt;
    font-family: arial;
    height: 20px;
    width: 60px;
    border: Solid 1pt black;
    text-decoration: none;
}

.links a {
    text-decoration: underline;
    font-family: Lato Regular;
    font-size: 12px;
    color: #FFFFFF;
    margin-left:10px;
}
        
A.links:visited
{
    text-decoration: none;
    color: White;
    font-size: 8pt;
}
        
A.links:active
{
    text-decoration: none;
    color: White;
    font-size: 8pt;
}
        
A.lnkHelp:hover
{
    text-decoration: underline;
    color: White;
    font-size: 8pt;
}

.banner {
    background: #004080;    box-shadow: 0 0 10px 0 #F5F0FB;
    height:8%;
    width:100%;
}
.bannertext {
    font-family: Georgia-Bold;
    font-size: 26px;
    color: #FFFFFF;
    letter-spacing: 0.81px;
    text-align: right;
}
.bannertext1 {
    font-family: Georgia-Bold;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.38px;
    text-align: right;
    
}
.bg-img {
    /* The image used */
    background-image: url("../images/Background1440px.jpg");
    /* Control the height of the image */
    width: 100%;
    min-height: 100%;
    max-height:1155px;
    min-width:90% ;
    /*min-height: 300px;*/
    /* Center and scale the image nicely */
    
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment:fixed;
    position: absolute;
    /*padding-bottom:50px;*/
    margin-top: 0px;
    /*overflow:auto;*/
    
    /* Add styles to the form container */
}

.container {
    /*position:center;*/
    width: 95%;
    background-color: white;
    opacity: 1;
    /*text-align: center;*/
    margin: 0;
    position: absolute;
    top: 80px;
    height:900px;
    overflow:auto;
    /*-ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}




.loginlabel {
    display: flex;
    font-family: Chubb Publico Roman;
    font-size: 24px;
    color: #000000;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: Bold;
    margin: 24px;
}


.labeltext {
    font-family: Lato Regular;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    display:flex;
    margin:20px,20px,5px,20px;
}
/* Set a style for the submit button */
.loginbtn {
    background: #afafaf;
    color: black;
    float: right;
    margin-right: 24px;
    /*padding: 20px 0px;*/
    border: none;
    font-weight: bold;
    cursor: pointer;
    width: 172px;
    height: 48px;
    /*margin-left: 160px;*/
    /*margin-bottom: 25px;*/
    font-family: Chubb Publico Roman;
    font-size: 16px;
    /*display: inline-block;*/
    outline: none;
    /*border-radius: 4px;*/
}
.loginbtn.hover{
    border:none;
     
}
    .loginbtn:enabled {
        background: #FF6600;
    }   

    .btn:hover {
        opacity: 1;
    }

.promotextArea {
    font-family: Lato Regular;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    width:360px;
    height:90px;
    word-wrap:break-word;
    /*margin-top:42px;*/
    margin-left:24px;
    margin-top:42px;
    margin-bottom:42px;
    margin-right:24px;
        display:inline-block
}
.footer {
    
    background: #4B4E53;
    color: white;
    left: 0;
    /*bottom: 0;*/
    width: 100%;
    margin-top:980px;
    height:80px;
   
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: white;
    border-top: 3px solid #6E27C5;
    margin: 15% auto; /* 15% from the top and centered */
    /*padding: 20px;*/
    height:270px;
    width:600px;
    /*border: 3px solid #FF6600;*/
    /*width: 40% /* Could be more or less, depending on screen size */
}

.links {
    font-family: Lato Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 18px;
    padding-right:5px;
    margin-left:100px;
}

/* The Close Button */
.close {
    color: #FFFFFF;
    margin:-2px;
    width:24px;
    height:24px;
    float: right;
    background: #6E27C5;
    font-size: 24px;
    top:0;
    font-weight: bold;
    text-align:center;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}


 .form-label-group > label {
        position: absolute;
        top: 0;
        display: block;
        transition: 0.2s;
        font-size: 16px;
        padding-left: 32px;
        padding-top:20px;
        color: black;
        line-height:20px;
    }

.form-control {
    font-family: Lato Regular;
    width: 90%;
    border: 1px solid #F5F0FB;
    margin-left: 24px;
    margin-right:24px;
    font-size: 16px;
    height: 55px;
    border-bottom: 2px solid #AFAFAF;
    padding: 7px;
    box-sizing: border-box;
    /*padding-top:20px;*/
    padding-top: 27px;
    line-height:20px;
}


  
    .form-control::-webkit-input-placeholder {
        color: transparent;
        /*padding-top: 25px;*/
    }

    .form-control :-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: transparent !important;
        
    }
    .form-control:-moz-placeholder {
        color: transparent !important;
    }

    .form-control::-moz-placeholder {
        color: transparent !important;
    }
    input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: transparent !important;
    }


    .form-control:focus {
      
        border-bottom: 2px solid #150F96;
        outline:none;
        box-sizing:border-box;
    }

        .form-control:focus::-webkit-input-placeholder {
            color: #AFAFAF;
            outline: none;
        }

        .form-control:focus:-ms-input-placeholder {
            color: #AFAFAF !important;
            outline: none !important;
        }

        .form-control:focus:-moz-placeholder {
            color: #AFAFAF !important;
            outline: none !important;
        }

        .form-control:focus::-moz-placeholder {
            color: #AFAFAF !important;
            outline: none !important;
        }

        .form-control:focus ~ label {
            position: absolute;
            display: block;
            transition: 0.2s;
            font-size: 12px;
            color: black;
            margin-top: -17px;
            padding-bottom:6px;
        }



    .form-control:required:valid ~ label {
        position: absolute;
        display: block;
        transition: 0.2s;
        font-size: 12px;
        color: black;
        margin-top: -17px;
        padding-bottom:6px;
    }


    

      