/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Dec 18, 2020, 11:58:39 AM
    Author     : db2admin
*/
.contain{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
#capt{
    width: 150px;
    height: 52px;
    font-size: 37px;
    background-color: #A6ACAF;
    padding:5px;
    border: none;
    letter-spacing: 1px;
    float: left; 
    color:#E9E91D;
    border-radius: 5px 0 0 5px;
}
#refresh{
    float: left;
    background-color: #707B7C;
    height: 53px;
    border-radius: 0 5px 5px 0;
    }
    #refresh img{
        margin-top: 1px;
        cursor: pointer;
    }
    #textinput{
    width: 150px;
    height: 52px;
    font-size: 37px;
    background-color: #ECF0F1;
    border: none;
    margin-left: 10px;
    border-radius: 5px;
    padding: 5px;
    color: #D58A1E;
    }
    .contain button{
        padding: 8px 20px;
        height: 40px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        margin-left: 10px;
        margin-top: 15px;
        background-color: #764D11;
        color: #CED4F0;
        transition: .5s;
    }
    .contain button:hover{
        background-color: #976216;
    }