body {
        background: #fff;
        padding: 0px;
        margin: 0px;
        font-family: 'Nunito', sans-serif;
        font-size: 16px;
}

input, button {
        font-family: 'Nunito', sans-serif;
        font-weight: 700;
}

.main-div {
        width: 30%;
        margin: 0px auto;
        margin-top: 100px;
        padding: 20px;
        display: inline-flexbox;
}

#SignupWithGoogle {
        width: 100%;
        height: 3.5%;
        border: 1px solid #ccc;
        border-radius: 5px;
        background: #fff;
        
        outline: none;

        margin-bottom: 4px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        background: #FE6100;
        color: #fff;
        border: 3px solid #FE6100;
        border-radius: 5px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
}

#SignupWithGoogle:focus{
        border: 1px solid #777;
}

#SignupWithGoogle:hover{
        background: #fff;
  color: #FE6100;
  border: 1px solid #FE6100;
  cursor: pointer;
}
