#one
{
  background: #fafbfd;;
}
.it .btn-orange
{
    background: #9658fe;
    background: -moz-linear-gradient(-45deg,#3a8ffe 0,#9658fe 100%);
    background: -webkit-linear-gradient(-45deg,#3a8ffe 0,#9658fe 100%);
    background: linear-gradient(135deg,#3a8ffe 0,#9658fe 100%);
    background-size: 140% auto;
    background-position: center;
    color: #fff;
    box-shadow: 0 4px 18px rgba(0,0,0,.08);
    border-radius: 30px;
    height: 40px;
    margin-top: 0px;
    padding-top: 5px;
    width: 100%;
    transition: .7s cubic-bezier(.17,.67,0,1.01);
}

.it .btn-orange:hover{
    background-position: left;
    box-shadow: 0 8px 25px rgba(0,0,0,.15);
    transform: translate3d(0,-2px,0);
}
.it input.form-control
{
    height: 54px;
    border: none;
    margin-bottom: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    position: relative;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding: 13px 16px;
    margin-right: 16px;
    background: #fff;
    border: 1px solid #ebeef1;
    border-radius: 30px;
    color: #789bec;
    box-shadow: 0 4px 18px rgba(0,0,0,.01);
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.it .form-control:focus
{
    border-color: #ff4d0d;
    box-shadow: none;
    outline: none;
}
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.it .btn-new, .it .btn-next
{
    margin: 30px 0px;
    border-radius: 0px;
    background-color: #333;
    color: #f5f5f5;
    font-size: 16px;
    width: 200px;
}

.it .btn-check
{
    cursor: pointer;
    line-height: 40px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #c0c6d2;
    cursor: pointer;
    vertical-align: top;
}

.it .btn-check .las {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 14px;
    background: #fe7676;
    box-shadow: -1px 1px 6px rgba(254,118,118,.8);
    text-shadow: none;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}
.it .uploadDoc
{
    margin-bottom: 20px;
}
.it .uploadDoc
{
    margin-bottom: 20px;
}
.it .btn-orange img {
    width: 30px;
}
p
{
  font-size:16px;
  text-align:center;
  margin:30px 0px;
}
.it #uploader .docErr
{
    position: absolute;
    right:auto;
    left: 10px;
    top: -56px;
    padding: 10px;
    font-size: 15px;
    background-color: #fff;
    color: red;
    box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.2);
    display: none;
}
.it #uploader .docErr:after
{
    content: '\f0d7';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 50px;
    color: #fff;
    position: absolute;
    left: 30px;
    bottom: -40px;
    text-shadow: 0px 3px 6px rgba(0,0,0,0.2);
}

.it .badge img{
    visibility: visible; 
    animation-name: bounceInUp;
}

