@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

.bg-container {
    background-color: white;
    background-size: cover;
    height: 100vh;
    margin: 10px;
    margin-left: 10%;
    margin-right: 10%;
}

.heading {
    background-color: #1e38a8;
    color: white;
    font-family: "Roboto";
    font-size: 20px;
    font-weight: 500;
    padding: 10px;

}

.btn-continue {
    background-color: #1e38a8;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    color: white;
    font-family: "Roboto";
    font-size: 15px;
    border: 0px;
    border-radius: 2px;
    width: 25vw;
    max-height: 50px;
}

.input-label {
    color: #7b8794;
    font-family: "Roboto";
    font-size: 15px;
    font-weight: bold;
}

.copyright {
    color: #7b8794;
    font-family: "Roboto";
    font-size: 15px;
    text-align: center;
    padding: 10px;
    margin: 20px;
}

input[type=text],
textarea {
    background-color: #d2d2d4;
    color: #979899;
    width: 40vw;
}

.form-container {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}