﻿.external-provider {
    position: fixed;
    top: 40%;
    left: 50%;

    width: 100%;
    max-width: 600px;
    min-height: 50%;
    max-height: 600px;
    padding: 2% 2% 2% 3%;

    transform: translate(-50%, -50%);

    border-radius: 5px;
    background: white;

    justify-content: center;
    align-items: center;
}

.external-provider__top {
    font-size: 24px;
     
    color: #304b54;
}

.external-provider-form__top {
    font-size: 16px;

    max-width: 1150px;
    margin-top: 25px;

    color: #304b54;
}

.external-provider-form__center {
    margin-top: 40px;
    margin-bottom: 40px;
}

.external-provider-form__footer {
    font-size: 16px;

    margin-left: 25px;
}

.external-provider-form--center__continue {
    margin-left: -10px;
}

.validation-summary-errors ul {
    font-size: 16px;

    margin-bottom: 40px;
    margin-left: -40px;

    color: #304b54;
}

    .validation-summary-errors ul > li {
        padding: 3px 0px 0px 20px;

        list-style: none;

        background-image: url('warning-icon.svg');
        background-repeat: no-repeat;
        background-position: left top 6px;
        background-size: 16px;
    }