﻿/*html {
    overflow-y: scroll;
}*/

body {
    margin-bottom: 60px;
    background-image: url('/images/blueGradient.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.form-row-centered .form-label {
    text-align: right;
    font-weight: 500;
}

.form-row-centered .form-control,
.form-row-centered .form-select {
    width: 100%;
    margin-left: 7px
}

.surveycode-err {
    color: rgb(255, 0, 0);
    font-weight: 450;
    text-align: center;
}

.popup-text {
    text-align: center;
    font-family: Verdana, sans-serif;
    font-size: 13.5px;
    font-weight: bold;
    color: #000;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

@media (min-width: 300px) and (max-width: 480px) {
    .form-control {
        border: 3px solid #000;
    }
}