@import url('https://fonts.googleapis.com/css?family=Roboto:500,600,700;');

body{
font-family: 'Roboto', sans-serif !important;
font-weight:500 !important;

}
*:focus {
    outline:0;
    border:none;
}

/***Login Wrapper*/
.vendor-login { max-width:265px; border-radius:5px; margin:0 auto; background: #fff; background-repeat: no-repeat; background-position: left bottom; background-repeat:no-repeat; border-radius: 7px; z-index:99; position:absolute; top:20%; left:17%; text-align:center;}
.vendor-add img { position:absolute;  top:0; left:0; width:100%;  }
.vendor-cld {    padding-top: 23px; height: 62px;  background-repeat:no-repeat; background-position: 0 30px;      background-size: contain;}
.vendor-form h3 { color:#767676; font-size:14px;     margin: 10px 0 0; font-weight: 600;}

/***Sign up ***/
.sign-up{ max-width:580px !important;}
.sign-up-pg { width: 500px;}
.sign-up-btn button { display:inline-block; width:49%;}
.vendor-form { position:relative;}


.styled-input{ position: relative;     width: 100%; display: inline-block; font-size: 11px;}
.styled-input label {color: #bdbdbd; padding:8px; position: absolute; top: 20px; left:35%;  -webkit-transition: all 0.25s ease; transition: all 0.25s ease; pointer-events: none; opacity:1; font-size:12px;}
.styled-input input:valid ~ label, input:focus ~ label {font-size: 10px; color: #00BCD4;  top:10px; -webkit-transition: all 0.5 ease;transition: all 0.125s ease; opacity:0;}

.styled-input input {display:block; width:100%; font-size:13px;  margin:10px 0; text-align: center;     border-bottom: 1px solid #d3d3d3 !important; border:none;  border-top: 1px solid #d3d3d3 !important; line-height:40px; font-weight:600; }
.scd-txt {margin-top: -34px !IMPORTANT; }
.sign-up-head{ background: url(../images/cloud-big.jpg) no-repeat !important; background-position:20px 0;}
.sign-button [type="submit"] { background: #fff; display: block; width: 90px; margin:15px auto 25px; display:block; font-size: 13px;border-radius: 50px;  border: 1px solid #eb522f; line-height: 25px; color: #14225b; font-weight: 600;transition: all 0.3s; cursor: pointer;}
.sign-button [type="submit"]:hover {  background: #eb522f;color: #fff;}
.bot-link h4 {    color: #14225b; font-size: 11px;  margin-top: 10px; margin-top: 50px;}
.alert{
    background: #e62d2d;
    color: white;
    font-size: 16px;
    padding: 5px;
    margin-top: 10px;
}
.alert a
{
    display:none;
}