body{
    /* background:  #1b4a7d; */
    color:white;
    background: linear-gradient(to right, #096997, #024565);
}
input{
    height: 40px !important;
    width: 95% !important;
    margin:auto;
    margin-top:40px;
    text-transform:uppercase;
    font-size:40px !important;
    text-align:center;
}
.col-md-12{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
#input-col{
    margin-top: -7%;
}
#input-col h6{

font-size: 14px;

margin-top: 7px;
}
#center{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10%;
    position: relative;
}
#center span{
    position: absolute;
    bottom: 10px;
    color: rgba(2, 46, 94, 0.611764705882353);
    text-transform: uppercase;
    font-size: 6px;
}

#center small{
    font-size: 19px;
}
#center h4 span{
    color: white;
}
#center h4{
    text-align: center;
    width: 100%;
    font-size: 17px;
    position: relative;
    height: 34px;
}
#center h4 img{
    position:absolute;
    top: -20px;
}