@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --p-pink: #efbbcf;
  --p-purple: #c3aed6;
  --p-blue: #86e5ff;
  --p-green: #d7e9b9;
  --p-yellow: #fff4bd;

--bg-dark: #0f172a;     /* Navy Dark */
  --bg-card: #1e293b;     /* Slate Dark */
  --primary-glow: #38bdf8; /* Sky Blue */
  --secondary-glow: #818cf8; /* Indigo */
  --text-main: #f1f5f9;   /* Cloud White */

  --sun-red: #ff7675;
  --sun-orange: #fab1a0;
  --sun-yellow: #ffeaa7;
  --ocean-teal: #81ecec;
  --ocean-blue: #74b9ff;

}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.warpper {
    background: url(../image/ai-biometric-technology-fingerprint-cyber-security.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 20px 0 20px;

}

.row {
    width: 900px;
    height: 550px;
    background-color: #fff;
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.main-login {

    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.left {
    background: url(../image/vivid-blurred-colorful-wallpaper-background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px 0 0 10px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    position: relative;
}

img {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.text p.t1 {
    width: 200%;
    font-size: 24px;
    color: crimson;
    font-family: "Prompt", serif;
    font-weight: 500;
    font-style: normal;
}

.text p.t2 {
    width: 200%;
    font-size: 18px;
    color: #fff;
    font-family: "Prompt", serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 100px;
}

.text p.t3 {
width: 200%;
    font-size: 16px;
    color: darkcyan;
    font-family: "Prompt", serif;
    font-weight: 300;
    font-style: normal;

}
.text p.t4 {
    width: 200%;
    font-size: 14px;
    color: darkcyan;
    font-family: "Prompt", serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 120px;
}

p {
    margin-bottom: 0;
    margin-top: 0;
}

.right {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.input-box {
    width: 400px;
    box-sizing: border-box;
}

.input-box .header {
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
    font-family: "Prompt", serif;
    font-weight: 500;
    font-style: normal;

}

.input-field {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0 10px 0 10px;

}

.input {
    height: 45px;
    width: 100%;
    border: none;
    outline: none;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    color: #40414a;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    margin-bottom: 20px;
}

.input-box .input-field label {
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.input-field .input:focus~label,
.input-field .input:valid~label {
    top: -10px;
    font-size: 16px;
}



.form-label {
    font-size: 16px;
    font-family: "Prompt", serif;
    font-weight: 400;
    font-style: normal;
}

.forgot span {
    font-size: 16px;
    font-family: "Prompt", serif;
    font-weight: 300;
    font-style: normal;
}


@media screen and (max-width:992px) {

    .warpper {
        background: url(../image/ai-biometric-technology-fingerprint-cyber-security.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        /* padding: 0 20px 0 20px; */
        /* width: 100%; */
        /* height: 100%; */
    }

    .main-login {
        display: flex;
        justify-content: center;
        align-items: center;
        /* min-height: 100vh; */
        /* width: 100vw; */
        /* bottom: 0; */
    }

    .input-box {
        width: 250px;
        box-sizing: border-box;
    }

    .row {
        /*width: 100%;
        */height: 650px;
        background-color: #fff;
        box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.2);
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
}

    .text {
        position: absolute;
        top: 70%;
        left: 60%;
        /* transform: translate(-50%, -50%); */
        /* -webkit-transform: translate(-50%, -50%); */
        width: 90%;
    }

    .text p.t1 {
        width: 100%;
        font-size: 22px;
        color: crimson;
        font-family: "Prompt", serif;
        font-weight: 500;
        font-style: normal;
    }

    .text p.t2 {
        width: 100%;
        font-size: 16px;
        color: #fff;
        font-family: "Prompt", serif;
        font-weight: 400;
        font-style: normal;
        padding-left: 100px;
    }

    .text p.t3 {
        font-size: 14px;
        color: darkcyan;
        font-family: "Prompt", serif;
        font-weight: 300;
        font-style: normal;

    }

    .left {
        background: url(../image/vivid-blurred-colorful-wallpaper-background.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
        position: relative;
        height: 250px;
}

    img {
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
}