  /* =======================================================================
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-cover {
    position: absolute;
    content: "";
    background: rgba(26, 161, 21, 0.61);
    bottom: 0;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    overflow: auto;
}

.form-01-main {
  padding: 40px 0px;
  background: url(../images/login_image.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  width:100%;
  z-index: 1;
}

.form-sub-main{
    max-width:500px;
    width:100%;
    display:block;
    margin:20px auto;
    background: #ffffffad;
    padding: 45px 60px 46px;

}
 @media screen and (max-width:767px){
      .form-sub-main{
        padding: 50px;
        margin-top: 30%;
      }
      .form-cover {
        position: absolute;
        content: "";
        background: rgba(0, 0, 0, 0.8);
        bottom: 0;
        top: 0;
        width: 100%;
        left: 0;
        z-index: -1;
        height: 100%;
        overflow: auto;
    }
    .form-01-main {
      padding: 40px 0px;
      background: none !important;
      background-position: center;
      background-size: 100%;
      background-repeat: no-repeat;
      position: relative;
      text-align: center;
      width:100%;
      z-index: 1;
    }
  }

.form-control,.form-select{
    min-height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(15, 9, 9, 0.3);
    padding: 10px 15px;
    background-color: transparent;
    color: rgb(15, 2, 2);
    margin:30px 0px;
}

.form-sub-main{
    color:#545454;
    font-size:16px;
    margin-top: 10%;
}

.form-sub-main .form-group label{
    display:block;
    margin-bottom:6px;
    color:rgb(189, 184, 184);
}

.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:#495057;
    color:#495057;
}

.check_box_main{
  display:inline-block;
  width:100%;
  text-align:left;
}

.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;
    border-radius: 5px;
    border: #37a000 1px solid;
    color: #fff;
    width: 100%;
    position: relative;
    display: inline-block;
    cursor:pointer;
}

._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;
}

.form-group .text-right a{
  font-size: 20px;
  font-family: nurito;
  color: #37a000;

}

.form-group .text-right span{
  font-size: 20px;
  font-family: cursive;
}

.form-group .check_box_main a{
  text-align: left;
  font-family: cursive;
  color: #37a000;
}
