﻿.required::after {
    content: "*";
    font-weight: bold;
    color: red;
}

.form-out {
    max-width: 612px;
    height: auto;
    background-color: #ffffff;
    border-radius: 10px;
    border: 2px solid rgba(128, 128, 128, 0.40);
    margin: 5px auto;
}

.form-in {
    width: auto;
    height: auto;
    background-color: #ffffff;
    padding: 3px 20px;
}

.lables {
    max-width: 300px;
    min-height: 15px;
    padding: 5px 0px;
    color: rgb(0, 0, 0)
}

.textbox {
    width: 300px;
    height: auto;
    padding: 20px 0px;
}
.picture{
    width: 300px;
    height: auto;
}

.video-bg {
    text-align: center;
}
/*
.video {
    max-width: 400px;
    height: auto;
}*/
