body {
    font-family: Arial, Helvetica, sans-serif;
}


/* Full-width input fields */

input[type=text],
input[type=password],
input[type=date] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: none;
    box-sizing: border-box;
    border-bottom: solid 1px #2ca449;
    background: #ffffffb0;
    color: #47614b;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 11px;
    /* transition: all .1s; */
}

input[type=text]:focus-visible,
input[type=password]:focus-visible,
input[type=date]:focus-visible {
    border-bottom: solid 2px #2ca449;
    outline: 0;
    background: white;
    /* transition: all .1s; */
    margin-bottom: 10px;
}

.gjinia {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 6px;
}


/* Set a style for all buttons */

button {
    background-color: #04AA6D;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    margin-bottom: 0px!important;
    border: none;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    border-radius: 6px;
}

button:hover {
    opacity: 0.8;
}

.informasi {
    transition: all .3s;
}

.wrong {
    -webkit-animation: animatezoom .5s;
    animation: animatezoom .5s;
    margin-top: 20px;
    color: #cd5555;
    padding: 10px 20px;
    background-color: #ffbfbfa6;
    backdrop-filter: blur(10px);
    border-radius: 10px;
    text-align: center;
}

.wrongDiv {
    background-color: #ffbfbfa6!important;
}

.caps {
    text-align: center;
    -webkit-animation: animatezoom .5s;
    animation: animatezoom .5s;
    margin-top: 20px;
    color: #b28209;
    padding: 10px 20px;
    background-color: #fffde4a6;
    backdrop-filter: blur(10px);
    border-radius: 10px;
}


/* Extra styles for the cancel button */

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

#id01 {
    display: flex!important;
    justify-content: center;
    align-items: center;
}

.container label {
    text-transform: uppercase;
    color: #47614b;
    font-weight: bold;
    font-size: 13px;
}


/* Center the image and position the close button */

.imgcontainer {
    text-align: center;
    margin: 15px 0 12px 0;
    position: relative;
}

img.avatar {
    max-height: 65px;
    max-width: 150px;
    object-fit: contain;
    filter: drop-shadow(0px 0px 5px white);
}

.container {
    padding: 16px;
    border-radius: 6px;
}

#butona {
    padding-top: 30%;
    padding-left: 20%;
    /*padding-right: 20%;*/
}

span.psw {
    float: right;
    padding-top: 16px;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    /* padding-top: 60px; */
}


/* Modal Content/Box */

.modal-content {
    background-color: #fefefea6;
    backdrop-filter: blur(10px);
    padding-top: 5px;
    /* margin: 5% auto 15% auto; */
    /* border: 1px solid #888; */
}


/* The Close Button (x) */

.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: red;
    cursor: pointer;
}


/* Add Zoom Animation */

.animate {
    -webkit-animation: animatezoom .5s;
    animation: animatezoom .5s;
    border-radius: 10px;
    transition: all .3s;
}

@-webkit-keyframes animatezoom {
    0% {
        -webkit-transform: scale(0.5);
    }
    50% {
        -webkit-transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes animatezoom {
    0% {
        transform: scale(0.5);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@media screen and (max-width: 900px) {}


/* Change styles for span and cancel button on extra small screens */

@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}


/*-----------------------------------------------------------------------------*/

@media screen and (max-width: 450px) {
    #butona {
        padding-top: 85%;
        padding-left: 10%;
        /*padding-right: 10%;
*/
    }
}

@media screen and (min-width: 451px) and (max-width: 800px) {
    #butona {
        padding-top: 82%;
        padding-left: 18%;
        /*padding-right: 10%;
*/
    }
}

::selection {
    background-color: #04AA6D;
    color: white;
}