.error {
    margin: 20px 0 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.main {
    display: table;
    margin: 50px 0;
}

.info_wrap {
    display: table-cell;
    width: 550px;
    padding: 25px 60px 0 0 ;
}

.title {
    margin: 0 0 20px 10px; 
    font-size: 28px;
    font-weight: bold;
}

.text {
    font-size: 16px;
    line-height: 140%;
}

.login_wrap {
    display: table-cell;
    width: 350px;
}

.hei {
    height: 30px;
    padding: 7px 0;
    line-height: 140%;
}

.login_info {
    padding: 7px 0;
    font-weight: bold;
}

.login {
    text-align: center;
    margin: 20px 0 0; 
}

.log_btn {
    width: 100px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
}

.entry {
    width: 350px;
    height: 40px;
    margin: 30px 0 0;
    text-align: center;
    line-height: 40px;
    background-color: #FF6600;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}

.entry_link {
    display: block;
    color: white;
}

.entry :visited{
    display: block;
    color: white !important;
}


.entry :hover{
    display: block;
    color: white !important;
}