.form-group .form-control{
    border-radius: 0px;
}

.form-container{
    padding: 10px 15px;
    background-color: #fff;
    position: relative;
    padding: 20px 20px;
    margin: auto;
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.1);
    height: 380px;
   border-radius: 15px;
}
.btn{
    background-image: url('https://st.depositphotos.com/1275255/2371/i/450/depositphotos_23712041-stock-photo-abstract-dark-blue-widescreen-art.jpg');
    font-size: 18px;
    font-weight: 600;
}
h3{
    background: url('https://st.depositphotos.com/1275255/2371/i/450/depositphotos_23712041-stock-photo-abstract-dark-blue-widescreen-art.jpg')0 0 / cover no-repeat; 
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   font-weight: 700;
   font-size: 2rem;
}

.form-control:focus {
    border-color: gray !important; 
    box-shadow: none !important; 
}
html, body {
    height: 80vh;
}

body {
    background-color: aliceblue;
    background-repeat: no-repeat;
}


.form-button span{
    font-weight: bold;
    padding: 0 10px;
    color: #555;
    width: 40%;
    display: inline-block;
    cursor: pointer;
}
.form-button{
    display: inline-block;
    font-size: larger;
    
}
 

.form-container{
    top: 30%;
}
a{
    text-decoration: none;
}

/* <!--------------------- Laptop Query ------------------> */

@media (min-width: 992px) {
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 27.333333%;
    }
   
}
