body {
    font-family: 'Prompt', sans-serif;
    background-color: transparent;
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #fff;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: 14px;
}

.card2 {
    padding: 30px 40px; 
    margin-top: 60px;
    margin-bottom: 60px;
    border: none !important;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2)
}

.blue-text {
    color: #00BCD4
}

.form-control-label {
    margin-bottom: 0
}

select {
    border-radius: 5px !important;
    margin: 5px 0px;
    border: 1px solid #ccc;
    font-size: 14px !important;
}
.select2-container {
    margin: 5px 0 !important;
}
.select2-chosen, .select2-default {
    font-family: 'Prompt';
    font-size: 14px;
}
input,
textarea,
button {
    padding: 5px 15px;
    border-radius: 5px !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 14px !important;
    font-weight: 300
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #00BCD4;
    outline-width: 0;
    font-weight: 400
}

.btn-block {
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 400;
    height: 43px;
    cursor: pointer
}

.btn-block:hover {
    color: #fff !important
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

footer {
    color: #666;
}


.circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 250px;
    height: 250px;
    border: 5px solid rgba(46, 91, 216, 0.801);
}

.label {
    cursor: pointer;
}

.img-container img {
    max-width: 100%;
}

a.btn {
    border-radius: 5px !important;
    margin: 5px 0px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-size: 14px !important;
}

.table td, .table th {
    padding: 0.45rem;
}

.btn-line {
    background-color: #06C755;
    color: #ffffff;
    text-transform: none;
    min-width: 200px;
}