﻿
.container-top {
    background-image: url('../../assets/img/1920x1080/img2.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    /*height: calc(100vh - 200px);*/
    padding: 32px;
}


footer {
    padding-left: 32px;
}

.register-container {
    padding-top: 32px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
}

.register-inner {
    background-color: aliceblue;
    padding: 32px;
    border-radius: 4px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.shadow {
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    background-color: #f5ba4b;
    opacity: 0.8;
    display: list-item;          /* This has to be "list-item"                                               */
    list-style-type: disc;       /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
    list-style-position: inside; /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-position */
    max-width: 540px;
    border-radius: 4px;
    font-weight: 400;
}

.card-subtitle {
     -webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
            text-align: center;
            background-color: #f5ba4b;
            /*color: #007bff;*/
            padding-top: 32px;
            padding-bottom: 16px;
            border-top: 2px solid silver;
}

.row {
    margin:0;
    padding:0;
}

.circled-border {
    border: 2px solid #f5ba4b;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    margin: auto;
}

.circled-border i {
    margin-left: 20px;
    color: #f5ba4b;
}


.container {
    width: 100%;
    max-width: 100%;
}

.landing-container {
    background-color: black;
    padding: 32px;
    border-radius: 8px;
    text-align: center;
    
}

    .landing-container h1 {
        font-size: 40px;
        font-weight: 700;
    }

    .landing-container p {
        font-size: 24px;
    }

    .landing-container div .btn {
        color: red;
        font-size: 20px;
    }







