

/*  */ 

.myFont {
  font-size: 20px;
}
.myFontInput{
  font-size: 20px;
  text-align: center;
}

body {

}

#selEnglisch{
  font-size: 18px;
  height: 50px;
  width: 150px;
  margin-left: -15px;
  border: 0px;
}
.myFontInput{
  font-size: 17px;
}

.form-signin {
  max-width: 500px;
  padding: 10px 20px 10px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 25px;
  border: 10px solid #729fcf;  

  .form-signin-heading,
  .checkbox {
    margin-bottom: 30px;
  }

  .checkbox {
    font-weight: normal;
  }

  input {
      max-width: 150px;
  }

  .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    @include box-sizing(border-box);

    &:focus {
      z-index: 2;
    }
  }



}