﻿@import url(https://fonts.googleapis.com/css?family=Roboto:300);

html {
    min-height: 100%;
}

body {
    height: 100%;
    /* background: #F0F9FE; /* fallback for old browsers */
    /* background: -webkit-linear-gradient(right, #F0F9FE, #FFF9FF);
    background: -moz-linear-gradient(right, #F0F9FE, #FFF9FF);
    background: -o-linear-gradient(right, #F0F9FE, #FFF9FF);
    background: linear-gradient(to left, #F0F9FE, #FFF9FF); */
    font-family: "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.login-page {
    width: 460px;
    padding: 8% 0 0;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 460px;
    margin: 0 auto 100px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
    border-radius: 25px;
}