@font-face {
  font-family: helvetica-bold;
  src: url(../css/fonts/helvetica-bold.woff);
}
@font-face {
  font-family: helveticaneue-light;
  src: url(../css/fonts/helveticaneue-light.woff);
}
/* font-family: 'Roboto', sans-serif; */
/*************************
        General Style
**************************/
*,*:focus{
    outline:none;
    box-shadow: unset;
}
.genreal-field::placeholder{
    color:rgba(0,0,0,0.4)
}
body {
    font-family: 'Roboto', sans-serif;
    background-color:#fff;
}
p {
    font-size: 15px;
    margin: 0;
    word-break: break-word;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    color:inherit;
    font-weight: inherit;
    word-break: break-word;
    font-family: 'Roboto', sans-serif;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 36px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 12px;
}
span,a {
    display: inline-block;
}
a:hover,
a:focus {
    color: inherit;
    text-decoration:none;
}
button:focus,
select:focus,
input:focus,
textarea:focus {
    outline: none;
}
select{
    background-image: url(../images/down-icons.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #f4f5f7;
    padding: 8px 12px;
    -webkit-appearance: none;
    border: none;
    width: 100%;
    border-radius: 15px;
}
input {
    width: 100%;
    border: none;
    border-radius: 5px;
    outline: none;
}
label{
    color: #676767;
    font-weight: 500;
    font-size: 14px;
    display: block;
}
ul{
    margin:0;
    padding:0;
}
li{
    list-style:none;
}
img {
    max-width: 100%;
    display: block;
}
.login-page {
  display: flex;
  flex-wrap: wrap;
}
.login-column {
  width: 50%;
}
.trecco-img {
  width: 100%;
  height: 720px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.trecco-img:before {
  content: " ";
  position: absolute;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
}
.slide-content {
  position: absolute;
  z-index: 9;
  top:0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 30px 70px 30px;
}
.video-container {
  height: 750px;
}
.slide-logo h3 {
  color: #70e5ab;
  margin-top: 20px;
}
video::-webkit-media-controls {
  display: none;
}

/* Could Use thise as well for Individual Controls */
video::-webkit-media-controls-play-button {
  display: none;
}

video::-webkit-media-controls-volume-slider {
  display: none;
}

video::-webkit-media-controls-mute-button {
  display: none;
}

video::-webkit-media-controls-timeline {
  display: none;
}

video::-webkit-media-controls-current-time-display {
  display: none;
}
.video-container video {
  height: 100%;
}
.slide-logo h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  margin: 20px 0;
}
.slide-logo p {
  color: #fff;
}
.slide-logo {
  max-width: 360px;
  height: auto!important;
}
.login-body {
  padding: 50px;
}
.login-body h2 {
  margin: 30px 0;
  font-size: 20px;
  color: #2F2F2F;
  font-family: helvetica-bold;
  text-transform: uppercase;
  font-weight: 700;
}
.form-field-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.field-columns {
  width: 48%;
  padding-bottom: 20px;
}
.genreral-field {
  border-bottom: 1px solid rgb(143 146 161);
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  padding: 5px 5px 5px 35px;
}
.full-columns {
  width: 100%;
  padding-bottom: 20px;
}
.login-logo p {
  color: #020935;
  font-size: 13px;
  font-family: helveticaneue-light;
}
.slide-logo img {
  width: auto!important;
}
.owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 26px;
  right: 30px;
}
.owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgb(255 255 255 / 0.5);
  margin: 0 3px;
  display: block;
}
.owl-dots .owl-dot.active span {
  background-color: #fff;
}
.trecco-video video {
  height: 100%;
  overflow: hidden;
}
.trecco-video {
  overflow: hidden;
  height: 800px;
  position: relative;
}
.trecco-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100px;
}
.btn-signup {
  padding: 8px 70px;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, rgba(58,229,165,1) 0%, rgba(28,218,233,1) 100%);
  border-radius: 5px;
}
.btn-signup:hover {
  color:#fff;
}
.organization{
  background-image: url(../assets/images/orgainzation.svg);
}
.username{
  background-image: url(../assets/images/username.svg);
}
.organization_desc{
  background-image: url(../assets/images/description.svg);
}
.website{
  background-image: url(../assets/images/email.svg);
}
.instagram{
  background-image: url(../assets/images/instagram.svg);
}
.last_name{
  background-image: url(../assets/images/first-name.svg);
}
.title{
  background-image: url(../assets/images/title.svg);
}
.email{
  background-image: url(../assets/images/email.svg);
}
.password_field{
  background-image: url(../assets/images/password.svg);
}
.login-btn {
  margin-top: 30px;
}
/* .trecco-slider,.trecco-slider div {
  height: 100%;
} */
.error {
  color: red;
}
.trecco-slider .owl-dots{
  height: auto!important;
}
.trecco-video:before {
  content: " ";
  position: absolute;
  background-color: rgba(0,0,0,0.4);
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .trecco-slider{
    top:0;
  }
  .trecco-video{
    height: 470px;
  }
  .video-container{
    height: 400px;
  }
  .field-columns{
    width:100%;
  }
  .trecco-img{
    height:550px;
  }
  .login-column{
    width:100%;
  }
  .login-body {
    padding: 20px;
}
}