/* 
    Created on : Nov 7, 2017, 6:29:47 PM
    Author     : Rafail
*/

p {
    color: white;
}

.regdiv {
    border: solid 1px white;
    min-height: 200px;
    width: 100%;
    margin-top: 30px;
    margin-left: 15px;
    border-radius: 10px;            
}

body {
    background-image: url(../images/background.jpg);
    background-size: 100%;
}