@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 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.vendor-login-inner {
    max-width: 400px;
    margin: 0 auto;
    /*border-radius: 15px;*/
    z-index: 99;
    text-align: center;
    padding: 2% 2%;
    background: #fff;
    -webkit-box-shadow: 0px 0px 9px 2px rgba(0, 146, 1401, 0.49);
    -moz-box-shadow: 0px 0px 9px 2px rgba(0, 146, 1401, 0.49);
    box-shadow: 0px 0px 9px 2px rgba(0, 146, 1401, 0.49);
    height: 250px;
}



input:-webkit-autofill {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

    input:focus,
    input:-webkit-autofill:focus {
        border-color: #66afe9;
        -webkit-box-shadow: inset 0 0 0px 9999px white, 0 0 8px rgba(102, 175, 233, 0.6);
    }

.vendor-add img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.vendor-cld {
    padding-top: 23px;
    height: auto;
    background-repeat: no-repeat;
    background-position: 0 30px;
    background-size: contain;
}

.vendor-form h3 {
    color: #0092bf;
    margin: 0px 0 20px;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    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: 1px solid rgba(0, 146, 1401, 0.49) !important;
        line-height: 40px;
        font-weight: 600;
        margin: 0 auto;
    }

.scd-txt {
    margin-top: -34px !IMPORTANT;
}

.sign-up-head {
    background: url(../images/cloud-big.jpg) no-repeat !important;
    background-position: 20px 0;
}



.sign-button input {
    background: #0092bf !important;
}

#btnLogin {
    width: 100%;
    margin: 30px auto 15px;
    display: block;
    border-radius: 5px;
    color: #14225b;
    background: #0092bf !important;
    border: solid 1px #14225b;
    font-weight: 600;
    transition: all 0.3s;
    cursor: pointer;
    line-height: 40px;
    outline: none;
    text-transform: uppercase;
}

input [type=submit] {
    background: #0092bf !important;
}

.sign-button input:hover {
    background: #244082;
    color: #000;
}

.bot-link a {
    color: #14225b;
    font-size: 11px;
    margin-top: 10px;
    margin-top: 50px;
}

.required {
    font-size: 12px;
    color: red;
}

.successMsg {
    font-size: 12px;
    color: green;
}

#server {
    display: none;
}

@media screen and (max-width:480px) {
    .vendor-login-inner {
        width: 90%;
        margin: 0px auto;
    }

    .vendor-login-inner {
        max-width: 90%;
        margin: auto
    }
}
