/*!
Theme Name: India Accelerator
Author: Neointeraction
Author URI: https://neointeraction.com
Description: Headless Wordpress theme created for India Accelerator
Version: 1.0.0
*/

* {
     box-sizing: border-box;
}
body, html {
     background-color: #00AAE7;
     font-family: Helvetica;
     margin: 0px;
     padding: 0px;
}
.logo {
     display: flex;
     align-items: center;
     justify-content: center;
     height: 100vh;
}
.logo img {
     max-width: 100%;
}
.login h1 a {
     background-size: 320px;
     height: 84px;
     width: 320px;
 }