/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12 Oct, 2020, 7:00:51 PM
    Author     : Jawahar
*/

.vcenter{
    margin-top: 30px;
}

@media (max-width: 700px){
    .vcenter{
        margin-top: 0px;
    }
}

#status-div{
    color:red;
    font-size: 1.2rem;
}