html,
body {
    display: flex;
    flex-direction: column;
    min-height: 600px;
    height: 100%;
}

.middle {
    width: 1262px;
    height: 20px;
    margin-left: 300px;
    margin-right: 300px;
}


header {
    height: 490px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
}
footer {
    height: 175px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: none;
}

.content {
    flex: 1;
    display: flex;
}

nav,
aside {
    flex: 0 1 550px;
    display: flex;
    justify-content: center;
    align-items: center;

    width: 300px;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

nav {
    order: -1;

}

.nav-container {
    margin-left: 40px;
    margin-right: 60px;
    position: relative;
    top: -31px;
    left: 26px;
}
.nav-header {

    font-size: 15px;
    color: rgb(1,95,170);
    margin-bottom: 16px;
}

.nav-p {
    font-size: 14px;
    color: rgb(35,31,32);
 /*   font-weight: 600;*/
    line-height: 1;
}

.main-container {
    border: 1px black solid;
    margin-top: 38px;
    margin-right: 20px;
    padding: 18px 18px 0px 18px;
    margin-bottom: 30px;
}

.main-header {
    font-size: 25px;
    color: rgb(1,95,170);
    font-weight: bolder;
}


.main-p {
    font-size: 12px;
    margin-top: 15px;
}


.main-1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 12px;
    margin-top: 20px;
}

.main-1-1 {
    display: grid;
    grid-template-columns: 40% 55%;
}

.main-1-2 {
    display: grid;
    grid-template-columns: 30% 70%;
}

.main-2 {
    font-size: 12px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.main-2-1 {
    display: grid;
    grid-template-columns: 40% 55%;
}
.main-2-2 {
    display: grid;
    grid-template-columns: 30% 70%;
}

.main-3 {
    font-size: 12px;
    display: grid;
    grid-template-columns: 20% 80%;
}

.main-4 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 12px;
}

.main-4-1 {
    display: grid;
    grid-template-columns: 40% 55%;
}

.main-4-2 {
    display: grid;
    grid-template-columns: 30% 70%;
}


#id-input-firstname,
#id-input-lastname,
#id-input-state,
#id-input-phoneno,
#id-input-email,
#id-input-username,
#id-input-password {
    height: 20px;
}


.main-check {
    font-size: 16px;
    font-weight: 600;
}

.button-submit {
    position: relative;
    left: 290px;
    top: -7px;
    width: 64px;
    background: rgb(1,95,170);
}


.footer-left {

    margin-left: 0;
    width: 900px;
    height: 120px;
    background: rgb(1,95,170);
    position: relative;
    top: -32px;
}


.footer-left-img {
    width: 24%;
    margin-left: 35px;
    margin-top: 20px;
}

.footer-info {
    position: absolute;
    left: 323px;
    top: 13px;
    color: white;
    font-size: 12px;
    line-height: 1.25;
}




.footer-right {
    position: relative;
    top: -44px;
    left: 8px;
    width: 325px;
    height: 120px;

    margin-left: 10px;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 500;
}

.footer-right-header {
    position: relative;
    top: 12px;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
}
.contact-us {
    position: relative;
    top: 10px;
}
.footer-right hr {
    position: relative;
    border-top: 1px solid #007bff;
    top: 15px;
}

.footer-contact-message {
    display: flex;
    justify-content: space-between;

    position: relative;
    top: 2px;
}


.text-right {
    text-align: right;
}

.copyright {
    position: relative;
    top: -51px;
    left: -125px;
    font-size: 12px;
    font-weight: 700;
    transform: scale(0.75);
}


.button-itself {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    color: #fff;
    border-color: #6c757d;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 0px solid transparent;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.main-1,
.main-2,
.main-3,
.main-4 {
    padding: 2px;
}
