﻿@font-face {
    font-family: 'audiowideregular';
    src: url('/fonts/audiowide-regular.woff2') format('woff2'), url('/fonts/audiowide-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #0e0e0e;
    background: rgb(223, 221, 222);
    background: radial-gradient(circle, rgba(223, 221, 222, 1) 0%, rgba(212, 225, 240, 1) 100%);
    text-decoration: none;
}

.login-block {
    float: left;
    width: 100%;
    padding: 50px 0;
}

.banner-sec {
    background: url(https://static.pexels.com/photos/33972/pexels-photo.jpg) no-repeat left bottom;
    background-size: cover;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

.container {
    background: #fff;
    border-radius: 10px;
    box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1);
}

.carousel-inner {
    border-radius: 0 10px 10px 0;
}

.carousel-caption {
    text-align: left;
    left: 5%;
}

.login-sec {
    padding: 30px 30px;
    position: relative;
}

.login-sec .copy-text {
    position: absolute;
    width: 80%;
    bottom: 20px;
    font-size: 20px;
    text-align: center;
}

.login-sec .copy-text i {
    color: #feb58a;
}

.login-sec .copy-text a {
    color: #e36262;
}

.login-sec h2 {
    margin-bottom: 30px;
    font-weight: 800;
    font-size: 30px;
    color: #de6262;
}

.login-sec h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #feb58a;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
}

.btn-login {
    background: #de6262;
    color: #fff;
    font-weight: 600;
}

.banner-text {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

.banner-text h2 {
    color: #fff;
    font-weight: 600;
}

.banner-text h2:after {
    content: " ";
    width: 100px;
    height: 5px;
    background: #fff;
    display: block;
    margin-top: 20px;
    border-radius: 3px;
}

.banner-text p {
    color: #fff;
}

---SIDE MENU---------------- *

/
