/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 20, 2015, 2:10:13 PM
    Author     : piyachat
*/
body{
    /*background-color: #00A99D;*/
   /*background-color:#090935;*/
   background-color:#0b0b26;
/*    overflow: hidden;*/
}

.box-login-not-mobile{
    max-width:300px;
    margin:auto; 
    /*text-align: center;*/
    color:#ffffff;
    /*border: 1px solid #ffffff;*/
    /*padding-top: 250px;*/
    text-align: center;
    position: relative;
}
.box-login-contr{
    width:100%;
/*    position: fixed;
    bottom: 20px;*/
}

#btn-login-back{
    font-size: 2.5em;
    cursor: pointer;
    margin:20px;
    color:#fff;
}
#btn-login-back:hover{
    color: #ffff00;
}