﻿body {
    padding-top: 10px;
    padding-bottom: 0px;
}

hr{
    margin-top:0px;
    margin-bottom:5px;
}

textarea {
    resize: none;
}

#logoImg{
    margin-left: -40px;
}

#loginContainer{
    margin-top:80px;
}


.chooser-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    gap: 40px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0px;
    padding-right: 0px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.hideEditBox 
{
    display:none;
}

.reg-check
{
    display:none;
}

.reg-check-label 
{
    display:none;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.img-upload{
    width: 40%;
    display: block;
    margin-left: 100px;
    margin-top:45px
}


.required:after 
{
    content: "*";
    font-weight: bold;
    color: red; 
}