/*********************************************************************

    Template Name: SmartomApp - App Landing HTML Template   
    Template URI: https://themeforest.net/user/nilartstudio
    Description: This is html5 multipurpose app landing template.
    Author: nilArtStudio
    Author URI: http://nscreativestudio.com
    Version: 1.0

    Note: Your custom styles declare here.

*********************************************************************/


.pwinput{
	
	width: 100%;
	max-width: 500px;
	height: 60px;
	background-color: #ffffff;
	border-radius: 20px;
	color: #616161;
	font-size: large;
margin-top: 20px;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


#clock-count{
	font-family:'Roboto', sans-serif;
	font-size: 80px; 
	padding-bottom: 0px;
	margin-bottom: 0px;
	
	
}


@media only screen and (max-width: 600px) {
#clock-count{
	font-family:'Roboto', sans-serif;
	font-size: 50px; 
	padding-bottom: 0px;
	margin-bottom: 0px;
	
	
}

}

