﻿#contentHeader .widthWrap
{
    height: 109px;
}

#navigation
{
    margin-top: 0;
}

#contentHeader #logo 
{
    background: url(/Assets/images/Bloom_Horiz_Orange.png) no-repeat left top;
    display: block;
    height: 70px;
    width: 209px;
    overflow: hidden;
    z-index: 100;
    position: absolute;
    margin-top: 15px !important;
    margin-left: 15px !important;
    background-size:209px;
}

#signInForm
{
    width: 200px;
    padding: 80px;
    margin: 0 auto;
    height: 500px;
       
}

#contentBody, #contentBody .widthWrap
{
    min-height: 500px !important;
}

.label-status-success {
    background: lightgreen;
    color: darkgreen;
    margin-top: 5px;
    width: fit-content;
    border-radius: 3px;
    font-weight: 500;
    padding: 8px;
}

.label-status-error {
    background: indianred;
    color: darkred;
    margin-top: 5px;
    width: fit-content;
    border-radius: 3px;
    font-weight: 500;
    opacity: 0.85;
    padding:8px;
}

/*#body_OTPContainer {

    padding: 15px;*/ /* Gives some space for content inside the div */
    /*background-color: #efefef;*/ /* Setting a background color, can be adjusted as needed */
    /*border-radius:3px;
    border:2px solid rgba(0,0,0,0.07);
}*/

.reset-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    cursor: pointer;
    color: #ed8b00;
}

    .reset-button:hover {
        color: #ffb500;
    }