﻿@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page
{
    width: 600px;
    padding: 8% 0 0;
    margin: auto;
}
.form
{
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 600px;
    margin: 0 auto 10px;
    padding: 10px 10px 10px 10px;
    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);
}

body
{
    background: #76b852; /* fallback for old browsers */
    background: -webkit-linear-gradient(right, #76b852, #8DC26F);
    background: -moz-linear-gradient(right, #76b852, #8DC26F);
    background: -o-linear-gradient(right, #76b852, #8DC26F);
    background: linear-gradient(to left, #76b852, #8DC26F);
    font-family: "Roboto" , sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.textBox
{
    background: #f2f2f2;
    width: 90%;
    border: 0;
    padding: 15px;
    margin:15px;
    font-size: 14px;
}

.aspbutton
{
    text-transform: uppercase;
    outline: 0;
    background: #4CAF50;
    width: 100%;
    border: 0;
    padding: 15px;
    margin: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    
}

.labelText
{
    color: #818285;
    font-family: @Century Gothic;
    font-size: 20px;
}

.activationText
{
    padding-top: 15px;
    padding-left: 15px;
    color: #818285;
    font-family: @Century Gothic;
    font-size: 30px;
}

