﻿body{background-color:#7cffc4;}h1{text-align:center;font-size:1.2rem;font-weight:normal;text-transform:uppercase;}#form{width:20rem;max-width:100%;margin-left:auto;margin-right:auto;margin-top:30vh;padding:.5rem;background-color:#e6e6e6;-webkit-border-radius:1rem;-moz-border-radius:1rem;border-radius:1rem;-webkit-box-shadow:5px 5px 10px 0 rgba(0,0,0,.35);-moz-box-shadow:5px 5px 10px 0 rgba(0,0,0,.35);box-shadow:5px 5px 10px 0 rgba(0,0,0,.35);padding-top:3.5rem;position:relative;}#form [type='text'],#form [type='password']{outline:none;box-sizing:border-box;border:none;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;padding:.25rem .5rem;font-size:.9375rem;width:100%;display:block;margin:.3rem auto 1rem auto;background-color:#fff;}#form .form-group{margin:0 auto;display:block;width:90%;}#form label{padding-left:.3rem;font-weight:bold;text-transform:uppercase;font-size:.875rem;}#form .btn{-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;display:block;margin:1rem auto;outline:none;border:2px solid #666;text-transform:uppercase;padding:.3rem .7rem;font-weight:bold;color:#666;background-color:#fff;font-size:.875rem;cursor:pointer;margin-top:2rem;-webkit-transition:border-color 200ms ease-out,color 200ms ease-out,background-color 200ms ease-out;-moz-transition:border-color 200ms ease-out,color 200ms ease-out,background-color 200ms ease-out;-o-transition:border-color 200ms ease-out,color 200ms ease-out,background-color 200ms ease-out;transition:border-color 200ms ease-out,color 200ms ease-out,background-color 200ms ease-out;}#form .btn:hover{border-color:#202020;color:#fff;background-color:#202020;}#form .avatar{height:5rem;width:5rem;position:absolute;top:-2.5rem;left:50%;margin-left:-2.5rem;background-image:url("../../img/loginAndManage/profilePic.png");background-repeat:no-repeat;background-size:cover;background-position:center center;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}#form .text-danger,#form .text-danger span,#form .text-success{font-size:.875rem;color:#f00;font-weight:bold;padding:.1rem 0 .5rem 0;width:100%;display:block;margin:0 auto;}#form .text-success{color:#008000;text-align:center;}#form #changePassword{text-align:center;margin-top:1rem;margin-bottom:.5rem;}#form #changePassword:hover a{text-decoration:underline;}.author{text-align:center;}.author p{background-image:url("/Content/img/loginAndManage/author.png");background-position:bottom right;background-repeat:no-repeat;background-size:1.5rem auto;padding-right:2rem;padding-top:1.5rem;font-size:.75rem;display:inline-block;font-weight:bolder;color:#434c48;}.author a{text-decoration:none;color:#434c48;}.author a:hover{text-decoration:underline;}@media only screen and (max-width:26rem){form{padding-left:0;padding-right:0;}}