#main {
    margin: auto;
    border: 1px solid #cccccc;
    width: 600px;
    background: #F1F3F5;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    -webkit-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 30px 0px rgba(50, 50, 50, 0.75);
}

form {
    margin-left: 160px;
    border: 1px solid #cccccc;
    background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
    margin-right: 10px;
}

#result {
    margin-left: 80px;
    border: 1px solid #cccccc;
    width: 270px;
    background: #E9ECEF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    font-size : 12px;
    padding:5px;
    margin-bottom:10px;
}

.text {
    border: 1px solid #cccccc;
}

input {
    border: 0px solid #cccccc;
}

.values{
    font-family: verdana;
    font-weight:normal;
    font-size : 10px;
    align:top;
    vertical-align:top;
}

.key{
    font-family: verdana;
    font-weight:bold;
    font-size : 12px;
    padding-bottom:15px;
}


.caption{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:10px;
    font-size : 14px;
    color:#C64934;
}

#icon{
    width:150px;
    height:98px;
    float:left;
    background-image:url(login.png);
    background-repeat: no-repeat;
    background-position:center center;
}
#icon2{
    width:80px;
    height:80px;
    float:left;
    background-image:url(icon2.gif);
    background-repeat: no-repeat;
    background-position:center center;
}

#source{
    text-align:right;
    align:right;
    padding-right:10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size : 10px;
    color:#CCCCCC;
}

body{
    background: url('/kepek/hatter.svg');
    background-position: top;
    background-size: cover;
    margin: 0px;
}