body{
    background-color: #1d2630;
    color: aliceblue;
}
input:not([type]), input[type="text"]{
    min-width: 300px;
    text-align: center;
}
.logo{
    max-width: 300px;
    min-width: 150px;
}
.dropDown{
    max-width: 400px;
    min-width: 300px;
    min-height: 40px;
    text-align: center;
    font-size: large;
}

.dropDownPitanja{
    max-width: 400px;
    min-width: 150px;
    text-align: center;
    font-size: large;
}


.znak {
    width: 250 px;
    height: 150 px;
    text-align: center;
}

/* Resize images */
.znak img {
    width: 250px;
    height: auto;
}

.pitanje {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.left{
    float: left;
}

.right{
    float: right;
}

.resulttable {
    text-align: center;
    border-collapse: separate;
    border-spacing: 5px;
}

.thwrong {
    background-color: red;
}
.thok {
    background-color: green;
}

th, td {
  padding: 3px;
}

th{
    border: 2px solid;
    border-color: aliceblue;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
    text-align: left;
}

.paddingLogoutButton{
    margin: 15px;
}