﻿body {
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: Tahoma !important;
    color: #414042 !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}



.elcome-logo {
    max-width:200px;
    margin-bottom:10px;
}

.header {
    font-weight: bold;
    color: #1d9add;
}

.btn-primary, .btn-primary:hover, btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #1d9add !important;
    border-color: #1d9add !important;
}


.content {
    font-size: 17px;
}

.btnTerms {
    color: #428bca;
    background-color: white;
    border: 0px;
    padding: 0 !important;
    cursor: pointer;
}

.checkboxContainer {
    width: 5% !important;
}

.labelContainer {
    padding: 0 !important;
}

.btnConfirm {
    margin-top: 20px;
    border-radius: 0 !important;
    font-weight: bold;
}

.shared-header {
    border-bottom: 3px solid #019ae6;
    background-color: #fff;
}



b.warning {
    color: #E97300;
}

ul {
    list-style-type: none;
}