.control-group{
    margin: 6px 25px;
}
.padding-top-10{
    padding-top: 10px;
}
input {
    text-align: center; 
    background-color: #1E71B7;
    border: 1px solid #D1D6DA;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 200;
    padding: 0; 
    width: 250px;
    transition: border .5s;
    color: #ffffff;
}
.errormsg{
    color: red;
}
.border-bottom{
    border-bottom: 1px solid #ddd;
}