

/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */


 input[type=text] {
  font-size: 14px;
  border: 1px solid #9c8860;
  width: 100%;
  height: 45px;
  background: #FFF;
  padding-left: 10px;
}   

 button {
  width: 100%;
  height:  100%;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

 button:hover {
  background: #0b7dda;
}

.pastebutton {
  float: left;
  width: 10%;
  padding: 10px;
  background: #c1c1c1;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

 .pastebutton:hover {
  background: #a1a1a1;
}


.main {
  left:0;
  top:0;
  margin: 0;
  height: 100vh;
  width:  100vw;
  position: fixed;
  text-align: center;
}


div.example {
  position: fixed;
  width: 80%;
  height: 50px;
  color: white;
  font-size: 1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  margin:0 auto;
  
  padding: 2px 2px;
}

.goBTN, .copyBTN {
    min-width: 100px;
    height: 45px;
    width: 100%;
    background-color: #FFF;
    border: 1px solid #9c8860;
    color: #444;
}

.copyBTN {
    min-width: 60px;
}

.goBTN:hover, .copyBTN:hover {
    background-color: #ff6763;
    border: 1px solid  #ff6763;
    color: #FFF;
}


.Youtube {
    cursor: pointer;
    opacity: 1;
}

.Youtube:hover {
    opacity: .5;
}
