﻿.mandatory {
    color:red;
}
.parentRegistration input[type="text"], input[type="date"]{
    border: 0px;
    box-shadow: 0px 0px 0px 0;
    font-size: 18px;
    margin: 5px 0px;
    border:1px solid black;
}
.parentRegistration .line {
  position: absolute;
    /* left: 18px; */
    bottom: 5px;
    background: #b9b9b9;
    width: 94%;
    height: 1px;
}

.parentRegistration .line:before, .parentRegistration .line:after {
  content: '';
  position: absolute;
  background: #0064b2;
  width: 0;
  height: 3px;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.parentRegistration .line:before {
  left: 50%;
}
.parentRegistration .line:after {
  right: 50%;
}

.parentRegistration label {
    position: absolute;
    top: 20px;
    left: 35px;
    font-weight: 100;
    font-size: 17px;
    color: #94989a;
    font-family: century gothic;
    pointer-events: none;
    transition: 0.2s ease all;
}


.parentRegistration input:focus ~ label,
.parentRegistration input:not(:focus):valid ~ label {
    top: 5px;
    font-size:12px; 
    left: 35px;
}
.parentRegistration input:hover ~ .line:before,.parentRegistration input:hover ~ .line:after,
.parentRegistration input:focus ~ .line:before,.parentRegistration input:focus ~ .line:after 
{
    width:50%
}


.errorMsg {
    color: #d92e32;
    font-size: 12px;
}


.detailGrid{
    margin-left:15px;
}
    .detailGrid .row {
        background: #f7f7f7;
    padding: 5px;
    border-bottom: 1px solid white;
    }