﻿body {
    font-family: 'Poppins', sans-serif;
}
#wrapper {
    height: 95vh;
}
.signIn a.dropdown-toggle {
    border: 1.5px solid #167CE9;
    border-radius: 5px;
    transition: .5s all;
    padding: 2px 4px;
    text-decoration: none;
}
.signIn:hover a.dropdown-toggle {
    background: #167CE9;
    color: white !important;
}
.dropdown-menu a {
    padding-left: 5px;
    text-decoration: none;
    color: rgba(0,0,0,.9);
    transition: .3s all;
}
.dropdown-menu a:hover{
    background: rgba(22, 124, 223, .5);
    color: white;
}
input::-webkit-input-placeholder {
    color: rgba(0,0,0,.3);
}

.h1 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 73px;
    line-height: 99px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
}

#home-container a {
    color: white;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    border-radius: 50px;
}

footer {
    background: #167CE9;
    position: relative;
}
footer img{
    width: 300px;
}
footer h6{
    color: rgba(255,255,255,.7);
    font-size: 13px;
    text-align: justify;
}
    footer h6.my-3{
        letter-spacing: 2px;
    }
    footer h5.heading {
        display: inline-block;
        font-size: 14px;
        padding-bottom: 5px;
        position: relative;
        color: white;
        margin-bottom: 1.5rem;
    }

    footer h5.heading:before {
        content: "";
        position: absolute;
        width: 50%;
        height: 10px;
        bottom: 0;
        left: 0;
        border-bottom: 3px solid white;
    }
    footer h6{
        padding: 3px 0px;
    }
    footer h6 i {
        padding-right: 10px;
    }

#page-container {
    min-height: 100vh;
}
#main-container {
    min-height: calc(100vh - 97px);
    margin-top: 97px;
}
    #main-container > div {
        /*height: 600px;*/
    }
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .form-control {
        font-size: 13px;
    }
    .card .d-flex label, .card .d-flex a {
        font-size: 10px !important;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .form-control{
        font-size: 15px;
    }
    .card .d-flex label, .card .d-flex a {
        font-size: 10px !important;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .form-control {
        font-size: 1rem;
    }
    .nav-link{
        font-size:13px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .nav-link {
        font-size: 16px;
    }
}