﻿.background-image-container-fluid {
    background-image: url('assests/images/registpic.jpg');
    background-size: cover;
    width: 100%;
    /*margin-top: -30px;*/
    /* background-color: rgba(255, 255, 255, 0.8);  */
}

.border p-3 {
    margin-top: 20px;
}
.btn-primary {
    font-weight: bold;
}

.form {
    color: whitesmoke;
    align-content:center;
    align-items:center;
    /*width: 1100px;*/
    /*margin-top: 30px;*/
    /* margin-bottom: 50px; */
    /*margin-left: 400px;*/
}

.alphanumeric{
    font-weight: bold;
}

.star {
    color: red;
}

.btns {
    color: red;
}


@media(max-width:580px) {
    .container {
        width: auto !important;
    }

    .background-image-container-fluid {
        width: auto !important;
    }
    .res{
        padding:10px !important;
    }

    .col {
        flex: none !important;
    }
}

