﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
/*.dl-horizontal dt {
    white-space: normal;
}*/

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

@font-face {
    font-family: "Gothic A1 Medium";
    src: url(/Fonts/GothicA1-Medium.ttf);
}

@font-face {
    font-family: "Gothic A1 ExtraLight";
    src: url(/fonts/GothicA1-ExtraLight.ttf);
}

body {
    font-family: Gothic A1 Medium, sans-serif;
}

h1 {
    font-size: 4rem;
}

p {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 5px;
}

/* .row{
            --bs-gutter-x: 0;
        } */

.col {
    justify-content: center;
    align-items: center;
    display: flex;
}

.col_blue,
.col_green {
    min-height: 100vh;
}

.col_blue {
    background: #1A1D53;
}

.col_green {
    background: #25C998;
}

.content {
    vertical-align: middle;
    max-width: 70%;
}

img {
    width: 49.9999%;
    height: auto;
}

input[type="text"] {
    border-radius: 0;
    border: 3px solid black;
}
/*
        .white-top {
            height: 40px;
            top: 0;
            left: 0;
            width: 100%;
            position: absolute;
            background: white;
        } */

.btn-dark {
    color: #25C998;
    border-radius: 0;
    width: 100%;
}

.circles-wrapper {
    padding: 7px 25px;
}

span.gray-circle {
    border-radius: 20px;
    width: 10px;
    background: lightgray;
    display: inline-block;
    height: 10px;
}

#errMsg {
    display: none;
    color: red;
    position: absolute;
}