﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}

body {
    display: flex;
    font-family: "Open Sans", sans-serif;
   
}

.modal {
    text-align: center;
}


@media screen and (max-width: 767px) {

    form {
        display: flex;
        flex-direction: column;
        gap: 10px;    
        width: 100%;
        padding: 10px;
    }
}

    @media screen and (min-width: 768px) {
        .modal:before {
            display: inline-block;
            vertical-align: middle;
            content: " ";
            height: 100%;
        }

        form {
            display: flex;
            flex-direction: column;
            gap: 10px;
            min-width: 400px;
            padding: 10px;
        }

    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }

    .bbs {
        color: white;
        /*width: 30%;*/
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        flex: 1;
        background: linear-gradient(180deg, rgba(13,60,83,1) 0%, rgba(23,54,83,1) 55%, rgba(7,19,37,1) 100%);
        /*background: url(https://images.unsplash.com/photo-1656267124947-39f3a2102d85?crop=entropy&cs=tinysrgb&fm=jpg&ixid=MnwzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2NTY4MDMzODY&ixlib=rb-1.2.1&q=80)
    rgba(255, 255, 255, 0.3);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: lighten;
  flex: 1;*/
    }




    .camerabox {
        --b: 5px; /* thickness of the border */
        --c: red; /* color of the border */
        --w: 20px; /* width of border */


        border: var(--b) solid #0000; /* space for the border */
        --_g: #0000 90deg,var(--c) 0;
        --_p: var(--w) var(--w) border-box no-repeat;
        background: conic-gradient(from 90deg at top var(--b) left var(--b),var(--_g)) 0 0 / var(--_p), conic-gradient(from 180deg at top var(--b) right var(--b),var(--_g)) 100% 0 / var(--_p), conic-gradient(from 0deg at bottom var(--b) left var(--b),var(--_g)) 0 100% / var(--_p), conic-gradient(from -90deg at bottom var(--b) right var(--b),var(--_g)) 100% 100% / var(--_p);
        /*Irrelevant code*/
        width: 200px;
        height: 200px;
        box-sizing: border-box;
        margin: 5px;
        display: inline-flex;
        font-size: 30px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    input[type="email"]:hover::placeholder,
    input[type="password"]:hover::placeholder {
        color: #000;
    }

    input[type="submit"] {
        width: 100%;
        background-color: rgb(13,60,83);
        color: #fff;
        padding: 10px;
        font-size: 1rem;
        cursor: pointer;
        border: none;
        transition: all 0.3s ease;
        border-radius: 5px;
    }

        input[type="submit"]:hover {
            background-color: rgb(17 73 100);
        }

    a, label {
        font-size: 12px;
        color: #424242;
        text-decoration: none;
    }

        a:hover {
            text-decoration: underline;
        }

    ::selection {
        color: #fff;
        background-color: #000;
    }





    @media screen and (max-width: 1023px) {

        #lite {
            display: none;
        }


        .bbs {
            display: none;
        }

        .login {
            display: none;
        }


        .logo {
            text-align: center;
        }

        .logo_bbs {
            display: none;
        }

        #dvLogin {
            text-align: left;
        }

        .logo_company {
            text-align: center;
            padding-top: 0px;
            font-size: 32px;
            font-weight: bold;
            color: white;
        }


        .sign-in p, h5 {
            display: none;
        }

        .sign-in {
            display: flex;
            flex-direction: column;
            flex: 1;
            justify-content: flex-start;
            align-content: center;
            align-items: center;
            flex-wrap: wrap;
            padding-top: 30px;
            position: relative;
        }

        .sign-in-bg {
            display: flex;
            flex: 1;
            background: linear-gradient(180deg, rgba(13,60,83,1) 0%, rgba(23,54,83,1) 55%, rgba(7,19,37,1) 100%);
        }

        .pnlFooter {
            color: white;
            position: absolute;
            left: 0;
            width: 100%;
            bottom: 10px;
            text-align: center;
            font-size: x-small;
        }

        #btnResetPassword {
            color: white;
        }

        #btnSignUp {
            color: white;
        }

        .chkAgree {
            color: white;
        }
    }

    @media screen and (min-width:1024px) {

        #lite {
            /* display:block;*/
        }

        .logo {
            display: none;
        }

        .logo_bbs {
            display: none;
        }

        .logo_company {
            text-align: left;
            padding-top: 0px;
            font-size: 32px;
            font-weight: bold;
        }

        .sign-in {
            display: flex;
            flex-direction: column;
            flex: 2;
            justify-content: center;
            align-content: center;
            align-items: flex-start;
            flex-wrap: wrap;
            border-radius: 100px 0 0 100px;
            background-color: white;
            position: relative;
        }


        .sign-in-bg {
            display: flex;
            flex: 2;
            background: linear-gradient(180deg, rgba(13,60,83,1) 0%, rgba(23,54,83,1) 55%, rgba(7,19,37,1) 100%);
        }

        .app {
            display: none;
        }

        .pnlFooter {
            color: black;
            position: absolute;
            left: 0;
            width: 100%;
            bottom: 0;
            text-align: center;
            font-size: x-small;
            padding-bottom: 10px;
        }

        #btnResetPassword {
            color: black;
        }

        #btnSignUp {
            color: black;
        }

        .chkAgree {
            color: black;
        }
    }
