*{
    margin:0;
    border: 0;
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
html::-webkit-scrollbar-track
{
	background-color: #FFFFFF;
}

html::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
	background-color: #ADB5BD;
}
html::-webkit-scrollbar-thumb:hover
{
	background-color: #b3b2b2;
}
body{
    width: 100%;
    height: 100vh;
    background-color: #C6D6EE !important; 
}



/* carda */


.main{
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #ffffff;
    padding: 30px;
    width: 450px;
    border-radius: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

::placeholder {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.form button {
    align-self: flex-end;
}

.Logo-container{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Logo-container > a > img{
    width: 100px;
    height: 100px;
}
.flex-column > label {
    color: #151717;
    font-weight: 600;
}
.Name , .Surname{
    margin: 2px;
}
.Name,.Surname > label{
    color: #151717;
    font-weight: 600;
}
.Name_Surname{
    display: flex;
}
.inputForm {
    border: 1.5px solid #ecedec;
    border-radius: 10px;
    height: 50px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    transition: 0.2s ease-in-out;
}
.span {
    font-size: 14px;
    margin-left: 5px;
    color: #2d79f3;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
}
.input {
    margin-left: 10px;
    border-radius: 10px;
    border: none;
    width: 85%;
    height: 100%;
}
.input:active{
    background-color: #FFFFFF;
}
.input-box{
    position: relative;
}
.input-box .show_hide{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #A6A6A6;
    cursor: pointer;
}
.input-box .Show_Hide{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #A6A6A6;
    cursor: pointer;
}
.container .indicator{
    display: none;
}
.container .indicator.active{
    display: block;
}
.input:focus {
    outline: none;
}

.inputForm:focus-within {
    border: 1.5px solid #2d79f3;
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    height: 30px;
}
.flex-row > #message{
    color: red;
    font-size: 16px;
    align-items: center;
}

.button-submit {
    margin: 20px 0 10px 0;
    background-color: #151717;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 500;
    border-radius: 10px;
    height: 50px;
    width: 100%;
    cursor: pointer;
}

.button-submit:hover {
    background-color: #252727;
}

.p {
    text-align: center;
    color: black;
    font-size: 14px;
    margin: 5px 0;
}

.butn {
    margin-top: 10px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    gap: 10px;
    border: 1px solid #ededef;
    background-color: white;
    cursor: pointer;
    transition: 0.2s ease-in-out;
}

.butn:hover {
    border: 1px solid #2d79f3;
    ;
}
.text-success {
    color: #28a745;
    font-size: 0.875em;
    margin-top: 4px;
}

.text-danger {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 4px;
}

.text-muted {
    color: #6c757d;
    font-size: 0.875em;
    margin-top: 4px;
}



/* carda */
/* footer */
.fund{
    border: none;
    border-radius: 10px;
    background: transparent;
    color: white;
    font-weight: normal;
    padding: 0;
}
.fund:hover{
    transition: 0.5s ;
    background-color: transparent;
    transform:scale(110%) ;
}
.plast{
    display: flex;
    justify-content: flex-start;
    width: 125%;
}
/* footer */
@media screen and (max-width:990px) {
    #search-form{
        display: flex;
        flex-direction: row;
    }
    .image{
        width: 100%;
        height: 300px;
    }
    .button1{
        width: 33%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .pjesa1{
        width: 33%;
        display: flex;
        justify-content: flex-start;
        flex-direction: row;
    }
    .pjesa2{
        width: 33%;
        height: 10vh;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .fund{
        background-color: #40B4E1;
    }
    .plast{
        display: flex;
        justify-content: center;
        width: auto;
    }
}

@media screen and (max-width:600px) {
    .fund{
        background-color: #40B4E1;
    }
    .plast{
        display: flex;
        justify-content: center;
        width: auto;
    }
}