﻿.hideform {
    display:none;
}

.allownumericwithdecimal {
    width: 20%;
    box-shadow: 5px 5px 5px black;
}
.backgroundgradient {
    background:rgba(0, 0, 0, 0) linear-gradient(to right, rgb(5, 48, 83) 0%, rgb(79, 150, 206) 50%, rgb(5, 48, 83) 100%) repeat scroll 0 0 / cover;
            
}
div #converterform h2 {
    color: #fff
}
div #converterform p {
    color: #fff;
    font-weight:100 bold;
}
#converterlogo {
    margin: 15px;
}
#converterform h2 {
    margin: 25px;
    
}
#converterform p {
    margin: 10px;
    
}
#q2sConverter{
    cursor:pointer;
}        

