html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 188px;
}

.p-extra {
    font-size: 48px;
    word-break: break-word;
}

.p-container {
    margin: auto;
    max-width: 1180px;
    padding: 30px
}

.p-message {
    font-size: 24px;
    color: #fff;
}

.p-content {
    margin: auto;
}

.p-subject {
    color: #3266CC;
    margin-bottom: 10px;
}

.p-body {
    color: #1C203D;
}

.p-button {
    width: 100%;
    height: 50px;
    font-size: 24px;
}

.btn-primary {
    color: #fff;
    background-color: #3665F3;
    border-color: #1861ac;
}

.p-connect {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}

.p-title {
    font-size:22px;
}


.bg1 {
    background-image: url('/images/background-1.png');
    background-size: cover;
}

.bg2 {
    background-color: #1A56DB;
    color: #fff;
}

.bg3 {
    background-color: #001b5e;
    color: #fff;
}

.bg4 {
    background-color: #EE280E;
    color: #fff;
}
