  /* =======================================================================
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/wallpaper-login.jpg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
     
    width:100%;
    z-index: 1;
}

.form-cover {
    position: absolute;
    content: "";
    background: rgba(0,0,0,0.3);
    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.8);
    padding: 45px 60px 46px;
    border-radius: 30px;


}
 @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 rgba(255, 255, 255, 0.3);
    padding: 10px 15px;
    background-color: transparent;
    color: #fff;
    margin:30px 0px;
    border-radius: 30px;
}

.form-sub-main{
    color:#545454;
    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:15px;
    bottom:18px;
}

.toggle-email{
    position:absolute;
    right:15px;
    bottom:18px;
}

.form-group .form-control:focus{
    background:transparent;
    box-shadow:none;
    border-color:#495057;
    color:#495057;
}

.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 button {
    padding: 10px 20px;
    background: #37a000;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    line-height: normal;
    color: #fff;
    width: 100%;
    position: relative;
    display: inline-block;
    cursor:pointer;
    border-radius: 30px;
    border-color: #37A000;

}

._main_head_as{
  margin:20px 0 25px 0px;
  display:inline-block;
  z-index:2;
  position:relative; 
}

._main_head_as a img{
  height:100px;
  width:100px;
  position:relative;
  border-radius:50px;
}

.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87,184,70, 0.8);
}

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #57b846;
  padding-left: 28px;
}

.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}
