﻿body {
    padding-top: 0px;
    margin-bottom: 60px;
    font-size: 12px;
}

.navbar-default {
    background-color: #3D9BA4;
}

.navbar-default.pogo-navbar {
    background-color: #27a0d9;
}

    .navbar-default .navbar-nav > li > a {
        color: white;
    }

.page-header {
    margin-top: 10px !important;
}

.sidecontent {
    background: repeating-linear-gradient( 45deg, #FAFCFC , #FAFCFC  10px, #FDFEFE  10px, #FDFEFE  20px );
}

.btn-primary {
    background-color: #3D9BA4;
}

.form-control {
    font-size: 12px;
}

html {
    min-height: 100%;
    position: relative;
}

.footer {
    background-color: rgb(245, 245, 245);
    bottom: 0;
    height: 60px;
    position: absolute;
    width: 100%;
}

    .footer .container .text-muted {
        margin: 20px 0;
    }

.navbar-brand {
    color: white !important;
}

/* New style for coaching pogo page */
.form-white-bg {
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 30px 0 #cde5e8;
    padding: 40px 50px;
}

.form-white-bg label {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #565656;
    position: relative;
}

.form-white-bg input {
    background: #f6f9fc;
    border: 1px solid #bdd3e9;
    border-radius: 5px;
    box-shadow: none;
    font-size: 14px;
    height: 40px;
    margin: 0 0 10px;
    outline: none;
    padding: 10px 20px;
}

.form-white-bg input:focus {
    background-color: #f6f9fc;
    border: 1px solid #bdd3e9;
    box-shadow: none;
}

.form-white-bg input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #BDBDBD;
    opacity: 1;
    /* Firefox */
}

.form-white-bg input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BDBDBD;
}

.form-white-bg input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #BDBDBD;
}

.form-white-bg input.btn {
    margin: 0;
    background-color: #27a0d9;
    color: #ffffff;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 12px 40px;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    font-size: 14px;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.coaching-pogo-page img {
    max-width: 100%;
    width: 40%;
    margin: 0;
    display: block;
}

.coaching-pogo-page {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

    .coaching-pogo-page::before {
        display: block;
    }

    .coaching-pogo-page p {
        color: #565656;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }
