@font-face {
  font-family: Manrope;
  src: url(fonts/Manrope-Regular.woff2);
}

.form-control:focus { 
    outline: 2px solid #EF8823 !important;
    border-color: #EF8823;
    box-shadow: 0 0 10px #EF8823;
 }
 
.btn:focus { 
    outline: 2px solid #EF8823 !important;
    border-color: #EF8823;
    box-shadow: 0 0 10px #EF8823;
}

h1,h2,h3,h4 {
    background: none;
}

body{
    padding: 0px;
    margin: 0px;    
    background-image: url('../img/Group-16.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.fnt{    
    font-family: "Manrope", Sans-serif;
}

.fnt_gielda{    
    font-family: "Manrope", Sans-serif;
    color: darkslategrey !important;
}

.belka{
    text-align: center; 
    z-index: 999;
}

.label_left{
    margin-top: 15px;
    margin-top: 5px;
    text-align: left; 
    align-self: flex-end; 
}

.bold{    
    font-weight: bold;    
}

.align_content_left{
    text-align: left;    
}

.to_down{    
  align-self: flex-end;
}

.span_left{
    margin-top: 15px;
    margin-top: 5px;
    text-align: left;  
}

.label_left_color{
    margin-top: 15px;
    margin-top: 5px;
    font-weight: bold;
    color: #EF8823;
    text-align: left;  
}
.top_belka{
    margin-top: 0px !important;
    padding-top: 0px !important;
    background-color: #EF8823;
    color: #ffffff;    
}

.down_belka{
    position: fixed;
    background-color: #EF8823;
    color: #ffffff;    
    bottom:0%;
}

.belka_logo{
    color: #EF8823; 
    margin-top: 5px;
    margin-bottom: 5px; 
}

.img_logo{    
    width: 400px;
    max-width: 70%;
    height: auto;
    margin-top: 2%;
    margin-bottom: 2%;
}

.vdx_button{
    background-color: #ffffff; 
    color: #EF8823; 
    border: 3px solid #EF8823;
}

.vdx_button:hover{
    background-color: #000000; 
    color: #ffffff; 
    border: 3px solid #000000;
}

.vdx_button:focus{
    background-color: #000000;
    color: #ffffff; 
    border: 3px solid #000000;
}

.down_belka_x{
    height: 10%;    
}

h1, h2 {
    font-size: 40px;
    font-weight: 300;
    font-family: inherit;
    line-height: 1.1;    
}

h3 {
    font-size: 30px;
    font-weight: 300;
    font-family: inherit;
    line-height: 1.1;    
}

.button_icon{    
    width: 30px; 
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
}
.naglowki_h3{    
    text-align: left;
    padding-left: 10px;
}

.site_icon{
    width: 50px; 
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.middle_possition{   
    margin-top: 25px;   
}

.center_position{
    
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.x_hide{
    display:none;
}

.klauzula{
    text-align:left; 
    font-size:13px;    
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #FFFFFF; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #EF8823; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #EFCC11; 
}