@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Oswald', sans-serif;
}

body {

    background: url('../images/bannersettwo.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
} 



.login-bg {

    /* background-color: tomato; */
    background: url('../images/bannersettwo.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    /* background-position: center; */
}

.form {
    position: relative;
    background: #060c21;
    border: 1px solid #000;
    width: 350px;
    padding: 40px 40px 60px;
    border-radius: 10px;
    text-align: center;
    left: 30%;
    top: 10%;


}




.form::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    background: linear-gradient(315deg, #e91e63, #5d02ff);
    z-index: -1;
    transform: skew(2deg, 1deg);
    border-radius: 10px;
}

.form h2 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.form .input {
    margin-top: 15px;
    text-align: left;
}

.form .input .inputBox {
    margin-top: 10px;
}

.form .input .inputBox label {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 1px;
}

.form .input .inputBox input {
    position: relative;
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    padding: 5px 15px;
    /* background:linear-gradient(315deg,#e91e63,#5d02ff) ; */
    color: #000;
    font-size: 16px;
    border-radius: 10px;
}





.form .input .inputBox input[type="submit"] {
    cursor: pointer;
    margin-top: 20px;
    letter-spacing: 1px;
    background: linear-gradient(315deg, #5d02ff, #e91e63);

}

.form .input .inputBox input[type="submit"]:hover {
    background: linear-gradient(315deg, #5d02ff, #e91e63);
}

.form .input .inputBox input[type="submit"]:active {
    color: rgba(255, 255, 255, 0.521);
    background: linear-gradient(315deg, #e91e6271, #5f02ff8c);
}

.forgot {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

.forgot a {
    color: #ff0800;
}

.social {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.social button {
    width: 75%;
    border-radius: 20px;
    margin-bottom: 15px;
    padding: 5px 10px;
    background: transparent;
    border: 3px solid #222;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;

}

.social button i {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;

}

.social button p {
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
    letter-spacing: 1px;
}

.social button:hover {
    background: linear-gradient(315deg, #326cd6, #5d02ff);
}

.social button:hover i {
    filter: invert(1);
}

.social button:active {
    background: linear-gradient(315deg, #5d02ff, #e91e63)
}





.samiksha {
    font-size: 24px;
    color: tomato !important;
    font-family: "Roboto", sans-serif;
    font-weight: 700;

}

.samikshacontent {
    font-size: 12px;
    letter-spacing: 1px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-align: justify;
}



.maintitle {
    font-size: 18px;
    color: #000 !important;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
}

.mainhead {
    font-size: 12px;
    color: #000 !important;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}


.captcha {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    background-color: #e0ddf7;
    border-radius: 10px;
    display: inline-block;
    padding: 2px 10px;
    text-decoration: line-through;
    text-decoration-thickness: 1px;
}


.loginbtn{
    cursor: pointer;
    margin-top: 20px !important;
    letter-spacing: 1px !important;
    background: linear-gradient(315deg, #5d02ff, #e91e63) !important;
    border: none !important;
    border-radius: 10px !important;
}





@media only screen and (max-width: 600px) {

    .form {
        position: relative;
        background: #060c21;
        border: 1px solid #000;
        width: 290px;
        padding: 20px 12px 60px !important;
        border-radius: 10px;
        text-align: center;
        left: 4% !important;
        top: 10%;
        width: 350px !important;
    }





}
