@import url(https://fonts.googleapis.com/css?family=Lato);

body,html{
    height:100%;
    background: #dfdfdf;
    font-family: 'lato';
}

.top_left{
    background: #01BC8C;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 50%;
    left: 0;
    z-index: 0;
}


.top_right{
    background: #a9b6bc;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 50%;
    left: 50%;
    z-index: 0;

}

.bottom_left{
    background: #418BCA;
    position: absolute;
    top: 50%;
    right: 50%;
    bottom: 0;
    left: 0;
    z-index: 0;

}

.bottom_right{
    background: #67C5DF;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 0;

}

h3 {
    font-size: 30px;
    padding: 0px 0 10px 0;
    text-align: center;
}

input{
    border: 1px solid rgb(178, 178, 178);
    border-radius: 3px;
    box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    transition: all 0.2s linear;
    background-color: #dfdfdf !important;
}

.box {
    background-color: #FFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}