﻿body {
}
.logo {
    background-color: #17509e;
}
.btn-success {
    background: #17509E;
    background-image: -webkit-linear-gradient(top, #17509E, #0175CC);
    background-image: -moz-linear-gradient(top, #17509E, #0175CC);
    background-image: -ms-linear-gradient(top, #17509E, #0175CC);
    background-image: -o-linear-gradient(top, #17509E, #0175CC);
    background-image: linear-gradient(to bottom, #17509E, #0175CC);
    font-weight: bold;
    color: #f9f9f9;
    border: none;
}
    .btn-success:hover {
        color: #f9f9f9;
        background: #17509E;
        background-image: -webkit-linear-gradient(top, #0175CC, #0161A7);
        background-image: -moz-linear-gradient(top, #0175CC, #0161A7);
        background-image: -ms-linear-gradient(top, #0175CC, #0161A7);
        background-image: -o-linear-gradient(top, #0175CC, #0161A7);
        background-image: linear-gradient(to bottom, #0175CC, #0161A7);
        text-decoration: none;
        border: none;
    }
#culLogo {
    color: #17509E;
    font-size: 27px;
    vertical-align: middle;
}
.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #0175CC;
    border-color: #0052C4;
    box-shadow: 0 0 0 0.2rem rgba(37, 154, 242, 0.5);
}
#LoginImage {
    /*width: 250px;*/
    height: 100%;
    overflow: hidden;
    /*margin: 10px;*/
    position: relative;
}

    #LoginImage img {
        position: absolute;
        left: -1000%;
        right: -1000%;
        top: -1000%;
        bottom: -1000%;
        margin: auto;
        min-height: 100%;
        min-width: 100%;
    }

.bg-xmed {
    background-color: #17509e;
}
.footer {
    background-color: #17509e;
 }
    .footer .text-muted {
        color: white !important;
    }
/*.container-fluid {
    padding-right: 0;
    padding-left: 0;
}*/
.btn-outline-success {
    color: #20B1B2;
    border-color: #20B1B2;
}
    .btn-outline-success:hover {
        color: #fff;
        background-color: #20B1B2;
        border-color: #20B1B2;
    }