﻿
.UserName {
    font-weight: bold;
}

/*img {
    float: left !important;
}*/

#child-left-TEST {
    color: lightcoral !important;
    font-size: 20px;
    float: left !important;
}
/*         margin: auto;
            height: auto;
            width: 400px;
            position: relative;
        } */
#child-left-PROD {
    color: lightgreen !important;
    font-size: 20px;
    float: left !important;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.form-container {
    margin: 0 auto;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.form-group {
    display: flex;
}

.flex-container {
    margin: 0 auto;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.btn-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*++++++++++++++++++++ Control containers ++++++++++++++++++++*/
/*
.control-section {
}
.control-header {
    text-align: center;
}
.control-wrapper { 
    max-width: 100%;  50%; 
    margin: 0 auto;
    padding: 0px 0px 0px;
}
.control-wrapper-left {
    float: left;
    padding-top: 25px;
}
.control-wrapper-right {
    float: right;
    padding-top: 25px;
}

*/
