﻿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
    }

.btn-login {
    background-color: #006fa1;
    color: #fff;
    font-weight: bold;
    border-radius: 1px;
    width: 220px;
    height: 45px;
}
.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) {

    .footer-text {
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 21px;
        margin-top: -15px;
    }

    .web-desk {
        text-align: center !important;
        font-weight: 600 !important;
        font-size: 13pt;
    }

    .form-control {
        border: 3px solid #000;
    }
}
