﻿body {
    background-color: #001d61;
}
.img-rad {
    min-height: 100%;
    width: 100%;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}
.bordr-rad {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.btn-dark1 {
    height: 50px;
    background-color: #2f7bce;
    color: #fff;
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f1f1f1;
    height: auto;
    width: 100vw;
    padding: 20px;
    color: #001d61;
    text-align:center;
}
@media only screen and (max-width: 767px) {
    .bordr-rad {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }
}
