.size-14 {
  font-size: 14px;
}
.size-28 {
  font-size: 28px;
}
.size-32 {
  font-size: 32px;
}
.size-56 {
  font-size: 56px;
}

a:not[href] {
	cursor:default;
}

.login-form {
	opacity: 0.3;
}

.login-form:hover {
	opacity: 0.8;
}

.centered {
	margin: 0 auto;
	overflow: auto;
}
.btn {
	color: #fff !important;
}

.login-page {
    background: #303641;
}

.login-page .login {
    padding-top: 10px;
    text-align: center;
    color: floralwhite;
    background-color: rgb(250, 84, 19);
}

.login-page .login-form-error {
    display: none;
}

.login-page .login-content {
    position: relative;
    width: 320px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
    -webkit-transition: all 550ms ease-in-out;
    -moz-transition: all 550ms ease-in-out;
    -o-transition: all 550ms ease-in-out;
    transition: all 550ms ease-in-out;
}

@media screen and (max-width: 600px) {
  .small-screen-only {
    display: block !important;
  }
}

@media screen and (min-width: 778px) {
  .small-screen-only {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .large-screen-only {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .large-screen-only {
    display: block !important;
  }
}

.constrain {
  max-width: 975px !important;
  margin: 0 auto !important;
  border-style: solid;
  border-width: 1px;
  border-color: lightgrey;
}

@media screen and (min-width: 992px) {
  .constrain-1 {
    max-width: 500px !important;
    margin: 0 auto !important;
  }
}

input[type="file"] {
  visibility: hidden;
}

.custom-file-upload {
  background: #ddd;
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, .75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 8px 10px; 
  width: 150px;
}

textarea {
   resize: none;
}