﻿.DOBAuth, label {
    border: 1px solid transparent;
    line-height: 30px;
    height: 30px;
    padding: 0;
    margin: 0;
}

.DOBAuth {
    display: block;
    margin-bottom: 2px;
    border-radius: 3px;
    border-color: #ccc;
    text-indent: 5px;
    width: 90px !important;
    height: 35px;
}

body, .DOBAuth {
    font-size: 14px;
    line-height: 20px;
    font-family: sans-serif;
}

    .DOBAuth:focus {
        border-color: #ccc;
        outline: 0;
    }

labelAuth {
    z-index: 2;
    float: left;
    height: 10px;
    line-height: 10px;
    padding: 0px 5px 0px 5px;
    position: relative;
    left: 60px;
    top: -5px;
    color: #999;
    background-color: #fff;
    font-size: 15px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
