/**
 * Defaults
*/
html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: 'Lato', sans-serif;
    background: #f5faff; 
    margin-bottom: 50px;

}

/**
 * Forms
 */
.form-control {
    border-color: #e3e7ec;
    border-radius: 4px;
    font-size: 15px;
    height: 40px;
}
.form-control:focus {
    border-color: #00a8eb;
    box-shadow: none;
}
.has-error .form-control, .has-error .form-control:focus {
    border-color: #ea4646;
    box-shadow: none;
}
.has-error .control-label {
    color: #363a3d;
}
.error-msg {
    display: none;
    color: #ea4646;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: -15px;
}
.has-error .parsley-errors-list {
    display: block;
    color: #ea4646;
}
.form-group i.phicon-help {
    color: #d0d9e1;
    font-size: 12px;
    margin-left: 5px;
    vertical-align: 0px;
}
label {
    margin-bottom: 12px;
}
.form-group {
    margin-bottom: 25px;
}
.errorSummary {
    color: #ea4646;
    margin-bottom: 30px;
}
.parsley-errors-list {
    list-style: none;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 0;
}

/* Checkboxes / radios */
.pretty.block {
    display: block;
    margin-right: 0;
}
.pretty.block label {
    border: 1px solid #e3e7ec;
    padding: 10px 15px;
    border-radius: 4px;
    height: 40px;
}
.has-error .pretty.block label {
    border-color: #ea4646;
}
.pretty.block .state label {
    display: block;
    line-height: 18px;
}
.pretty.block .state label:after, .pretty.block .state label:before {
    top: 12px;
    left: 14px;
}
.pretty.block input:checked~.state.p-primary-o label:before, .pretty.p-toggle.block .state.p-primary-o label:before {
    border-color: #00a8eb;
}
.pretty.block.p-default:not(.p-fill) input:checked~.state.p-primary-o label:after {
    background-color: #00a8eb !important;
}
.pretty.block input:checked~.state.p-primary-o label {
    border-color: #00a8eb;
}
.pretty input:checked~.state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
    background-color: #00a8eb !important;
}
.pretty.check-box .state label:after, .pretty.check-box .state label:before {
    border-radius: 3px;
}
.pretty .state label:before {
    border-color: #e3e7ec;
}
.pretty input:checked~.state.p-primary .icon, .pretty input:checked~.state.p-primary .svg, .pretty.p-toggle .state.p-primary .icon, .pretty.p-toggle .state.p-primary .svg {
    top: 2px;
    font-size: 8px;
    left: 3px;
}
.pretty .state label {
    text-indent: 30px;
}

/**
 * Buttons & Links
 */
.btn-primary {
    background-color: #00a8eb;
    border-color: #00a8eb;
    border-radius: 20px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:visited {
    background-color: #2fbff9;
    border-color: #2fbff9;
    color: #fff;
}
.btn {
    border-radius: 33px;
}
.btn-lg {
    padding: 14px 25px 15px 25px;
}
a { 
    color: #00a8eb;
}
a:hover, a:focus, a:visited {
    color: #2fbff9;
    text-decoration: none;
}

/**
 * Tooltips
 */
.tpd-skin-dark .tpd-content,
.tpd-skin-dark .tpd-title,
.tpd-skin-dark .tpd-close { color: #fff; }
.tpd-skin-dark .tpd-background-content { background-color: #0d1e38; }
.tpd-skin-dark .tpd-background {
    border-width: 1px;
    border-color: rgba(6,0,12,.6);
}
.tpd-skin-dark .tpd-background-title { background-color: #0d1e38; }
/* line below the title */
.tpd-skin-dark .tpd-title-wrapper { border-bottom: 1px solid #0d1e38; }
/* shadow */
.tpd-skin-dark .tpd-background-shadow { box-shadow: none; }
/* spinner */
.tpd-skin-dark .tpd-spinner-spin {
    border-color: rgba(255,255,255,.2);
    border-left-color: #fff;
}
/* links */
.tpd-skin-dark a { color: #fff; }
.tpd-skin-dark a:hover { color: #fff; }


.logo {
    text-align: center;
    padding-top: 100px;
    margin-bottom: 53px;
}
.logo img {
    /* width: 140px;*/
    height: 35px;
}
@media (max-width: 768px) {
    .logo {
        padding-top: 60px;
    }
}

.top-background {
    height: 499px;
    background: #214582;
    background: #16295d;
    background: -moz-linear-gradient(left, #16295d 0%, #224885 100%);
    background: -webkit-linear-gradient(left, #16295d 0%,#224885 100%);
    background: linear-gradient(to left, #16295d 0%,#224885 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16295d', endColorstr='#224885',GradientType=0 );
    color: #fff;
    position: absolute;
    width: 100%;
}
.pattern-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/images/default_pattern.png') repeat;
    background-size: 30%;
    opacity: 0.6;
}
.skew {
    background: #f5faff;  
    transform:skewY(-2deg);
    height: 200px;
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
}


.content {
    position: relative;
    margin: 0 auto;
    width: 768px;
    height: 100%;
    min-height: 100%;
    margin-bottom: 60px;
}
.content.thin-container {
    width: 540px;
}
@media (max-width: 768px) {
    .content {
        width: 95%;
    }
}
@media (max-width: 540px) {
    .content.thin-container {
        width: 95%;
    }
}
.panel {
    background: #fff;
    width: 100%;
    min-height: 300px;
    border-radius: 5px;
    box-shadow: 0 5px 20px 0 rgba(69, 81, 114, 0.1), 0 1px 3px 0 rgba(69, 81, 114, 0.1);
    color: #363a3d;
    margin-bottom: 60px;
    padding: 38px 50px 53px 50px;
}
.panel h1 {
    margin: 0 0 12px;
    text-align: center;
    font-size: 32px;
    font-weight: normal;
}
.panel h2 {
    margin: 0 0 40px 0;
    text-align: center;
    color: #6a6f73;
    font-size: 15px;
    font-weight: normal;
}

.bottom-link {
    text-align: center;
    margin-bottom: 50px;
}
.bottom-link i {
    vertical-align: -3px;
    margin-right: 5px;
}

footer {
    color: #abb3bc;
    /*position: absolute;
    bottom: 50px;*/
    text-align: center;
    width: 100%;
}

.header-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.panel.no-top-border {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;

}

.panel .info {
    color: #6A6F73;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}

.content-540 {
    max-width:540px;
    margin:0 auto;
}

.btn-good {
    background-color: #00A8EB;
    border-radius: 33px;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.3);
    width: 440px;
    height: 44px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    margin-top:10px;
}