﻿

.blockquote-custom {
    position: relative;
    font-size: 1.1rem;
}

.blockquote-custom-icon {
    width: 65px;
    height: 60px;
    border-radius: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 25px;
}



.BShadow {
    box-shadow: -8px 0px 4px #81D4EE;
}




.geeks {
    border-right: hidden;
}




.login {
    min-height: 100vh;
}

.bg-image {
    background-image: url('../../Assets/Images/Frame 48.png');
    background-size: cover;
    background-position: center;
}

.login-heading {
    font-weight: 300;
}

.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}


table {
    border-collapse: collapse;
    width: 100%;
 
}

th {
    width: 150px;
    text-align: center;
    /*border: 1px solid black;*/
    padding: 10px;
    background-color: #1E1E1E;
    color:white;
   
    
}

td {
    width: 150px;
    text-align: center;
    padding: 10px;
    background-color: #ffffff;
    /*border-radius: 5PX;*/
}
tr {
    border-radius: 10PX;
   
}

.gfg {
    border-collapse: separate;
    border-spacing: 0 10px !important;
    width: 100%;
}
.thead {
    border-radius: 50PX;
}




@media screen and (max-width: 950px) {
    /* Apply styles when viewport width is less than 500px */
    .phone {
        padding-top: 7%; /* Adjust as needed */
    }
    .arrow{
        width:20%
    }


}


@media screen and (max-width: 950px) {
    /* Apply styles when viewport width is less than 500px */
    .eye {
        width: 50%; /* Adjust as needed */
    }
}

@media screen and (min-width: 1000px) {
    /* Apply styles when viewport width is less than 500px */
    .eye {
        width: 50px;
        height: 30px !important;
    }

    .arrow {
        width:3%
    }
}

.backarrow{
    height:2%;
}


