﻿.show {
    display:block;
}

.hide {
    display:none;
}

.panelloginadmin {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 30%;
    width: 400px;
    height: 450px;
    background-color: white;
    border: 1px dashed gray;
    border-radius: 10px;
    z-index: 6;
    margin: auto;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    animation: animasipanelloginadmin 0.5s ease-in;
    position: fixed;
}

@keyframes animasipanelloginadmin {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.headerpanelloginadmin {
    position: relative;
    top: 0px;
    width: 100%;
    height: 30px;
    background-color: transparent;
}

.btnclosepanelloginadmin {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    text-decoration:none;
}

.divinputstylestandard {
    line-height: 30px;
}

.labelket {
    position: absolute;
    left: 14%;
    right: 0px;
    margin: auto;
    margin-top: 30px;
    font-weight: normal;
    color: darkgray;
    font-size: 12px;
}

.textboxstylestandard {
    width: 70%;
    height: 40px;
    border: 0.5px solid rgb(128,128,128,0.4);
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
}

.divinputstylecari {
    position: absolute;
    top: 3px;
    width: 20%;
    height: 90%;
    right: 20%;
    margin: auto;
    line-height: 30px;
    background-color: transparent;
    text-align: right;
}

.textboxstylecari {
    position: absolute;
    top: 10px;
    width: 60%;
    height: 30px;
    border: 0.5px solid rgb(128,128,128,0.4);
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    right: 30px;
    margin: auto;
    text-align: center;
}

.btnstandard-holder {
    position: absolute;
    width: 100%;
    background-color: transparent;
    bottom: 30px;
    right: 0px;
    margin: auto;
    text-align: center;
}

.btn-login-holder {
    position: absolute;
    width: 100%;
    background-color: transparent;
    bottom: 50px;
    right: 15%;
    margin: auto;
    text-align: right;
}

.btn_standard {
    border: none;
    margin: auto;
    border-radius: 10px;
    height: 45px;
    width: 150px;
    background-color: #2c2c2c;
    color: black;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    color: white;
}

/*responsive screen*/

/*screen 9*/
@media (min-width:1501px) and (max-width:1919px) {
    .show {
        display: block;
    }

    .hide {
        display: none;
    }

    .panelloginadmin {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 30%;
        width: 400px;
        height: 450px;
        background-color: white;
        border: 1px dashed gray;
        border-radius: 10px;
        z-index: 6;
        margin: auto;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasipanelloginadmin 0.5s ease-in;
        position: fixed;
    }

    @keyframes animasipanelloginadmin {
        from {
            opacity: 0;
            transform: translateY(100px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .headerpanelloginadmin {
        position: relative;
        top: 0px;
        width: 100%;
        height: 30px;
        background-color: transparent;
    }

    .btnclosepanelloginadmin {
        position: absolute;
        right: 20px;
        top: 15px;
        cursor: pointer;
        text-decoration: none;
    }

    .divinputstylestandard {
        line-height: 30px;
    }

    .labelket {
        position: absolute;
        left: 14%;
        right: 0px;
        margin: auto;
        margin-top: 30px;
        font-weight: normal;
        color: darkgray;
        font-size: 12px;
    }

    .textboxstylestandard {
        width: 70%;
        height: 40px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

    .divinputstylecari {
        position: absolute;
        top: 3px;
        width: 20%;
        height: 90%;
        right: 20%;
        margin: auto;
        line-height: 30px;
        background-color: transparent;
        text-align: right;
    }

    .textboxstylecari {
        position: absolute;
        top: 10px;
        width: 60%;
        height: 30px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        right: 30px;
        margin: auto;
        text-align: center;
    }

    .btnstandard-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 30px;
        right: 0px;
        margin: auto;
        text-align: center;
    }

    .btn-login-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 50px;
        right: 15%;
        margin: auto;
        text-align: right;
    }

    .btn_standard {
        border: none;
        margin: auto;
        border-radius: 10px;
        height: 45px;
        width: 150px;
        background-color: #2c2c2c;
        color: black;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        color: white;
    }
}

/*screen 8*/
@media (min-width:1301px) and (max-width:1500px) {
}

/*screen 7*/
@media (min-width:1101px) and (max-width:1300px) {
}
/*screen 6*/
@media (min-width:901px) and (max-width:1100px) {
}
/*screen 5*/
@media (min-width:801px) and (max-width:900px) {
}

/*screen 4*/
@media (min-width:601px) and (max-width:800px) {
}
/*screen 3*/

@media (min-width:500px) and (max-width:600px) {
    .panelloginadmin {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 30%;
        width: 400px;
        height: 450px;
        background-color: white;
        border: 1px dashed gray;
        border-radius: 10px;
        z-index: 6;
        margin: auto;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasipanelloginadmin 0.5s ease-in;
        position: fixed;
    }

    @keyframes animasipanelloginadmin {
        from {
            opacity: 0;
            transform: translateY(100px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .headerpanelloginadmin {
        position: relative;
        top: 0px;
        width: 100%;
        height: 30px;
        background-color: transparent;
    }

    .btnclosepanelloginadmin {
        position: absolute;
        right: 20px;
        top: 15px;
        cursor: pointer;
        text-decoration: none;
    }

    .divinputstylestandard {
        line-height: 30px;
    }

    .labelket {
        position: absolute;
        left: 14%;
        right: 0px;
        margin: auto;
        margin-top: 30px;
        font-weight: normal;
        color: darkgray;
        font-size: 12px;
    }

    .textboxstylestandard {
        width: 70%;
        height: 40px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

    .divinputstylecari {
        position: absolute;
        top: 3px;
        width: 20%;
        height: 90%;
        right: 20%;
        margin: auto;
        line-height: 30px;
        background-color: transparent;
        text-align: right;
    }

    .textboxstylecari {
        position: absolute;
        top: 10px;
        width: 60%;
        height: 30px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        right: 30px;
        margin: auto;
        text-align: center;
    }

    .btnstandard-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 30px;
        right: 0px;
        margin: auto;
        text-align: center;
    }

    .btn-login-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 50px;
        right: 15%;
        margin: auto;
        text-align: right;
    }

    .btn_standard {
        border: none;
        margin: auto;
        border-radius: 10px;
        height: 45px;
        width: 150px;
        background-color: #ff0000;
        color: black;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        color: white;
    }
}

/*screen 2*/
@media (min-width:321px) and (max-width:499px) {
    .panelloginadmin {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 30%;
        width: 400px;
        height: 450px;
        background-color: white;
        border: 1px dashed gray;
        border-radius: 10px;
        z-index: 6;
        margin: auto;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasipanelloginadmin 0.5s ease-in;
        position: fixed;
    }

    @keyframes animasipanelloginadmin {
        from {
            opacity: 0;
            transform: translateY(100px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .headerpanelloginadmin {
        position: relative;
        top: 0px;
        width: 100%;
        height: 30px;
        background-color: transparent;
    }

    .btnclosepanelloginadmin {
        position: absolute;
        right: 20px;
        top: 15px;
        cursor: pointer;
        text-decoration: none;
    }

    .divinputstylestandard {
        line-height: 30px;
    }

    .labelket {
        position: absolute;
        left: 14%;
        right: 0px;
        margin: auto;
        margin-top: 30px;
        font-weight: normal;
        color: darkgray;
        font-size: 12px;
    }

    .textboxstylestandard {
        width: 70%;
        height: 40px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

    .divinputstylecari {
        position: absolute;
        top: 3px;
        width: 20%;
        height: 90%;
        right: 20%;
        margin: auto;
        line-height: 30px;
        background-color: transparent;
        text-align: right;
    }

    .textboxstylecari {
        position: absolute;
        top: 10px;
        width: 60%;
        height: 30px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        right: 30px;
        margin: auto;
        text-align: center;
    }

    .btnstandard-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 30px;
        right: 0px;
        margin: auto;
        text-align: center;
    }

    .btn-login-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 50px;
        right: 15%;
        margin: auto;
        text-align: right;
    }

    .btn_standard {
        border: none;
        margin: auto;
        border-radius: 10px;
        height: 45px;
        width: 150px;
        background-color: #2c2c2c;
        color: black;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        color: white;
    }
}
/*screen 1*/
@media (min-width:200px) and (max-width:320px) {
}


