﻿/* Styles for textbox */
.textbox {
   
    padding: 5px; /* Add padding */
    border: 1px solid #ccc; /* Add border */
    border-radius: 5px; /* Add border radius */
    font-size: 15px; /* Set font size */
    color: #333; /* Set text color */
}

    /* Style for when textbox is focused */
    .textbox:focus {
        outline: none; /* Remove default focus outline */
        border-color: #007bff; /* Change border color when focused */
    }
.adminbg {
    /*background-image: url('images/admin/admin-bg.jpg');*/
    /*background-size: cover;
    background-position: center;
    background-color: #338BA8;
    min-height: 300px;*/
    /* Enable responsiveness */
    /*width: 100%;*/
}