﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&subset=latin,latin-ext);
@import "http://code.obisis.com/App_Themes/etCssFramework.css";

body {margin:0px;padding:0px;font-family:Arial;background-color:#ff9900;font-size:14px;}


h1{font-family:'Open Sans';font-weight:700;font-size:50px;color:#313131;margin:0px;padding:0px;}
h2{font-family:'Open Sans';font-weight:800;font-size:18px;color:#313131;margin:0px;padding:0px;}

.container{width:340px;margin:0 auto;}

#login{float:left;width:300px;background-color:#fff;padding:20px;margin:10px 0 0 0;

}

.form-group{float:left; margin:0 0 12px 0;width:300px;}

/*.form-group input{width:92%;padding:2%;}*/


.form-group input{border:1px solid #e5e5e5;padding:10px 20px 9px 5px;width:70%;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
   outline: none;
}

.form-group input:focus{
      box-shadow: 0 0 5px rgba(131, 226, 191, 1);
      padding:10px 20px 9px 5px;width:70%;
      border: 1px solid rgba(131, 226, 191, 1);
}

.email{float:left;background:#e5e5e5 url(../images/glyphicons_010_envelope.png) no-repeat center center;width:36px;height:36px;}
.firma{float:left;background:#e5e5e5 url(../images/glyphicons_450_factory.png) no-repeat center center;width:36px;height:36px;}
.kullanici{float:left;background:#e5e5e5 url(../images/glyphicons_003_user.png) no-repeat center center;width:36px;height:36px;}
.parola{float:left;background:#e5e5e5 url(../images/glyphicons_203_lock.png) no-repeat center center;width:36px;height:36px;}
.telefon{float:left;background:#e5e5e5 url(../images/glyphicons_441_phone_alt.png) no-repeat center center;width:36px;height:36px;}



.buton{padding:10px 15px;text-align:center;font-family:'Open Sans';font-size:16px;font-weight:600;text-decoration:none;}
.buton-kirmizi{background-color:#F03701;color:#fff;}
.buton-kirmizi:hover{background-color:#09B740;color:#fff;}
.buton-yesil{background-color:#09B740;color:#fff;}
.buton-yesil:hover{background-color:#049632;}
.buton-sari{background-color:#FFCC33;color:#461A01;}
.buton-sari:hover{background-color:#EFB60B;}
.buton-kahverengi{}
.buton-siyah{background-color:#242b22;color:#fff;}
.buton-siyah:hover{background-color:#000;color:#fff;}