﻿@media only screen and (min-width: 320px) and (max-width: 667px) {
    #div1 {
        padding-right: 0px;
        margin: 0px;
    }

    #div2 {
        padding-right: 0px;
        margin: 0px;
    }

    .container {
        padding-right: 0px;
    }

    #dangkytd {
        font-size: 24px !important;
    }

    #btndangky {
        padding-bottom: 10px;
    }

    #thongtinyeucau {
        min-height: 270px !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #div1 {
        padding-right: 0px;
        margin: 0px;
    }

    #div2 {
        padding-right: 0px;
        margin: 0px;
    }

    .container {
        padding-right: 0px;
    }

    #dangkytd {
        font-size: 24px !important;
    }

    #btndangky {
        padding-bottom: 10px;
    }

    #thongtinyeucau {
        min-height: 375px !important;
    }

    .form-view-2 {
        height: 100px !important;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1440px) {
    #div1 {
    }

    #div2 {
    }

    .container {
    }

    #dangkytd {
    }

    #btndangky {
    }

    #thongtinyeucau {
    }

    .form-view-2 {
        height: 140px !important;
    }
    .p-formleft{
        font-size:13px !important;
    }
    .p-formleft2{
        font-size:14px !important;
    }
    .b-formleft{
        font-size:17px !important;
    }
}

/*color: #007bff;
border-color: #007bff;*/

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007BFF !important;
    border-color: #007BFF !important;
}

#dangkybtn.disabled, #dangkybtn:disabled {
    opacity: 0.5 !important;
    background-color: #B2B2B2 !important;
    border-color: #B2B2B2 !important;
    color: white !important;
    cursor: context-menu !important;
}

body {
    background: url(/images/background.jpg);
    background-size: 100% 100%;
}

.container-first {
    background-size: 100% 100%;
    margin: 20px;
    /*height: calc( 100vh - 50px );*/
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    border: 4px solid #00ffff;
    border-radius: 3px;
    box-shadow: 0px 0px 10px 7px rgb(207 118 213 / 90%);
}

.container-second {
    box-shadow: inset 0px 0px 10px 7px rgb(207 118 213 / 90%);
    width: 100%;
}

.container {
    background-color: transparent !important;
}

#div2 {
    background: transparent;
}

::placeholder {
    color: #00ffff !important;
    font-size: 13px !important;
    text-transform: none !important;
}

.divborder {
    padding: 15px;
    position: relative;
}

    .divborder::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 10%;
        height: 25%;
        border-top: 1px solid cyan;
        border-left: 1px solid cyan;
    }

    .divborder::after {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        height: 25%;
        width: 10%;
        border-right: 1px solid cyan;
        border-bottom: 1px solid cyan;
    }

.btndangky {
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: #8bdfad;
    font-weight: 600;
    border-radius: 15px;
    margin-left: 21px;
    border-right: 5px solid #49d779;
    margin-top: 26px;
    box-shadow: 8px -1px 11px 1px #49d779;
}

    .btndangky::before {
        content: "";
        position: absolute;
        left: -5px;
        top: 0;
        width: 21%;
        border-top: 2px solid #49d779;
        box-shadow: 0px 0px 10px 0.5px #49d779;
    }

    .btndangky::after {
        content: "";
        position: absolute;
        top: 0;
        right: 7px;
        width: 70%;
        border-top: 2px solid #49d779;
        box-shadow: 0px 0px 10px 0.5px #49d779;
    }

.btndangky2 {
    padding: 3px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align:center;
    font-size: 14px;
    height: 31px;
}
    .btndangky2::before {
        content: "";
        position: absolute;
        left: -4px;
        bottom: 0;
        width: 73%;
        border-top: 2px solid #49d779;
        box-shadow: 0px 0px 10px 0.5px #49d779;
    }

    .btndangky2::after {
        content: "";
        position: absolute;
        bottom: 0px;
        right: 7px;
        width: 17%;
        border-top: 2px solid #49d779;
        box-shadow: 0px 0px 10px 0.5px #49d779;
    }
.dangkybtn:hover{
    color: cyan;
    text-decoration:none;
}