
.naslov22 {
    text-align: center;
}

.naslov22 h1.doktor {
    text-align: center;
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    border-style: dotted;
    border-color: black;
    margin: 10;
}
.forma {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 80%;
    border: 2px solid #55565685;
    padding: 50px;
    background-color: #d5f7ff;
    position: relative;
    z-index: 1
    ;
    margin: auto;
}
.forma div {
    display: flex;
    flex-direction: column;
    width: 500px;
    max-width: 100%;
    justify-content: center;
}

.forma div input {
    margin-bottom: 5px;
    padding: 5px;
    height: 50px;
}

.forma div button {
   
    background: #FF4742;
    border: 1px solid #FF4742;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: nunito,roboto,proxima-nova,"proxima nova",sans-serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 16px;
    min-height: 40px;
    outline: 0;
    padding: 12px 14px;
    text-align: center;
    text-rendering: geometricprecision;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    height: 40px;
}
.naslov22 p.doktor2 {
    text-align: center;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}

.pitanje1 {
    text-align: center;
    border-radius: 10px;
}

.narudzba-forma {
    text-align: center;
    color: green;
    border-style: dashed;
    border-color: black;
    text-transform: uppercase;
    margin: 10;
}
.kutija {
    display: block;
    width: 100%;
    margin-left: 10%;
    margin-right: auto;
    }

    @media all and (max-width:400) {
        .kutija {
            width: 100%;
            height: 100%;
            display: block;
            margin-left: auto;
            margin-right: auto;
            
                }
    }