body {
    /* background: #d8d6e4; */
    background: url(../img/abstract_bg.png);
    font-family: 'Nunito', sans-serif;
}

.logo {
	padding: 5px;
    max-height: 90px;
}

.profile-card {
    margin-top: 10px;
    background: #15518f;
    color: #fff;
    padding: 5px;
}

.form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    width: 100%;
}
.text-info{
    color: #115399!important;
}
.higligh-btn{
    color: #2128a4 !important;
    font-weight: bold;
}

.checkform {
    max-width: 80vw;
    background: #fff;
    /* padding: 10px 100px; */
    border-radius: 5px;
    box-shadow: 1px 1px 15px #1d0c9873;
}

.checkform button {
    background: linear-gradient( 45deg , #291798, #0e58c5);
    border-color: #0e58c5;
}

.header-container {
    width: 100vw;
    margin-left: -12px;
    background: linear-gradient(65deg, rgb(17 17 167 / 30%), rgb(13 1 73 / 30%));
}

.results-container {
    border: 1px solid darkblue;
    /* min-width: 300px; */
    box-shadow: 1px 1px 5px rgb(14 11 88 / 43%);
    background: #fff;
}