body {

}

.certification-query .btn {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.btn-primary {
    background-color: #2386EE;
}
.valid{
    width:44px;
    height:20px;
    background:rgba(90,195,40,1);
    border-radius:10px;
    font-size: 10px;
    color: white;
    line-height:17px;
    padding: 3px 12px;
}
.invalid{
    width:44px;
    height:20px;
    background:rgba(188,194,210,1);
    border-radius:10px;
    font-size: 10px;
    color: white;
    line-height:17px;
    padding: 3px 12px;
}


div.modal-lg {
    width: 80%;
}

.certification-query {
    margin-right: -50px;
    margin-left: -50px;
    padding-left: 180px;
    padding-right: 180px;
    margin-top: -60px;
    background: rgba(237, 242, 255, 1);
}
.carousel-control {
    background-image: none !important;
}

.carousel-control.carousel-index {
    width: 3%;
}

.carousel.carousel-index {
    height: 400px;
}
.carousel-index p {
    text-shadow: none;
}

.carousel-caption.carousel-index {
    position: relative;
    top: 100px;
    bottom: auto;
    text-align: left;
    left: auto;
    right: auto;
}

.carousel-caption.carousel-index p:nth-of-type(1) {
    font-size: 40px;
    margin-bottom: 0px;
}



.carousel-caption.carousel-index p:nth-of-type(2) {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 40px;
}

.carousel.carousel-index .item {
    height: 400px;
}

.carousel-inner.carousel-index > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}

.emptyFont{
    text-align: center;
    font-size: 22px;
    color: #999999;
    height: 280px;
    padding: 126px;
}

.errorFont {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    color: red;
}

.panel {
    margin-bottom: 10px;
}

.param-form .btn {
    border: none;
    width: 116px;
}
.param-form label {
    font-weight: 400;
}
.param-form input {
    height: 40px;
    box-shadow: none;
    border-radius: 2px;
}
@media (max-width: 768px) {

    .carousel-caption.carousel-index p:nth-of-type(1) {
        font-size: 34px;
        margin-bottom: 0px;
    }

    .carousel-caption.carousel-index p:nth-of-type(2) {
        font-size: 36px;
        font-weight: bold;
    }


}



