
.coo-div {
    width: 50%;
    margin: 15px auto;
}

.coo-label {
    color: #c6c6c6;
    background-color: rgba(10, 10, 10, 0.41);
    height: 40px;
    padding: 0 2em;
}

.coo-label-width-9 {
    width: 90%;
}

.coo-label-width-2 {
    width: 39%;
}

.coo-label-width-6 {
    width: 60%;
}

.coo-span {
    /*position: absolute;*/
    display: inline-block;
    padding: 0.85em 0;
    text-align: left;
}

.coo-span-width-2 {
    width: 15%;
}

.coo-span-width-5 {
    width: 35%;
}

.coo-input {
    background-color: transparent;
    width: 60%;
    height: 100%;
    border: 0;
    outline: none;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

.coo-textarea {
    background-color: transparent;
    width: 480px;
    height: 85px;
    resize: none;
    overflow: hidden;
    border: 0;
    outline: none;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}











