﻿body {
    padding-top: 40px;
    padding-bottom: 20px;
    background: url(../Backgrounds/Back6.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.form {
    width: 430px;
    height: auto;
    /*background: #e6e6e6;*/
    background: rgba(160, 160, 160,1);
    border-radius: 10px;
    opacity:0.9;
    box-shadow: 0 0 60px -10px #000;
    margin: auto;
    padding: 5px 30px;
    max-width: calc(100vw - 40px);
    box-sizing: border-box;
    font-family: 'Montserrat',sans-serif;
    position: relative
}


h2 {
    font-size: 30px;
    text-align: center;
    position: center;
    padding-bottom: 10px;
    color: #FFFFFF;
    border-bottom: 3px solid #78788c
}

input {
    width: auto;
    padding: 0px;
    display: inline-block;
    box-sizing: border-box;
    background: none;
    outline: none;
    resize: initial;
    border: 0;
    font-family: 'Montserrat',sans-serif;
    transition: all .3s;
    border-bottom: 0px solid #bebed2;
}

    input:focus {
        border-bottom: 0px solid #78788c
    }

p:after {
    content: attr(type);
    display: inline-block;
    margin: 0px 0 0;
    font-size: 20px;
    color: #FFFFFF
}

button {
    float: right;
    padding: 8px 12px;
    margin: 8px 0 0;
    font-family: 'Montserrat',sans-serif;
    border: 2px solid #78788c;
    background: 0;
    color: #5a5a6e;
    cursor: pointer;
    transition: all .3s
}

    button:hover {
        background: #78788c;
        color: #fff
    }

div {
    content: 'Hi';
    position: initial;
    bottom: 0px;
    right: 0px;
    background: #50505a;
    color: #fff;
    width: 100px;
    padding: 0px 4px 0px 0;
    border-radius: 6px;
    font-size: 15px;
    box-shadow: 10px 10px 40px -14px #000
}

span {
    margin: 0 5px 0 15px
}

table {
    width: 100%;
    border: 1px solid #000;
}

th, td {
    width: 25%;
    text-align: left;
    vertical-align: top;
    border: 1px solid #000;
}