/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 2 May 2022, 23:59:54
    Author     : endov
*/
.tjl_bg {background-color: #ccd3d0;}

*{
    margin:0;
    padding:0;
    box-sizing: border-box
}

.center {
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translate(-50%, 0);
}
.splash_logo{
    height: 200px;
    width: 200px;
}
            
/* small devices  */
@media (min-width: 576px) { 
    .center{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .splash_logo{
        height: 300px;
        width: 300px;
    }

}


