@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url('../fonts/poppins/Poppins-SemiBold.ttf'); 
}


:root {
    /* --colorPrimary: #004D84; 
    --colorAccent: #C8883A; */
    /*  
    --colorPrimary: #00688B; 
    --colorAccent: #CD3700;  */
    
    /* --colorPrimary: #03A89E; 
    --colorAccent: #FF6107;  */
    
    
    --colorPrimary: #3D59AB; 
    --colorAccent: #FF9912;
    
    
}

body{
    font-family: Poppins-Regular, sans-serif !important;
    z-index:1;
}


.image-overlay{
    background:  linear-gradient(rgba(0,0,0,0.8), rgba(0, 0, 0, 0.8)) , url("../img/kicsit.jpeg") center no-repeat;
    background-size: cover;
    ;
    top:        0; 
    left:       0; 
    position:   fixed; 
    width:      100%;
    height:     100%; 
}


.login-header{
    font-family: Poppins-Bold;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    background-color:var(--colorPrimary);
    
    border-radius: 15px 15px 0 0 !important;
    
    
}


.login {
    background-color: transparent;
    border-radius: 10px;
    font-family: Poppins-Regular;
}

.login-body{
    font-family: Poppins-Regular;
    background: white;
    border-radius: 0 0 15px 15px  !important;
}


.login-body input{
    border-radius: 0;
    font-family: Poppins-Regular;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--colorPrimary);
    font-size: 0.9rem;
    color: #555555;
    line-height: 1.2;
}

.login-body input:focus{
    border-radius: 0;
    border: 0 !important;
    box-shadow: 0 0 0 0 transparent;
    border-bottom: 1px solid var(--colorAccent) !important;
}




.login-body label 
{
    
    font-size: 0.9rem;
}
.login-body button{
    border-radius: 20px !important;
    background-color: var(--colorPrimary) ;
    width: 100%;
    padding: 10px;
    
    color: white;
    
}

.login-body button:hover{
    
    background-color: var(--colorAccent) ;
    
    
}


.linkedin-btn{
    background-color: #007DB6;
    color: white;
    font-weight: bold;;
    width: 100%;
    height: 40px;
    padding-left: 10px;
   
}

.linkedin-btn > img{
   
    width: 30px;
    height: 30px;
}

.linkedin-btn > a{
   color: white;
   padding-top: 8px;
}

