@charset "utf-8";

html{
    height:100%;
}

body{
    font-family: 'Noto Sans', sans-serif;
    font-size:15px;
    color:#393939;
    line-height:130%;
    background-image:url('/images/pagebg.jpg');
    background-repeat:repeat;
    background-position:left center;
    /*background-color:#0f0b0c;*/
}

input, select, textarea{
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#393939;
}

button{
    font-family: 'Open Sans', sans-serif;
}
ul{
    margin:0;
    padding:0;
}


.container{
    margin:0 auto;
    width:1000px;
    
    -webkit-border-radius: 1px;
    border-radius: 1px;
    color:#d6b469;
    border:2px solid #c1a467;
    
    -webkit-box-shadow: 0 0 35px 10px #000000;
    box-shadow: 0 0 35px 10px #000000;
}

.head{
    height:107px;
    background-image:url('/images/head.png');
    background-repeat:no-repeat;
    padding:10px 25px;
}
.content{
    background-image:url('/images/content.png');
    background-repeat:repeat-y;
    display:table;
    padding-top: 20px;
}

.head .logo .name{
    font-family: 'MTCORSVA';
    font-size:60px;
    line-height:100%;
    
}
.head .logo .slogen{
    font-size:24px;
    font-style:italic;
}
.main{
    overflow:hidden;
}
.left{
    width:250px;
    display:table-cell;
    vertical-align:top;
    background-image:url('/images/leftbg.png');
    background-repeat:no-repeat;
    background-position:left bottom;
}
.right{
    width:690px;
    padding:0 30px;
    display:table-cell;
    vertical-align:top;
}

.menu{
    background-image:url('/images/menu.png');
    background-repeat:repeat-y;
    padding:7px 0;
    margin-bottom:20px;
}
.menu li{
    font-style:italic;
    font-size:18px;
    color:White;
    padding:7px 20px;
}

.left .box{
    padding:20px;
    font-size:16px;
}

.foot{
    background-color:rgba(0,0,0,0.8);
    padding:5px;
    font-size:12px;
    color:white;
}
.footer{
    text-align:center;
    font-size:12px;
    color:black;
    margin:5px 0;
    text-shadow: 0 0 2px #000000;
}

/* INFOPAGE */

.infopage{
    margin:20px 0;
}

.infopage p{
    margin:15px 0;
}
.infopage h1{
    color:White;
    font-style:italic;
    font-size:24px;
    font-weight:400;
}

.infopage ul{
    padding-left:20px;
}
.infopage ul li{
    padding-left:10px;
    margin:5px 0;
}

.infopage table p{
    margin:0;
}
.infopage h2{
 
    color:White;
    font-size:18px;
    font-weight:400;
}

.pagetitle{
    font-weight:300;
    /*text-transform:uppercase;*/
    color:#4782ff;
    color:#d6b469;
    font-size:43px;
    margin:5px 0 40px;
    letter-spacing:-2px;
    
}


.formLabel{
    font-size:18px;
    color:#a61b80;
    color:white;
    /*font-weight:bold;*/
    margin:20px 0 5px;
    text-transform:uppercase;
}

.formText{
    border:none;
    background-color:#dfecf7;
    width:285px;
    padding:8px 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.registerform button{
    border:none;
    background-color:#d6b469;
    padding:5px 20px;
    color:white;
    text-transform:uppercase;
    font-size:18px;
    font-weight:bold;
    float:left;
    margin-top:25px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    
}
.successeful{
    color:#4782ff;
    font-size:18px;
    margin-top:80px;
}

.registerform .warning{
    font-size:12px;
    color:#cb183a;
}