
/* 
    Created on : 09-May-2024, 1:51:39 pm
    Author     : Techypreneur
*/

/* SLIDE1 CSS */

.tp-app .tp-app-content #slide1
{
    border: 0px solid white;
    margin-top: 0px;
    width:100%;
    height: 500px;
    padding-top1: 50px; 
    display1: flex; 
    
    background-image: url('https://techyp-media-public.s3.us-west-2.amazonaws.com/images/banners/educator_application_withteacher.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; /* Resize the background image to cover the entire container */
}


.tp-app .tp-app-content #slide1 div{
    padding-top: 70px;
}  

.tp-app .tp-app-content #slide1 div h1
{
   font-size1: 40px;
   text-shadow1: 1px 3px 25px #000000;
}

@media (max-width: 800px) {
    .tp-app .tp-app-content #slide1 {
      height: 300px; /* Reduce height for smaller screens */
      background-image: url('https://techyp-media-public.s3.us-west-2.amazonaws.com/images/banners/college_home_onlybg.png');
    }
    .tp-app .tp-app-content #slide1 div{
        padding-top: 50px;
    }  
  }

.tp-app .tp-app-content #slide1 h4
{
    font-style: italic;
}


.tp-app .tp-app-content #slide4
{
    padding-top: 80px;
    background-image: linear-gradient(to bottom right, #a7d7d8, #fdfdfd);
    height: auto;
    /*
    background: #466368;
    background: -webkit-linear-gradient(#648880, #293f50);
    background:    -moz-linear-gradient(#648880, #293f50);
    background:         linear-gradient(#648880, #293f50);*/
    
    /*background: linear-gradient(to right bottom, #648880, #293f50);
    background: radial-gradient(#648880, #293f50);*/
}


.tp-app .tp-app-content #slide2{
    padding-top: 50px;
    padding-bottom: 50px;
}

.tp-tpsat-form{
    background-image: linear-gradient(to top left, #0f2530, #5b8384);
    /*color: #0f2530;*/
}

.tp-tpsat-form > div{
    max-width: 800px;
    margin:auto;
}

.tp-tpsat-form label{
    text-align: left;
 
}
