@charset "UTF-8"; section {
    background-color: #ffffff;
}

body {
    font-style: normal;
    line-height: 1.5;
    font-weight: 400;
    color: #101112;
    position: relative;
}

button {
    background-color: transparent;
    border-color: transparent;
}

section, .container, .container-fluid {
    position: relative;
    word-wrap: break-word;
}
.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}
h1, h2, h3, h4, h5, h6, .display-1, .display-2, .display-4, .display-5, .display-7, span, p, a {
    line-height: 1;
    word-break: break-word;
    word-wrap: break-word;
    font-weight: 400;
}

b, strong {
    font-weight: bold;
}
section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.align-left {
    text-align: left;
}
.btn {
    font-weight: 400;
    border-width: 1px;
    font-style: normal;
    margin: 0.6rem 0.6rem;
    white-space: normal;
    transition: all 0.2s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}
[type=submit] {
    -webkit-appearance: none;
}
.row {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
}

.justify-content-center {
    -webkit-justify-content: center;
}
html, body {
    height: auto;
    min-height: 100vh;
}
.form-control {
    background-color: #ffffff;
    background-clip: border-box;
    color: #232323;
    line-height: 1rem !important;
    height: auto;
    padding: 0.6rem 1.2rem;
    transition: border-color 0.25s ease 0s;
    border: 1px solid transparent !important;
    border-radius: 4px;
	width:100%;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
form .row {
    margin-left: -0.6rem;
    margin-right: -0.6rem;
}

form .row [class*=col] {
    padding-left: 0.6rem;
    padding-right: 0.6rem;
}
form .btn {
    display: flex;
    padding: 0.6rem 1.2rem;
    margin: 0;
}
textarea.form-control {
    line-height: 1.5rem !important;
}

.form-group {
    margin-bottom: 1.2rem;
	position:relative;
}

.form-control, form .btn {
    min-height: 48px;
}
.mbr-overlay {
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    pointer-events: none;
}
.mb-4 {
    margin-bottom: 2rem !important;
}
#randImage{position:absolute;top:5px;right:30px;height:35px;}