

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: 'Open Sans';
    font-size: 14px;
    background: #fff/*f4f5f5*/;
}
.btn {
    padding: 10px 20px !important;
    font-size: 16px !important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px 3px !important;
}
#main {
    position: relative;
    width: 1024px;
    height: 600px;
    margin: 50px auto 0 auto;
    text-align: center;
}

.txtContent
{
    width: 1000px;
    font-family:Arial; font-size:18px; color:#000;
    border:2px solid #3171ad;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:10px;
    color:#3c556c; resize: none;
    overflow:hidden;
}

.txtContent:focus{outline-width:0;}

li {
    list-style: none;
}
.form-sec {
    text-align: center;
	padding-top: 0;
}

.form-label label {
    display: block;
    vertical-align: text-bottom;
    font-size: 16px;
    padding-right: 0;
    font-weight: 600;
    padding-bottom: 10px;
    color: #63696a;
}

.go-button {
    background: hsl(207, 100%, 29%);
    border: none;
    font-size: 15px;
    color: #fff;
    padding:0 40px;
    margin-top: 15px;
    height: 40px;
    border-radius: 4px;
    font-weight: 400;
}
.keyboard-sec input {
        background: hsl(207, 100%, 29%);
    border: none;
    font-size: 14px;
    color: #fff;
    padding: 0 15px;
    margin-top: 0;
    height: 33px;
    border-radius: 4px;
    font-weight: 400;
}
.form-label input.input {
        height: 40px;
    border: 1px solid #ccc;
    width: 180px;
    border-radius: 5px;
	padding:0 20px;
}

.keyboard-sec label {
        display: inline-block;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 500;
}
.style-mid-sec {
    padding: 20px 0 10px;
}
.style-mid-sec input {
        background: hsl(207, 100%, 29%);
    border: none;
    font-size: 15px;
    color: #fff;
    padding: 0 20px;
    margin-bottom: 0;
    height: 40px;
    width: auto !important;
    border-radius: 4px;
    font-weight: 400;
}
.style-mid-sec label {
    vertical-align:text-top;
}
.virtualKeyboard-sec .key {
    padding: 0;
    line-height: 52px;
    background: #333;
    color: #fff;
    font-weight: 400;
}
.form-sec legend {
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-weight: 600;
    font-family: 'Open Sans';
    text-transform: none;
    border: none;
    color: #63696a;
}
.mid-wrapper {
        max-width: 500px;
    margin: 0 auto;
    width: 100%;
    background: #fff;
    padding: 30px;
    position: relative;
    top: 30%;
    transform: translateY(20%);
}
.logo-sec {
    margin-bottom: 20px;
}

.logo-text-sec {
    margin-bottom: 15px;
}









@media (max-width:1024px) {
	
	
.mid-wrapper {
    transform: translateY(28%);
	    max-width: 95%;

}	
}

@media (max-width: 768px) {
.mid-wrapper {
        transform: translateY(66%);
}
}

@media (max-width:767px) {
.mid-wrapper {
    transform: translateY(26%);
}


}
@media (max-width:480px) {
	.mid-wrapper {
    transform: translateY(8%);
}
}
@media (max-width:320px) {
	.mid-wrapper {
    transform: translateY(0%);
}
.nmpd-grid>tbody>tr>td {
    padding: 15px;
}

}





