﻿
.captcha-size {
    height: 30px;
    width: 90px;
    font-size: 14px;
    margin: 5px 3px 0 0;
}

.paddingtop-5 {
    padding-top: 5pX;
}

.name_company {
    color: #028543;
    font: 700 16px bold;
}

.margin_lh {
    margin-top: 10px;
}

.imap_lh {
    height: 230px;
    width: 100%;
    background: #808080;
    /*border: 2px solid #808080;*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    /*border-radius: 10px;*/
    position: relative;
    z-index: 999;
}

.font_lh {
    position: relative;
    color: #090909;
    font: 700 14px bold;
    max-width: 320px;
    width: 100%;
    /*float: right;*/
}

.text {
    padding: -1px 10px 10px 10px;
    color: #002060;
    font: 700 16px bold;
}

.text-box {
    height: 30px;
    max-width: 255px;
    width: 100%;
    background: #ebebeb;
    border-color: #3d3d3d;
    margin-top: 5px;
    margin-bottom: 3px;
}
.box-file {
    height: 140px;
    /*max-width: 360px;*/
    width: 100%;
}

textarea.form-control {
    height: 140px;
    width: 100%;
    background: #ebebeb;
    border-color: #3d3d3d;
    margin-top: 5px;
    margin-bottom: 3px;
}

.btn-gui {
        background-color: #002060;
    width: 80px;
    border-color: #3d3d3d;
}
.center{
    text-align:center;
}

.text-alert {
    color: #028543;
    font: 700 18px bold;
}
