/* 메인컬러-#5A8DEE 메인컬러버튼보더-#2C6DE9 라인컬러-#DFE3E7 기본버튼-#E6EAEE 기본버튼텍스트-#475F7B 아이콘컬러-#919191 */

html,body {height:100%;}
body {display:-ms-flexbox; display:flex; -ms-flex-align:center; align-items:center; padding-top:40px; padding-bottom:40px; background-color:#f5f5f5;}

.form-signin {width:100%; max-width:330px; padding:15px; margin:auto;}
.form-signin .checkbox {font-weight:400;}
.form-signin .form-control:focus {z-index:2;}
.form-signin .form-control {border:1px solid #DFE3E7; display:block; width:100%; padding:.47rem .8rem; background-color:#FFF; border-radius:.267rem; box-shadow:none; margin-bottom:10px; height:40px;}

input[type=text]:focus {border:1px solid #5A8DEE;}
input[type=password]:focus {border:1px solid #5A8DEE;}

.form-signin .btn-primary {background:#5A8DEE; margin-right:15px; padding-right:15px; text-shadow:none; color:#fff; display:inline-block; padding:6px 12px; height:40px; margin-bottom:0; font-size:14px; font-weight:400; line-height:1.42857143; text-align:center; white-space:nowrap; vertical-align:middle; -ms-touch-action:manipulation; touch-action:manipulation; cursor:pointer; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; background-image:none; border:1px solid transparent; border-radius:4px;}
.form-signin .text-muted {margin-top:20px;}

.form-signin .btn-primary:focus {outline:none;}