﻿.logoimg {
    height: 120px;
    width: auto;
    object-fit: cover;
    margin-left: -30px;
}


.flex-display {
    display: flex !important;
}

.failed {
    color: orangered;
}

.successful {
    color: green;
}

.container {
    height: 100vh;
    display:flex;
    justify-content: center !important;
    align-items: center !important;
}

.hiddenP {
    display:none;
}