﻿html {
    height: 100% !important;
}

#emailHelp {
    display: flex;
    justify-content: space-between;
}

body {
    background: linear-gradient(to bottom,#0061d7b0,#00e54357 ) repeat bottom;
}

.btn-color {
    background-color: #0e1c36;
    color: #fff;
}

    .btn-color:hover, .btn-color:focus {
        color: #fff !important;
    }

.profile-image-pic {
    height: 200px;
    width: 200px;
    object-fit: cover;
}

.cardbody-color {
    background-color: #ebf2fa;
}

a {
    text-decoration: none;
}

.appLogo {
    display: none;
}

.container-fluid {
    display: block !important;
}

#copyright {
    position: relative;
    bottom: 0px;
    left: 0px;
    text-align: center;
}
