﻿body {
    overflow-x: hidden;
}

/*For Login Page */
.searchform {
    font-family: Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-size: 0;
}



.searchform input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}


    .searchform input[type=text] {
        border-radius: 5px;
        padding: 5px 5px 5px 10px;
        text-align: left;
        border:none;
        background-color:lightgray;
        width:300px;
        height: 30px;
        flex-grow: 1;
        -webkit-flex-grow: 1;
    }
     .searchform input[type=password] {
         border-radius: 5px;
        padding: 5px 5px 5px 10px;
        text-align: left;
        border: none;
        background-color: lightgray;
        width:300px;
        height: 30px;
        flex-grow: 1;
        -webkit-flex-grow: 1;
    }

    .searchform input[type=submit] {
        border-radius: 5px;
        padding: 0 20px 0 20px;
        color: white;
        background-color: #F14F11;
        width:200px;
        height:40px;
    }
    .searchform input[type=submit]:hover {
            background-color: #E16535;
            cursor: pointer;
        }

