﻿  @import url('https://fonts.googleapis.com/css?family=Muli');

body {
    font-family: 'Muli', sans-serif;
   
    background-size: 90% 70%;
    -webkit-animation: AnimationName 14s ease infinite;
    -moz-animation: AnimationName 14s ease infinite;
    animation: AnimationName 14s ease infinite;
}
.despacito {
    transform:scale(1,1);
    position: absolute;
    margin: auto;
    padding: 2%;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    height: 90%;
    width: 60%;
    z-index: 1;
}

@-webkit-keyframes AnimationName {
    0%{background-position:92% 0%}
    50%{background-position:9% 100%}
    100%{background-position:92% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:92% 0%}
    50%{background-position:9% 100%}
    100%{background-position:92% 0%}
}
@keyframes AnimationName { 
    0%{background-position:92% 0%}
    50%{background-position:9% 100%}
    100%{background-position:92% 0%}
}
 

 
.inp{
    
    margin-top:5px;
    margin-bottom:5px;
    font-size:14px;
    padding:2px;
    padding-left:12px;
}

.MainHead{
    font-family: 'Muli', sans-serif;
    font-size:24px;
    color:black;
   font-weight:700;
   text-align:center;
   position:relative;
}
#Bord{
    position:relative;
   
}
#Bord>div{
     padding:20px;
}
#Bord::after{
    position:absolute;
    top:0px;
    content:'';
    left:50%;
    z-index:1000;
    height:60vh;
    width:2px;
    background-color:#b3b3b3;
   /* border: 2px solid #191919;*/
}

.SubHead{
    font-family: 'Muli', sans-serif;
    font-size:22px;
    color:black;
   font-weight:600;
   text-align:center;


}

.ContFluid{
        background-color: #f1f1f1;
    padding: 30px;
}

.LableHead{
    font-family: 'Muli', sans-serif;
    font-size:14px;
    color:black;
   font-weight:700;
   text-align:left;

}

.iconbox {
    
    border-style:solid;
    border-width:thin;
    border-color:#dddddd;
    width:90px;
    background-color:#ffffff;
    float:left;
    
}



.IconHead{
    font-family: 'Muli', sans-serif;
    font-size:14px;
    color:black;
   font-weight:800;
   text-align:left;
   }

#IconsizeFB{
    height:20px;
    width:20px;
    color:#3b5998;
    text-shadow: 1px 1px 1px #ccc;

}

#IconsizeGoogle {
    height: 50px;
    width: 50px;
    color: red;
    text-shadow: 1px 1px 1px #ccc;
    font-size:14px;
}
 
#Iconsizelinkedin {
    height: 50px;
    width: 50px;
    color: #0079aa;
    text-shadow: 1px 1px 1px #ccc;
}

.forgotPass{
    color:#88c4de;
position:absolute;
top:48px;
right:18px;
text-decoration: underline;

}


.LogButton{
    color:white;
    background-color:rgba(0,153,204,1);
    width:100px;
    border-radius:0px;
    border-color:transparent;
}
.modeButton{
    color:black;
    background-color:#fcfdfd;
    width:100px;
    border-radius:1px;
    border-color:transparent;
    float:left;
    margin:5px;
    padding:2px;
    
    
}


.orCol{
    margin:14px;
    color:#b3b3b3;

}

.bae{
    
    position:relative;
}
.bae:after{
    content:'';
    position:absolute;
    top:50%;left:130%;
    height:1px;
    border:1px solid #b3b3b3;
    width:1100%;
    border-radius:1px;
}

.bae:before{
    content:'';
    position:absolute;
    top:50%;right:130%;
    height:1px;
    border:1px solid #b3b3b3;
    width:1100%;
    border-radius:1px;
}
.bomx > div{
   margin:5px;

   padding:2px;
        float:left; 
           
        }


.bg_head_blog {
    min-height: 70px;
    background-image: url(https://vyre.co/V2/img/header_blog1.jpg);
    background-size: 100% 100%;
    background-position: center;
}
.img {
    margin-top: 9px;
    margin-bottom: 9px;
}


span.LableHead:after {
  content:"*";color:red;
}

.footer {

     font-family: 'Muli', sans-serif;
    font-size:12px;
    color:black;
   font-weight:700;
   text-align:center;


}