.body-content {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

.flashToast {
    position: fixed;
    bottom: 0;
    left: 0;
}


.card {
    width: 50vw;
    margin:auto;
    background:#f0f0f0; 
    border:1px solid black;
}

.card-header {
    /* background: darkseagreen; */
    color: rgba(255,255,255,0.85);
    background: #0078d4;
    font-weight: 300;
}

.card-text {
    align-content: center
}

#wrapper {
    display: flex;
  }
  
#left {
flex: content;
margin-right: 0.5em;

}

#right {
flex: 1;
}

#footer {
    width: 50vw;
    margin: auto;
    text-align: left;
    margin-top: 1em;
}

#smiley, #frowny {
    height: 1.5em;
    width: 1.5em;
    margin: auto;
    fill: #0078d4
}

#smiley:hover, #frowny:hover{
    height: 1.5em;
    width: 1.5em;
    margin: auto;
    fill: white;
    border: 1px solid #0078d4;
    background-color: #0078d4;
    border-radius: 50%;
}

#check-icon {
    height: 1.25em;
    width: 1.25em;
    margin: auto;
    fill: green;
}

a.nostyle:link {
    text-decoration: inherit;
    color: inherit;
}

a.nostyle:visited {
    text-decoration: inherit;
    color: inherit;
}

div.azure-bg {
    background-color: #f0f2f5;
    border: 1px solid #0078D4;
    border-radius: 8px;
    padding: 12px 24px;
    max-width: 720px;
}

.btn-azure-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    font-size: 1.1rem;
    font-weight: 500;
    color: #fff;
    background-color: #0078D4;
    border: 1px solid #0078D4;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-azure-login:hover {
    background-color: #005a9e;
    color: #fff;
}

.azure-logo {
    margin-right: 8px;
}