@import url('https://fonts.googleapis.com/css?family=Montserrat');
.modal-content{
  border-radius: 0!important;
}
*:not(i) {
  font-family: 'Montserrat', sans-serif!important;
  font-style: normal;
  font-size: 14px;
}
h1,h2,h3,h4,h5,h6{
  font-weight: bold;
}
input[type="text"], input[type="password"]{
  font-size: 16px!important;
  padding: 8px 10px;
}
input[type="checkbox"]{
  position: relative;
  top:1px;
}
body{
  background-color: #edf8f7;
}
.estusi_logo{
  margin-bottom: 2px;
  width: 150px;
}
a{
  text-decoration:none;
}
.card, input, button, a{
  border-radius: 0!important;
}
.card{
  min-width: 500px;
}
label{
  margin-bottom: 3px!important;
}
hr{
  width: 250px;
  margin: 10px auto;
  border-color: #dee2e6;
  opacity: 1;
}
.veya-wrapper {
  display: flex;
  align-items: center;
  gap: 16px;
}

.line {
  flex-grow: 1;
  height: 1px;
  background-color: #dee2e6;
  border: none;
}

.or-text {
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}
.btn-icon {
  width: 55px;
  height: 43px;
  background-color: #0a006d!important;
  clip-path: polygon(0 0, 45px 0, 55px 45px, 0 45px);
  padding:10px 7px;
  text-align: left;
  position: relative;
  left:-1px;
}
.btn-icon.bg-danger{
  background-color: #db4437!important;
}
.btn.btn-primary{
  background-color: #2937f0;
  border-color:#0a006d;
}
.btn.btn-primary:hover{
  background-color: #0a006d;
}
.btn.btn-danger{
  background-color: #fff;
  color:#db4437;
}
.btn.btn-danger:hover{
  background-color: #db4437;
  color:#fff;
}
.btn-icon i{
  font-size:20pt;
  color:#fff;
}
.btn{
  height:45px;
  padding: 0;
  box-sizing: border-box!important;
  font-size: 12pt;
}
.btn span{
  position: relative;
  top:-32px;
  font-size: 12pt;
  font-weight: bold;
}


.login-icon{
  box-sizing: border-box;
  width: 40px;
  height:100%;
  background: red;
  float: left;
}
@media only screen and (max-width: 600px) {
  .card {
    min-width: 300px;
    width: 100%;
  }
  .btn span{
    left:22px;
  }
}
