/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 4, 2017, 12:47:53 PM
    Author     : ram
*/



input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label{
    top: -6px;
    bottom: 10px;
    left: 20px;
    font-size: 11px;
    opacity: 1;
    border:none;
    outline: none !important;
}

select:focus, textarea:focus, input:focus, input[type]:focus, .uneditable-input:focus {   
    border-color: #c9c6c6;
    box-shadow: 0 1px 1px #c9c6c6 inset, 0 0 8px #c9c6c6;
    outline: 0 none;
}

.inputText {
    font-size: 14px;
    height: 35px;
    border:1px solid #c9c6c6;
    background: transparent;
    border-radius: 0px;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 8px;
    transition: 0.2s ease all;
    background: #f6f7f9;
    height:15px;
    font-size: 14px;
}




.mainDiv {
       width: 100%;
    /* margin-left: 15%; */
    background: #fff;

    margin-top: 5%;

}

.sel{
    margin-left: -31px;
}

select ~ .floating-label,
select:not(:focus):valid ~ .floating-label{
    top: 11px;
    bottom: 10px;
    left: -4px;
    font-size: 14px;
    opacity: 1;
    border:none;
    outline: none !important;
}

select ~ .floating-label{
         top: -11px;
}

.label {
    padding: 0px 0 0px;
    color: #2e3192;
    margin-left: 16px;
    /* line-height: 13px; */
    font-size: 20px;
}

.con{
    width: 40px;
    margin-top: 0px;
    position: absolute;
    height: 39px;
    background: #dfe3ea;
    text-align: center;
}

.im{
    margin-top: 8px;
    width: 30px;
    margin-left: 4px;
}

span {
    font-size: 15px;
}


@media only screen and (max-width: 500px) {
    .sel{
    margin-left: 0px;
}
}