body {
    background: url(/images/Hofdi.jpg) no-repeat 50% 25px;
}
.container {
    margin-top: 120px;
}
textarea.form-control {
    min-height: 80px;
    max-width: 100%;
}
footer {
    background: red;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    padding: 16px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: rgba(246, 246, 246, 1);
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input_villa_add_class {
    border: 1px solid red;
}
.send_success {
    display: none;
    background: darkblue;
    color: white;
    padding-top: 15px;
}
.send_success_added_class {
    border: 1.5px solid blue;
    min-height: 80px;
    border-radius: 4px;
    text-align: center;
    display: block;
}

.invalid_inputs {
    color: red;
    display: none;
    float: left;
    clear: both;
}

.invalid_inputs_added_class {
  display: block;
}

@media screen and (max-width: 530px) {
    body {
        background-size: 98%;
    }
}

@media screen and (max-width: 768px) {
    #h1_umsokn {
	text-align: center;	
    }
}

label.required::after {
 content: "*";
 color: red;
 font-size: 150%;
}

h2.h2_necessary {
   font-size: 18px;
}

h2.h2_necessary.required::before {
 content: "*";
 color: red;
 font-size: 150%;
}

@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 400;
  src: local('FontAwesome'), local('FontAwesome'), url('http://l-lin.github.io/font-awesome-animation/vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff');
}

@font-face{
font-family: 'FontAwesome';
src: url('https://l-lin.github.io/font-awesome-animation/vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0'), url('https://l-lin.github.io/font-awesome-animation/vendor/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff');
color: white;
}

#spin_executing {
margin-left: -35px;
visibility: hidden;
color: blue;
font-size: 35px;
}
