﻿.div-user {
    position: relative;
}

.logging {
    -webkit-animation-name: blink;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s;
    /* Safari 4.0 - 8.0 */
    animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

.loadmove {
    -webkit-animation-name: loadmoveee;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s;
    /* Safari 4.0 - 8.0 */
    animation-name: loadmoveee;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

body {
    font-family: sans-serif;
    /*background-image: url(images/bg-2.jpeg)!important;
        background-repeat: no-repeat;
        background-size: cover;

        */
}

.vs-txt {
    height: 51px;
    text-align: center;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 2px solid #aaa8a8;
    width: 86%;
    font-size: 1.5em;
    border-radius: 50px;
}

    .vs-txt:focus {
        outline: none;
        border-bottom: 2px solid #e74c3c;
    }

.vs-btn {
    width: 300px;
    height: 60px;
    font-size: 1.5em;
    border-color: #e74c3c;
    background: #e74c3c;
    color: #fff;
    -webkit-transition: 1s;
    -webkit-transition-timing-function: linear;
    transition: 1s;
    transition-timing-function: linear;
    border-radius: 50px;
}

    .vs-btn:focus {
        outline: none;
    }

.login-div {
    width: 350px;
    margin: 116px auto;
    padding: 100px 30px 30px 30px;
    height: 350px;
    position: relative;
    -webkit-animation-name: bordershow;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s;
    /* Safari 4.0 - 8.0 */
    animation-name: bordershow;
    animation-duration: 2s;
}

.img-circle-div {
    border: 1px solid #ddd;
    border-radius: 100px;
    height: 120px;
    width: 120px;
    position: absolute;
    top: -64px;
    left: 135px;
    background: #ddd;
}

.img-logo {
    height: 120px;
    width: 120px;
}


.quoteclass {
    float: left;
    border-radius: 10px;
    line-height: 48px;
    font-family: Bradley Hand, cursive;
    box-shadow: 1px 1px 1px;
    border-radius: 50%;
    background-color: white;
    font-size: 0.8em;
    word-wrap: break-word;
}

.vs-quote {
    width: 370px;
    margin: 171px 0px 0px 200px;
    /* padding: 150px 30px 30px 160px; */
    height: 370px;
    position: relative;
    animation-name: bordershow;
    position: relative;
}

.insidediv-quote {
      position: absolute;
    margin: -15px 30px 50px 30px;
    line-height: 35px;
    font-size: 1.55em;
    text-align: center;
    font-weight: bold;
    color:#776a68;

}

.bg-class{
    background: linear-gradient(rgba(78, 90, 124, 0.49),rgba(78, 90, 124, 0.49)),url(/Content/VSContent/images/background-accounting-7.jpg);
    background-size: initial;
    margin:0px;
}

