/* =======================================================================
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=Open+Sans: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;
}

body {
  font-family: "Open Sans";
}


a {
  text-decoration: none;
  outline: none;
  color: #444;
}

a:hover {
  color: #444;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

ol,
ul {
  margin: 0px;
  padding: 0px;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

label {
  font-weight: bold;
  margin-left: 10px;
  color: white;
  margin-bottom: 9px;
}

.form-02-main {
  /*background: url(../images/bg-01.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
  height: 100vh;
}

._lk_de {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0px;
  position: relative;
}

.form-03-main {
  width: 1000px;
  display: block;
  margin: 20px auto;
  padding: 25px 50px 25px;
  background:  rgb(43 71 164);   
  border-radius: 6px;
  z-index: 9;
  transform: translateY(50px) ;
}

.form-group a {
  color: white;
}

#btm-txt {
  color: white;
}

.form-02-main:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    to bottom right,
    rgba(0, 0, 0, 0.527),
    rgba(0, 0, 0, 0.527)
  );
  opacity: 0.6;
}
.logo {
  display: block;
  margin: 20px auto;
  width: 100px;
  height: 100px;
}

.form-group {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 5px 0px;
}

.form-group p {
  margin: 0px;
}

.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 20px;
  border: 1px solid#2b3990;
    background-color: #fff;
}

.checkbox {
  display: flex;
  justify-content: space-around;
  font-weight: bold;
}

._btn_04 {
  display: inline-block;
  width: 44%;
  padding: 12px 0px;
background: linear-gradient(0deg, rgb(168 33 22) 0%, rgb(168 33 22) 100%);
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
._btn_05 {
  display: inline-block;
  width: 44%;
  padding: 12px 0px;
/*background: linear-gradient(0deg, rgb(168 33 22) 0%, rgb(168 33 22) 100%);*/
background-color:#2B47A4;
  border-radius: 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  
  outline-style:solid;
outline-color:#A82116;
outline-width:5px;
}

._btn_04 a {
  font-size: 15px;
  color: #fff;
}
._btn_05 a {
  font-size: 15px;
  color: #fff;
    outline-style:solid;
outline-color:#A82116;
outline-width:5px;
}

._social_04 {
  display: block;
  width: 100%;
  padding: 15px 0px;
  text-align: center;
}

._social_04 ol li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  transition: 0.2s;
  background: #fff;
  border-radius: 50px;
  border: 1px solid#2b3990;
  margin: 0 0 0 10px;
  transition: 0.2s;
}

._social_04 ol li:nth-child(1):hover {
  background: #3b5998;
  border: 1px solid#3b5998;
  color: #fff;
  transition: 0.2s;
}

._social_04 ol li:nth-child(2):hover {
  background: #00aced;
  border: 1px solid#00aced;
  color: #fff;
  transition: 0.2s;
}

._social_04 ol li:nth-child(3):hover {
  background: #c32f10;
  border: 1px solid#c32f10;
  color: #fff;
  transition: 0.2s;
}

._social_04 ol li:nth-child(4):hover {
  background: #e1306c;
  border: 1px solid#E1306C;
  color: #fff;
  transition: 0.2s;
}

._social_04 ol li:nth-child(5):hover {
  background: #0177b5;
  border: 1px solid#0177b5;
  color: #fff;
  transition: 0.2s;
}

._social_04 ol li:hover,
._social_04 ol li:hover i {
  color: #fff;
}

._social_04 ol li i:nth-child(1):hover {
  color: #fff;
}

._social_04 ol li i {
  font-size: 15px;
  color: #2b3990;
}

.nm_lk {
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .form-03-main {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .form-02-main {
    height: auto;
  }
}


.logo_img {
  max-width: 100%;
  transform: scale(1.7) translateY(-50px) !important;
}