@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
    /*font-family: 'Ubuntu', sans-serif; */  
    
    font-family: "Poppins", Arial, sans-serif;   /* ← your preferred font */

    /*
    font-family: 
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    "Liberation Sans",
    sans-serif;  
    */  

}

#logo{
     background-position:left;   
}

a{
    text-decoration: none;
    /*font-family: 'Ubuntu', sans-serif; */
}

.SmallCopy {
  color: #000;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}


.main-wrap{
    width: 100%;
    display: flex;
    
}

.main-wrap .main-head{
    width: 60px;
    /*height: 100vh; */
    height: auto;
    background: linear-gradient(to top, rgba(0,0,0,0.5)50%, rgba(0,0,0,0.5)50%);
    background :rgb(43, 42, 42,.3);
    overflow: hidden;
    transition: .3s ease-in-out;

    background: transparent;
    background-size: cover;                     /* makes it fully responsive */
    background-position: center;                /* always centered */
    background-repeat: no-repeat;               /* do not repeat */
    background-attachment: fixed; 
}

/*
.main-wrap .main-head.active{
    width: 20%;
}
    */






.main-wrap .showcase {
   
    width: 100%;
    
    height: 100vh;
   
    background-position: center;
    background-size: cover;
    position: relative;
    transition: .3s ease-in-out;

    /*
    background: url('../img/bg.jpg');
    */
    background-size: cover;                     /* makes it fully responsive */
    background-position: center;                /* always centered */
    background-repeat: no-repeat;               /* do not repeat */
    background-attachment: fixed; 
    background-color: rgba(241, 241, 241, 0.9);
    background-color: rgba(241, 241, 241, 0.1);

 

}



.main-wrap .showcase .login-form{
  
    /*
    margin-top: 10%;
    margin-left: 10%;
    width: 150px;
    height: 300px;
    padding: 150px 100px;
    text-align: center;
    /*font-family: 'Ubuntu', sans-serif; */
    position: fixed;
   

    padding: 25px;
    height: 350px;
    width: 250px;
    position: fixed;
    /* background-color: rgba(224, 90, 90, 0.9); */
    bottom: 50px;
    right: 50px;

        
}


.main-wrap .showcase .login-form .content{

    padding: 0;
    height:350px;
    width: 250px;
   
    border-radius: 5px;
}


.main-wrap .showcase .login-form .content .form{
    

    width: 90%;
    max-width: 250px;         /* stops growing on large screens */
    background: linear-gradient(to top, rgb(255, 255, 255));
    background: white;
    background:  rgba(241,241,241,0.7);
    border-radius: 10px;
    padding: 10px;

    /* responsive centering */
    position: relative;
    margin: 0 auto;           /* center horizontally */
    top: 50%;
    transform: translateY(-50%);

    /* shadow & spacing */
    box-shadow: 0 6px 30px rgba(0,0,0,0.9);
        
}

.main-wrap .showcase .login-form .content .signin{

    font-size: 32px;
    color: black;
    text-align: center;
    text-shadow: 0 3px 3px  rgba(0,0,0,0.5); 
    
    

}

.main-wrap .showcase .content .signin .signing-text{
    font-size: 15px;
	color: rgb(0, 0, 0);
    opacity: 2;
    text-align: center;
    margin-bottom: 30px;  
    text-shadow: 0 1px 1px  rgba(0,0,0,0.5); 
    
}

.main-wrap .showcase .content .input-box{
    padding-bottom: 15px;
}

.main-wrap .showcase .content .input-box input{
    height: 45px;
    padding: 0 10px;
    border-radius: 5px;
    /* border:  1px solid #fb843f; */
    background-color:  rgb(249, 161, 58,.2);
    background-color: rgb(212, 212, 212,.5);
    background-color: white;
    border: none;
    /*font-family: 'Ubuntu', sans-serif; */
    font-size: 14px;
    border: none;
    color: black;
    
     

}

.main-wrap .showcase .content .input-box input:focus{
    outline: auto;
}

.main-wrap .showcase .content .input-box input:hover{
    background-color:  rgb(255, 255, 255);
    color: black;

    color: black;
    background-color: #FFA500;
    background-color: rgba(98, 146, 130, 0.835);

}


::placeholder{
    color: black;
}
    


/*
.main-wrap .showcase .content .btn-signin{
    padding-top: 5px;
    padding-bottom: 25px;

}


.main-wrap .showcase .content .form button{

    width: 140px;
    height: 40px;
    background-color:  rgb(249, 161, 58,.2);
    border: none;
    margin-bottom: 10px;
    color: white;
    font-size: 18px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.2s ease;


}
*/

#button{

    width: 140px;
    height: 40px;
    background-color:    rgb(98, 146, 130) ;
    border: none;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
    font-size: 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s ease;


}


#button:hover{
  background-color: rgb(0, 0, 0);
    color: white;
    color: #fff;
    color: black;
    background-color: #FFA500;
    background-color: rgba(98, 146, 130, 0.835);


   
}


/*

.main-wrap .showcase .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(153, 153, 153, 0.108); 
}




.main-wrap .showcase .head {
    padding: 13px 25px;
}

.main-wrap .showcase .head .toggler {
    display: inline-block;
    background: transparent;
    border: none;
    outline: 0;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .2s ease;
}


.main-wrap .showcase .head .toggler:hover{
    background: #2f3e46;
}


.main-wrap .showcase .head .toggler i{
    font-size:  20px;
}
*/

.main-wrap .showcase .content{
    width: 100%;
    padding: 150px 250px;
    text-align: center;
    
}

/*
.main-wrap .showcase .content .welcome{
    width:  100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-wrap .showcase .content .welcome .content-text{
    
    width: 640px;
}


.main-wrap .showcase .content img{
    width: 150px;
    background: #fff;
    border-radius: 5%;
    margin-bottom: 30px;
    box-shadow: 0 6px 30px 0 rgba(12, 0, 0, 0.7);
}
*/


.main-wrap .showcase .content h3{
    margin-top: 20px;
    font-size: 55px;
    font-weight: 800px;
    line-height: 30px;
    color: rgba(98, 144, 128, 0.9);;
   
    font-family: "Poppins", Arial, sans-serif;
    text-shadow: #d4d2d2;
    margin-bottom: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    text-shadow: 0 1px 1px  rgba(146, 145, 145, 0.9);
    font-family: "Poppins", Arial, sans-serif;
}




