
.iperr{
    border-bottom: 2px solid red !important;
    margin-bottom: 0 !important;
}

.iperr:focus{
    box-shadow: none !important;
}

.iperrtext{
    padding-top: 2px;
    font-size: 12px !important;
    color: red;
}

#snackbarsuccs {
    display: none;
    background-color: #43af42;
    color: #fff;
    text-align: center;
    padding: 12px 5px;
    font-weight: 600;
    font-size: 16px;
    position: fixed;
    z-index: 100000;
    top: 0;
    width: 100%;
    height: 50px;
    box-shadow: 1px 2px 0 0 rgba(0,0,0,0.2);
}

#snackbarerror {
    display: none;
    background-color: red;
    color: #fff;
    text-align: center;
    padding: 12px 5px;
    font-weight: 600;
    font-size: 16px;
    position: fixed;
    z-index: 100000;
    top: 0;
    width: 100%;
    height: 50px;
    box-shadow: 1px 2px 0 0 rgba(0,0,0,0.2);    
}

.careerlist{
    display: none;
}