﻿
/* BEGIN Light */
@font-face {
    font-family: Roboto;
    src: url("/Style/fonts/Light/Roboto-Light.woff2?v=1.1.0") format("woff2"), url("/Style/fonts/Light/Roboto-Light.woff?v=1.1.0") format("woff"), url("/Style/fonts/Light/Roboto-Light.ttf?v=1.1.0") format("truetype");
    font-weight: 300;
    font-style: normal;
}
/* END Light */

/* BEGIN Thin */
@font-face {
    font-family: Roboto;
    src: url("/Style/fonts/Thin/Roboto-Thin.woff2?v=1.1.0") format("woff2"), url("/Style/fonts/Thin/Roboto-Thin.woff?v=1.1.0") format("woff"), url("/Style/fonts/Thin/Roboto-Thin.ttf?v=1.1.0") format("truetype");
    font-weight: 100;
    font-style: normal;
}
/* END Thin */

body, html {
    height: 100%;
    background-repeat: no-repeat;
    background-color: #F4F4F4;
    font-family: Roboto;
}

.title {
    margin-top: 50px;
    font-size: 35px;
    color: #000000;
    font-weight: 100;
}


.main {
    margin-top: 70px;
}

hr {
    width: 10%;
    color: #fff;
}

.form-group {
    margin-bottom: 15px;
}

label {
    margin-bottom: 15px;
    font-size: 14px;
    color: #000000;
    font-weight: 300;
}

input,
input::-webkit-input-placeholder {
    font-size: 16px;
    padding-top: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn {
    border-radius: 15px;
}

.form-control {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.main-login {
    background-color: #fff;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    font-weight: 300;
}

.main-center {
    margin-top: 30px;
    margin: 0 auto;
    max-width: 500px;
    padding: 0px 40px;
}

.login-button {
    margin-top: 5px;
}

textarea:focus, input:focus, button:focus{
    outline: none;
}
