.form-group .text-help {
    color: #dc1d34;
    margin-top: -10px;
    margin-bottom: 25px;
}

.pristine-error {
    display: table;
}
section {
    background-color: #FAFAFA;

}
label.error {
    color: red !important;
    display: none !important;
    width: 100%;
    Text-Transform:capitalize;
    font-weight:700px;
    text-align: left;
    margin-top: 5px;
}
.custom-input {
    border-radius: 10rem;
    font-size: 15px;
    box-shadow: 0px 0px 5px 1px #c3c3c3;
    padding: 20px;
    border: 2px solid #c3c3c3;
    background-clip: initial;
}
 .iconn { 
    color:#1DA1F2;
    padding: 17px;
    font-size: 19px;
    min-width: 40px; 
}      
.input-icons .iconn { 
    width:56px;
    margin-top:1px;
    position: absolute; 
}
.input-icons { 
    width: 100%; 
    margin-bottom: 10px; 
}
.form-body.without-side .form-content .form-items form{
    padding:30px;
}
.form-body.without-side .form-content .form-items {
    padding: 0px 0px !important;
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16);
    overflow: hidden;
}
.text{
    color: #DDE3EB !important;
}
#link{
    color: #1DA1F2;
    font-weight: 500;
    font-size: 16px;
}
.hr{
    margin-top: 11px;
    width: 75px;
    background-color: #DDE3EB;
}

@media (max-width: 992px){
    .hr{
       width: 40px;
    }
    .text{
        margin: 0px -43px !important;
        font-size: 12px !important;
    }
    .form-button img{
        width:38% !important;
    }
}

@media (max-width: 400px){
    .hr{
       width: 20px;
    }
    .text{
        margin: 0px -43px !important;
        font-size: 12px !important;
    }
    .form-button img{
        width:38% !important;
    }
}

@media (max-width: 360px){
    .hr{
       width: 10px;
    }
    .text{
        /*margin: 0px -43px !important;*/
        margin: 0px -38px !important;
        font-size: 12px !important;
    }
    .form-button img{
        width:38% !important;
    }
}
.container-fluid{
    /*padding-right:0px !important;*/
    /*padding-left: 0px !important;*/
}