﻿.bg {
    background-image: url('wallpaper.jpeg');
    background-repeat: no-repeat;
    background-size:cover;
    height: 100%;
}

.bgDefault {
    background-image: url('../images/images.jpg');
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.Container-form {
    border: 1px solid #ffffff;
    border-radius: 10px;
    margin-top: 10vh;
    background-color: rgba(137, 196, 244, 0.7);
    padding: 30px 40px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(255,255,255,1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(255,255,255,1);
    box-shadow: 0px 0px 30px 0px rgba(255,255,255,1);
}

.login-control {
    margin: 0 5px;  
    margin: 15px 0;
}

ul.timeline {
    list-style-type: none;
    position: relative; 
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 29px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 50px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #22c0e8;
            left: 20px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }

.footer {
    position: relative;
    clear: both;
}

h1 {
    color: #04223E;
}

.xyz {
    background-size: auto;
    text-align: center;
    padding-top: 100px;
}

.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}

.btn-circle.btn-md {
    width: 50px;
    height: 50px;
    padding: 7px 10px;
    border-radius: 25px;
    font-size: 10px;
    text-align: center;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
} 