body {
    background-color:  #f5f5f57a  /*#ededed;*/
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

.login-headline {
    text-align: center;
    font-size: 35px;
    color: #fd6b00;
    font-weight: bold;
}

/* main top logo */
.large-logo-cont {
    text-align: center;
    width: 100%;
}
.large-logo {
    width: 100%;
}

.login-page {
    margin-top: 105px;
}

.login-page .btn {
    float: left;
}

.login-page .panel {
    min-height: 250px;
}


.carousel-row img {
    height: 320px !important;
}

.carousel-indicators li { 
    visibility: hidden; 
    display: none;
}

.carousel-row .carousel-control.left {
    background-image: none;
}
.carousel-row .carousel-control.right {
    background-image: none;
}

.kvuza-nikleta {
    margin-top: 25px;
}


.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-next, 
.carousel-control .icon-prev {
    font-size: 48px;
    color: gray;
}


.rishum .form-control {
    height: 25px;
}


.group-success-cont {
    margin-top: 20px;
}

.rishum-button {
    width: 100px;
}


@media screen and (max-width: 640px) {
    .login-page {
        margin-top: 80px;
    }
}
