  /* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
/* ===================================== Import Variables ================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none; 
}

img {
  max-width: 100%; 
}

a {
  text-decoration: none;
  outline: none;
  color: #444; 
}

a:hover {
  color: #444; 
}

ul {
  margin-bottom: 0;
  padding-left: 0; 
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; 
}


.form-01-main,html,body{
  height: 100%;

}
.form-01-main {
    padding: 40px 0px;
    background: url(../images/bg-01.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: fixed;
    text-align: center;
     
    width:100%;
    z-index: 1;
}

.form-cover {
    position: fixed;
    content: "";
    bottom: 0;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    overflow: auto;
}

.form-sub-main {
    max-width: 500px;
    width: 100%;
    display: block;
    margin: 20px auto;
    background: rgba(0, 0, 0, 0.95);
    padding: 10px 60px 46px;
    position: relative;
    overflow: hidden;
}

.form-sub-main::before,
.form-sub-main::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, transparent, #FFC300, transparent);
    top: 0;
    animation: moveLine 3s infinite;
}

.form-sub-main::after {
    top: auto;
    bottom: 0;
    animation: moveLineReverse 3s infinite;
}

@keyframes moveLine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes moveLineReverse {
    0% {
        right: -100%;
    }
    100% {
        right: 100%;
    }
}



 @media screen and (max-width:767px){
      .form-sub-main{
        padding: 30px;
      }
  }

.form-control {
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #5e15a1(255, 249, 249);
    padding: 10px 15px;
    background-color: transparent;
    color: #5e15a1;
    margin:30px 0px;
}

.form-sub-main{
    color:#5e15a1;
    font-size:16px;
    margin-top: 5%;
}

.form-sub-main .form-group label{
    display:block;
    margin-bottom:6px;
    color:#fff;
}

.form-group{
    position:relative;
    z-index:9;
}

.toggle-password{
    position:absolute;
    right:8px;
    bottom:18px;
}

.form-group .form-control:focus{
    background:transparent;
    box-shadow:none;
    border-color:#5e15a1;
    color:#5e15a1;
}

.check_box_main{
  display:inline-block;
  width:100%;
  text-align:center;
}

.btn_uy{
  position:relative;
  z-index:9;
  display:block;
  margin:20px 0px;
}

.btn_uy a {
    padding: 10px 20px;
    background: #37a000;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    line-height: normal;
    border-radius: 5px;
    color: #fff;
    width: 100%;
    position: relative;
    display: inline-block;
    cursor:pointer;
}

._main_head_as{
  margin:25px 0 25px 0px;
  display:inline-block;
  z-index:2;
  position:relative; 
}

._main_head_as a img{
  height:100px;
  width:70;
  position:relative;
  scale: 1.5;
}
