body {
    font-family: "Goldplay-Regular", "Roboto", "Helvetica", "Arial", sans-serif;
    background-color: white;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Goldplay-SemiBold", "Roboto", "Helvetica", "Arial", sans-serif;
}

.btn-fpl {
    background: linear-gradient(to right, #471d7c, #c6007e);
    color: white;
    font-size: 16px;
    padding: 12px 16px;
    border-radius: 25px;
    text-transform: none;
    box-shadow: none !important;
}

.btn-outline-fpl {
    background-color: #333333;
    color: white;
    border: 1px solid #a9a9a9;
    border-radius: 100px;
    text-transform: none;
    padding: 10px 16px;
}

.btn-outline-fpl:hover {
    background-color: #333333;
    border: 1px solid white;
    color: white;
}

.btn-outline-fpl:focus {
    color: white !important;
    border: 1px solid white;
}

.btn-circle-fpl {
    position: absolute;
    right: 15px;
    bottom: 16px;
    width: 51px;
    height: 51px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background: linear-gradient(to right, #471d7c, #c6007e);
    box-shadow: none !important;
}

.btn-circle-fpl i {
    display: inline-block;
    width: inherit;
    height: inherit;
    color: #fff;
    text-align: center;
    font-size: 2.9rem;
    line-height: 47px;
    margin-left: 2px;
    margin-top: 2px;
}

.btn-fpl:hover,
.btn-circle-fpl:hover {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14),
                0 1px 10px 0 rgba(0,0,0,0.12),
                0 2px 4px -1px rgba(0,0,0,0.2) !important;
}

.button-get-quote {
    font-size: 15px;
    padding: 10px 16px;
}

.break-out {
    left: calc(-1 * (100vw - 100%) / 2);
    margin-left: -8px;
    position: relative;
    width: 100vw;
}


.main-header-fpl {
    padding-top: 6px;
}

.main-header-fpl .header-hr {
    margin: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(230, 230, 230);
    border-right-color: rgb(230, 230, 230);
    border-bottom-color: rgb(230, 230, 230);
    border-left-color: rgb(230, 230, 230);
    background-color: rgb(230, 230, 230);
    border-top-width: 2px;
}

.navbar-fpl {
    box-shadow: none;
    padding: 0;
}

.sign-in-form-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sign-in-form-section .first-point-text {
    font-family: "Goldplay-SemiBold", "Roboto", "Helvetica", "Arial", sans-serif;
    font-size: 2rem;
    margin: 0;
}

.sign-in-form-section .first-point-text .accent-text {
    color:#c6007e;
}

.sign-in-form-section .bmd-label-static {
    color: rgba(0,0,0,0.6);
    font-size: 0.9rem;
}

.sign-in-form-section .password-input {
    width: 95%
}

.info-section {
    background-color: #f2f2f2;
}

.info-section .header-text {
    min-height: 3em;
    background: linear-gradient(to right, #461d7c 0%, #c6007e 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info-section .body-text {
    min-height:6em;
}

.info-section .button {
    display: inline-block;
    width: 350px;
}

.footer-section {
    background-color:#333333;
    color:#eee;
}

.footer-section .main-text {
    font-size: 1.25rem 
}

.footer-section .main-text .accent-text {
    color: #b6297b;
}

.footer-section .button {
    width: 180px;
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .break-out {
        margin-left: 0;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .info-section .register-block {
        border-right: none;
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 2em;
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {}

 /* Large devices (desktops, 992px and up) */
 @media (min-width: 992px) {
    .info-section .register-block {
        border-right: 1px solid #d9d9d9;
        border-bottom: none;
        padding-bottom: 0;
    }
  }