/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/*
    Created on : Dec 1, 2017, 12:01:16 PM
    Author     : Hansraj Sharma
*/

.home-banner {
    background-image: url('../images/home_banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.brand-logo img {
    height: 54px;
}

.background-transparent {
    background-color: transparent !important;
}

.no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.banner-text {
    color: #FFF;
    font-weight: 900;
    font-family: 'Roboto';
    text-align: center;
    line-height: 1.5;
    font-size: 28px;
}

nav ul a.menu:hover {
    text-decoration: none;
    background-color: transparent !important;
    color: #FFF;
}

.btn.login {
    background-color: #FFF;
    color: #784AB7;
    text-transform: capitalize;
    border-radius: 50px;
    font-weight: bold;
}

.login-box {
    padding: 40px;
    background-color: #FFF;
    border-radius: 4px;
    margin-right: 15px;
    margin: 40px 0;
    margin-left: 10%;
}

.forgot-password:hover {
    color: #784AB7;
}

.forgot-password {
    position: absolute;
    margin-top: 16px;
    font-size: 12px;
    right: 15px;
    color: #784AB7;
    text-decoration: none;
}

.weeve-input {
    height: 52px !important;
    background-color: #F2f2f2 !important;
    border: none !important;
    box-shadow: none !important;
    font-family: 'Quicksand' !important;
    font-size: 12px !important;
    text-indent: 15px !important;
    border-radius: 2px !important;
}

.btn-submit:not(.disabled),
.btn-submit:not(.disabled):focus,
.btn-submit:not(.disabled):hover {
    background-color: #794BBB !important;
    color: #FFF !important;
}

.weeve-btn {
    height: 48px !important;
    border: none !important;
    box-shadow: none !important;
    font-family: 'Quicksand' !important;
    font-size: 12px !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #CCC !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #CCC !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #CCC !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #CCC !important;
}

.form-notice {
    color: #b7b7b7;
    font-size: 12px;
    font-family: 'Open Sans';
}

a.form-notice {
    text-decoration: underline;
}

.margin-top-4 {
    margin-top: 40px;
}

.phone-device {
    max-height: 600px;
}

.text-image-container {
    display: block;
}

.list-image-box {
    width: 100px;
    float: left;
}

.list-text-box {
    display: inline-block;
    width: calc(100% - 110px);
}

.list-text-box .text-title {
    color: #666666;
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
}

.list-text-box p{
    font-family: 'Roboto', sans-serif;
}

.footer-logo {
    height: 32px;
}

ul.social-icons {
    margin-top: 5px;
}

.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}

.social-icons a {
    color: #fff;
    text-decoration: none;
}

.social-icon img {
    height: 24px;
    margin: 0px 10px;
}


/*Particals*/

.art_1 {
    z-index: 2;
    position: absolute;
    height: 200px;
    left: -4%;
    top: 100px;
}

.art_2 {
    z-index: 2;
    position: absolute;
    height: 120px;
    left: 32%;
    top: -97px;
}

.art_2_2 {
    z-index: 2;
    position: absolute;
    height: 76px;
    right: 23%;
    bottom: 26px;
}

.art_3 {
    z-index: 2;
    position: absolute;
    height: 56px;
    right: 22%;
    top: 110px;
}

.art_4 {
    z-index: 2;
    position: absolute;
    height: 62px;
    left: 38%;
    top: -16px;
}

.art_5 {
    z-index: 2;
    position: absolute;
    height: 160px;
    right: 8%;
    top: 260px;
}

.art_6 {
    z-index: 2;
    position: absolute;
    height: 209px;
    left: 30%;
    top: 592px;
}

#error-box {
    color: red;
    font-size: 12px;
    font-family: 'Quicksand';
    position: absolute;
    bottom: 0px;
}

#loader {
    position: absolute;
    bottom: 0;
    left: 43%;
}

.spinner-theme-only {
    border-color: #794bb8 !important;
}

.flexbox {
    display: flex;
}