﻿

* {
    margin: 0px;
    padding: 0px;
    outline: none !important;
}

body {
    margin: 0 auto 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    color: #222;
    font-size: 15px;
    width: 100%;
    background-color: #fff;
    overflow-x: hidden;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #545454;
}

h1, h2, h3, h4, h5, h6 {
    color: #1e1e1e;
}

a {
    text-decoration: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

button {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    cursor: pointer;
}

input[type="submit"] {
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    cursor: pointer;
}

a:focus, a:hover {
    color: #444545;
    text-decoration: none;
}

h2 {
    color: #444545;
}

header {
    transition: 0.4s all;
}

.img-responsive {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.login-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
}

.login-input-area {
    width: 50%;
    padding: 0 150px;
}

.login-logo img {
    width: 230px;
    padding-bottom: 70px;
}

.login-input-area h1 {
    font-size: 29px;
    font-weight: 600;
    color: #222;
}

.form-control, .form-control:focus {
    border: none;
    box-shadow: none;
}

.input-group-text {
    background-color: transparent;
    border: none;
    border-radius: 0;
    color: #00b3e6;
}

.input-group {
    border-bottom: 1px solid #ddd;
}

.form-group {
    margin-bottom: 30px;
}

.login-form {
    padding-top: 25px;
}

.btn-blue {
    background-color: #f47820;
    border: none;
    padding: 15px;
    min-width: 200px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.065);
}

    .btn-blue:hover {
        background-color: #E56810;
    }

.login-img-area {
    background-image: url(/theme-neo/av/login-bg.png);
}

.login-img-area {
    background-image: url(/theme-neo/av/login-bg.png);
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    background-size: 100%;
}

.login-img-1 {
    position: absolute;
    top: 10%;
    width: 280px;
    left: 5%;
    animation: float 4s ease-in-out infinite;
    z-index: 99;
}

.login-img-2 {
    position: absolute;
    top: 14%;
    width: 280px;
    right: 8%;
    animation: float 6s ease-in-out infinite;
    z-index: 99;
}

.login-img-center {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    width: 670px;
    margin: 0 auto;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

@media(max-width:1500px) {
    .login-img-2, .login-img-1 {
        width: 200px;
    }
}

@media(max-width:1024px) {
    .login-input-area {
        width: 100%;
        padding: 45px 30px 15px;
    }

    .login-img-2, .login-img-1 {
        display: none;
    }

    .login-main {
        height: auto;
    }

    .login-img-center {
        position: static;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .login-img-area {
        width: 100%;
        padding: 15px 35px;
    }
}
