﻿@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');

body {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
}

form {
    border: none;
}

input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    
}

    button:hover {
        opacity: 0.8;
    }

.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

img.avatar {
    width: 40%;
    border-radius: 50%;
}

.container {
    padding: 16px;
    max-width: 500px;
    margin: auto;
}

span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}


.login_banner {
    background-image: url(../Images/login-page.png);
    background-size: cover;
    height: 100vh;
    margin: 0px;
    padding: 0px;
}
.grid {
    background-color: #342d73;
    width: 100%;
    color: white;
    border: 2px solid white;
    border-radius: 23px;
    font-family: Roboto;
    padding-left: 35px;
    padding-bottom: 60px;
    box-shadow: 0 0 10px;
    margin-top: 30px;
}

.title {
    font-weight: bold;
    font-size: 22px;
    padding-left: 16px;
    padding-top: 20px;
}

.login_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.h5 {
    
    font-weight: inherit;
    font-size: 14px;
    padding-top: 20px;
    padding-left: 16px;
}
#btnRequestOTP {
    background-color: red;
    border-radius: 18px;
    font-weight: normal;
    font-size: 17px;
    height: 52px;
    padding: 0px 84px;
}
.login-page-icon {
    text-align: center;
}
.logo {
    padding-top: 34px;
    padding-left: 43px;
    
}

.user {
    padding-top: 88px;
}

.tf input {
    background: transparent;
    color: white;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    padding: 1px 30px;
    padding-bottom: 5px;
    color: white;
    font-size: 16px;
}

    .tf input:focus {
        outline: none;
    }

.user_img {
    position: absolute;
    left: 0;
    top: -56px;
}

.tf {
    position: relative;
    padding-top: 30px;
}

    .tf input::placeholder {
        color: white;
        opacity: 0.54;
        font-size: 16px;

    }
.bt-1 {
    padding-top: 30px;
    text-align: center;
}

/*Devices below 768px code starts*/
@media only screen and (max-width: 768px) {
    .login_box {
        width: 100%;
        padding: 20px;
        text-align: -webkit-center;
    }
    .logo {
        text-align: center;
        padding-top: 34px;
        padding-left:0px !important;
    }
    .grid {
        padding-bottom: 20px;
        width: 80%;
        padding-top: 0px;
        margin-top: 30px;
    }
    
    .title{
        text-align: center;

    }
    .h5 {
        text-align: center;
    }
    .tf {
        text-align: center;
        padding-top: 25px;
    }
   .bt-1{
       padding-top: 20px;
       text-align: center;
   }
    .user {
        padding-top: 83px;
    }
}
/*Devices below 768px code ends*/

/*Devices below 425px code starts*/
@media only screen and (max-width: 425px) {
    #btnRequestOTP {
        padding: 0px 70px;

    }
}
/*Devices below 768px code ends*/

    /*Devices below 375px code starts*/
    @media only screen and (max-width: 375px) {
        .grid {
            margin-top: 30px;
        }

        .title {
            text-align: center;
            font-size: 14.84px;
            padding-top: 15px;
            padding-left: 0px;
        }

        .h5 {
            padding-top: 15px;
            padding-left: 0px;
            text-align: center;
        }

        .tf {
            padding-top: 15px;
        }

        .user {
            padding-top: 73px;
        }

        #btnRequestOTP {
            font-size: 16px;
            padding: 0px 30px;
        }
    }
    /*Devices below 375px code ends*/