html, body {
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    width: 100%;
}
body {
    background-color: transparent;
}
.btn-intouch, a.btn-intouch {
    color: #009ED7;
    border: 1px solid #009ED7;
    font-size: 20px;
    text-align: center;
    border-radius: 2rem;
    padding-left: 24px;
    padding-right: 24px;
    transform: scale(1) translate3d(0, 0, 0);
    transition: background-color .2s ease, border-color .2s ease, .5s transform ease;
}
.btn-intouch:hover {
    background: #009ED7;
    color: white;
    transform: scale(1.125) translate3d(0, 0, 0);
}

.btn-intouch-dark {
    background: rgba(36, 49, 68, 1);
    box-shadow: inset 0 1px 0 #4d545d, inset 0 -1px 2px #080c10;
    text-shadow: 1px 1px #000000;
}


.form-card {
    padding-bottom: 16px;
    border-radius: 1em;
}

.form-card .card-body {
    padding: 32px;
}

.bg-white {
    background: white;
}
.translate-invisible {
    visibility: hidden !important;
}
.hide-load {
    visibility: hidden !important;
}
.validation-list {
    font-weight: 200;
}
.validation-list .list-group-item {
    padding: .5em 1em;
}
.validation-list .list-group-item.text-success:before {
    content: "\2713";
}
.validation-list .list-group-item.text-danger:before {
    content: "\2717";
}
.bg-alt {
    background: #f8f8f8;
}
.extra-info {
    padding-top: 16px;
    padding-bottom: 16px;
}
.extra-info h1, .extra-info h4, .extra-info p {
    padding-top: 8px;
    padding-bottom: 8px;
}
.extra-info h4 {
    line-height: 2.5rem;
}
.extra-info img {
    padding-bottom: 16px;
}
.extra-info .extra-info-sub-content {
    padding-top: 8px;
    padding-bottom: 8px;
}

.intouch-footer {
    height: 100px;
    background: rgba(76, 89, 97, 1);
    color: white;
    font-size: 14px;
}

.intouch-footer a {
    color: white;
    text-decoration: underline;
}

.custom-label {
    margin-bottom: 2px;
    font-weight: 200;
    font-size: 16px;
    line-height: 18px;
    color: #292929;
}

.radio-label {
    margin-bottom: 0;
    margin-top: 5px;
}

.has-radio-label {
    margin-bottom: 5px;
}

.radio-label-content {
    margin-bottom: 1rem;
}

.login-card {
    margin-bottom: 28px;
}

.custom-form-control {
    background-color: #F1F1F1;
    border: 1px solid transparent;
    color: #292929;
    border-radius: 3px;
    transition: none;
    font-weight: 400;
    font-family: "Arial", sans-serif;
    font-size: 15px;
    height: 43px;
}

.custom-form-control:active {
    border: none;
}

.custom-form-control:focus {
    border: 1px solid #b9b9b9;
    background-color: #F1F1F1;
    box-shadow: none;
}

.background {
    position: absolute;
    width: 100%;
    height: 839px;
    z-index: -1;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

.title {
    font-weight: bold;
    color: rgb(255, 255, 255);
    font-size: 34px;
}

.text {
    font-weight: 200;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.margin-top-64 {
    margin-top: 64px;
}

.margin-top-28 {
    margin-top: 28px;
}

.container-limited {
    max-width: 860px;
}

.cursor-pointer {
    cursor: pointer;
}
