.alertHidden { 
	display: none;
    width: 100%;
}
.custom-btn {
    float: right;
    width: 150px;
}
.custom-form-group {
	margin-bottom: 0;
}
input.btn.btn-success.validateip {
    margin-top: 30px;
    padding: 10px 30px;
}
.clockInOut img{
    max-height: 380px;
    max-width: 600px;
    transition: transform 0.3s ease;
}
.clockInOut img:hover {
}