﻿@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&display=swap&subset=latin-ext');

body{background:#F4F4F4;font-family:'Poppins',sans-serif;margin:0;overflow-x:hidden;color:#797979}
html{position:relative;min-height:100%;background:#ebeff2}
#wrapper{height:100%;overflow:hidden;width:100%}
html,body,.container-table{height:100%}
.container-table{display:table}
.row-centered{text-align:center}
.col-centered{display:inline-block;float:none;text-align:left;margin-right:-4px}
.no-padding{padding:0!important;margin:0!important}

.login{margin-top:20%}
.login-left{width:100%;height:400px; padding:10%;background:url(../img/bg-login.jpg) no-repeat center;color:#fff;background-size:100% auto}
.login-left .login-logo{max-height:125px;max-width:100%}
.login-left h2{font-size:22px;    color: #fff;width: 100%;text-align: center;margin-bottom: 10px;font-weight: 700;text-shadow: 0 0 20px #000;}
.login-left h3{font-size:12px;color:#fff;width:100%;text-align:center;margin-bottom:20px;font-weight:400;line-height:18px;text-shadow: 0 0 10px #000;}
.login-left .btn-kayit{background:none;color:#fff;color:#fff;font-weight:500;border-radius:25px;padding:8px 40px;display:table;margin:0 auto;margin-top:10px;border:solid 1px #fff;outline:none;}
.login-left .btn-kayit:hover{background:#dac456;border-color:#dac456}

.login-right{width:100%;height:400px;padding:10%;background:#fff;}
.login-right h2{font-size:24px;color:#42505d;width:100%;text-align:center;margin-bottom:30px;}
.login-right .input-login{width:100%;background:#e4e7e8;border:0;padding:15px;height:40px;outline:none;font-weight:700;}

.login-right .btn-giris{background:#101f2d;color:#fff;color:#fff;font-weight:500;border-radius:25px;padding:10px 40px;display:table;margin:0 auto;margin-top:10px;border:none;outline:none;}
.login-right .btn-giris:hover{background:#f24f00}

.yanlis .input-login{border:solid 1px #dd1111;background: #fbebeb;}