@font-face {
  font-family: "Raleway";
  /* src:url("font/LemonMilklight.otf"); */
  font-weight: 400;
}

body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

input{
  /* border-radius: 30px !important; */
  border-top: 0 !important;
  border-left : 0 !important;
  border-right: 0 !important;
}

.ui.inverted.segment.masthead{
    /*background-image:url("../images/SE title page.jpeg");*/
    background-size: cover;
    background-image:url("../images/bgblue.png");
    /*background-image:-webkit-linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.1)),url("../images/SE title page.jpeg");*/
    /*filter: blur(100%);*/
    background-position:fixed;
    background-attachment:fixed;
    /*background-position:center;*/
}

.masthead.segment {
    height: 100%;
    padding: 1em 0em;
}

.ui.login.segment {
    /*background-color: rgba(33,133,208,0.4);*/
    border: none;
    border-radius: 0;
}
