﻿h1 {
    font-family: 'Josefin Sans';
    color: #003b61;
    font-weight: normal;
    margin-bottom: .25em;
    margin-top: 2em;
    display: inline-block;
    text-align: left;
}


#signup-form {
    border-top: 1px solid #287ca5;
    color: #000000;
    font-family: Poppins;
    font-size: 14pt;
    padding: 3em;
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: top right;
}

.flex-2col {
    gap: 3em;
}

input[type=checkbox], input[type=radio] {
    margin-right: .5em;
    transform: scale(1.5);
    margin-left: .5em;
}

input[type=text], input[type=email], input[type=tel], input[type=password], textarea {
    box-sizing: border-box;
}

input[type=text], input[type=email], input[type=tel], input[type=password], textarea, select {
    width: 100%;
}

p {
    font-family: Poppins;
    margin-top: 0;
}

a {
    text-decoration: underline
}

label[for] {
    cursor: pointer;
}

#btnCustomerSignUp {
    margin-top: 3em;
    padding-left: 5em;
    padding-right: 5em;
}


@media screen and (width > 35.5em) and (width <= 48em) {
    #signup-form {
        padding: 2em;
    }
}

@media screen and (width <= 35.5em) {
    #signup-form {
        padding: 1em;
    }
}
