﻿body {
}
.center {
    margin: auto;
    width: 60%;
    border: 5px solid #FFFF00;
    padding: 10px;
}
.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.full-width {
    width: 100vh;
}

#Image1 {
    width: 24vw;
    height: 60vh;
}

.elements {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro {
    width: 24vw;
    height: 60vh;
    box-shadow: black 0px 40px 60px;
}

#Label1 {
    display: block;
    padding-top: 7vh;
    padding-left: 7.5vw;
    font-size: 6vw;
    font-size: 8vh;
    font-family: 'Leckerli One','Algerian';
    text-shadow: black 0px 20px 20px;
}

.txt1 {
    margin-top: 4vh;
    margin-left: 2vw;
}

.txt2 {
    margin-top: 7.4vh;
    margin-left: 2vw;
}

    .txt1[placeholder], .txt2[placeholder] {
        font-family: 'Oleo Script Swash Caps';
        font-size: 2vw;
        padding-left: 6vw;
    }

.txtstyle {
    width: 20vw;
    height: 6vh;
    border: 0;
    border-radius: 4%;
    background-color: rgba(252,251,251,0.80);
    box-shadow: black 0px 30px 50px;
}

.btnstyle {
    margin-top: 10vh;
    width: 11vw;
    height: 7vh;
    margin-left: 0.6vw;
    font-family: 'Oleo Script Swash Caps';
    font-size: 2vw;
    border: 0px;
    color: black;
    text-shadow: black 0px 10px 10px;
    background-color: rgba(255,255,255,0.57);
}

    .btnstyle:hover {
        background-color: transparent;
        box-shadow: black 0px 90px 80px;
    }
@import url('https://fonts.googleapis.com/css?family=Numans');

html, body {
    background-image: url('/b00.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Numans', sans-serif;
}

.container {
    height: 100%;
    align-content: center;
}

.card {
    height: 370px;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

    .social_icon span:hover {
        color: white;
        cursor: pointer;
    }

.card-header h3 {
    color: white;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #FFC312;
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    color: black;
    background-color: #FFC312;
    width: 100px;
}

    .login_btn:hover {
        color: black;
        background-color: white;
    }

.links {
    color: white;
}

    .links a {
        margin-left: 4px;
    }
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.leftPane {
    padding-right: 10px;
    margin-right: 20px;
}

.leftPane, .rightPane {
    float: left;
}

.previmage {
    width: 230px;
    height: 220px;
    vertical-align: middle;
}

#pvwImage {
    display: none;
    margin: 10px;
    width: 200px;
    height: 180px;
    vertical-align: middle;
}

.size-custom {
    width: 815px;
}