﻿body {
    /* padding-top: 50px;
    padding-bottom: 20px; */
    background-color: #5984a7 !important;
    font-family: serif;
    background: url('images/beruju.jpg') no-repeat;
    height: 90vh;
    background-size: cover;
    background-position: center;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */

select,
textarea {
    /* max-width: 280px; */
    
}
.form-control {
    height: 45px !important;
}

.form-label {
    margin-bottom:0.5rem;
    font-weight:bold !important;
    font-size:18px !important;
}
.form-check-input{
    height:18px !important;
}
.text-secondary {
    color: rgb(249 249 249) !important;
}