﻿@font-face {
    font-family: 'gibsonregular';
    src: url('gibson-regular-webfont.eot');
    src: url('gibson-regular-webfont.eot?#iefix') format('embedded-opentype'), url('gibson-regular-webfont.woff2') format('woff2'), url('gibson-regular-webfont.woff') format('woff'), url('gibson-regular-webfont.ttf') format('truetype'), url('gibson-regular-webfont.svg#gibsonregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body.loginpage {
    background: #ffffff url(../img/bg_login.png) top right no-repeat;
}
.body-sign .card-sign .card-body {
    border-top-color: #323e47;
    border-left: solid 1px #323e47;
    border-right: solid 1px #323e47;
    border-bottom: solid 1px #323e47;
}

#cta {
    text-align: center;
    padding-top: 40px;
}

#cta a {
    text-decoration: none !important;
}

#cta a:hover {
    text-decoration: none !important;
    color: white !important;
    background: #323e47 !important;
    border-color: #323e47;
}

#cta .btn-external {
    color: #000;
    background-color: #fcd121;
    border-color: #fcd121;
}
.btn-external a {
    text-decoration: none !important;
    font-family: 'Montserrat', sans-serif !important;
}

.btn-external {
    font-family: 'Montserrat', sans-serif !important;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 11px 35px;
    font-size: 12px;
    position: relative;
    border: 2px solid;
    background-color: #3a85eb;
    border-color: #3a85eb;
    color: #fff;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-primary-dk-grey {
    background-color: #323e47;
    border-color: #323e47 #323e47 #323e47;
    color: #FFF;
}

    .btn-primary-dk-grey:hover {
        background-color: #ffd800;
        border-color: #ffd800 #ffd800 #ffd800;
        /*color: #323e47;*/
        color:black;
    }

    .btn-primary-dk-grey:focus {
        box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
        color: #FFF;
    }

    .btn-primary-dk-grey:active {
        box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
        color: #FFF;
    }

/*.btn-primary.disabled, .btn-primary:disabled {
    background-color: #CCC;
    border-color: #CCC #CCC #b3b3b3;
}

.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    background-color: #b9b9b9;
    background-image: none;
    border-color: #b3b3b3 #b3b3b3 #999999;
}*/

/* DISCLAIMER */
.client-agreement-p {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-top: 0px;
    font-size: 14px;
}
.indent {
    text-indent: 50px;
}
.list-container {
    padding-left: 60px;
}
.client-agreement-p ul { margin-bottom: 0!important; font:Arial !important}
.client-agreement-p li {
    margin-bottom: 10px !important;
}
.client-agreement-p h4 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.dRdo label { padding-left:15px;}
.dRdo input {
    margin-top: 5px;
}
.discl { font-size:11px; padding-top:10px; padding-left:30px; }
.hdr-sign-in h3 { margin-top:0px !important;}
.body-sign .card-sign .card-body {
    border-radius: 5px 5px 5px 5px !important;
}
