﻿body {
    font-family: 'peshang_des';
    background-color:#0a3351;
}

@font-face {
    font-family: 'peshang_des';
    src: url('../fonts/peshang_des_1_bold_.ttf') format('truetype');
}

.mainlog {
    direction: ltr;
    width: 350px;
    background-color: white;
    border: none;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px #808080;
    text-align: center;
    padding:15px;
    margin-left:38%;
    margin-top:10%;
}

.lbl{
    display:block;
    font-size:25px;
}
.txt {
    display: block;
    width: 85%;
    margin-left: 8%;
    font-size: 20px;
    text-align:center;
}
.btnlog{
    margin:25px;
    
    width:120px;
    font-size:15px;
    padding:4px;
    font-family:'peshang_des';
    background-color:#15834a;
    border-radius:4px;
    border:none;
    color:white;
    cursor:pointer;

}