﻿body {
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color:green;*/
    background: url(../Source/background1.jpg) no-repeat;
    background-size:cover;
    background-position:center;
}
.wrapper {
    margin:60;
    padding:30px 40px;
    box-sizing:border-box;
    width:500px;
/*    padding-left: 30% !important;
    padding-right: 30% !important;*/
    background-color: transparent;
    border:2px solid;
    border-color:rgba(255,255,255,.2);
    border-radius:10px;
    color:#ffffff;
    
}
