/*
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 : 22 Aug, 2015, 1:21:59 PM
    Author     : Jithin Jose (+91-8943729990)
*/

@font-face{font-family:OpenSans-Bold;src:url('../font/OpenSans-Bold.ttf');}
@font-face{font-family:OpenSans-Light;src:url('../font/OpenSans-Light.ttf');}
@font-face{font-family:OpenSans-Regular;src:url('../font/OpenSans-Regular.ttf');}
@font-face{font-family:OpenSans-Semibold;src:url('../font/OpenSans-Semibold.ttf');}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.headerdiv
{
    height: 90px;
    width: 100%;
    background-color: #ffffff; 
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.headertxt
{
    font-family: OpenSans-Bold;
    font-size: 1.2em;
    color: #353535;
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.headersubtxt
{
    font-family: OpenSans-Light;
    font-size:.8em;
    color: #000000;
    margin-left: 55px;
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.welcome
{
     font-family: OpenSans-Semibold;
    font-size: 1.2em;
    color: #353535;
    margin-top: 25px;
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.adsdiv
{
    width: 630px;
    height: 422px;
    background-color: #ffffff;
    -webkit-box-shadow: 9px 9px 5px -4px rgba(0,0,0,0.05);
    -moz-box-shadow: 9px 9px 5px -4px rgba(0,0,0,0.05);
    box-shadow: 9px 9px 5px -4px rgba(0,0,0,0.05);
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.logindiv
{
    width: 340px;
    height: 422px;
    background-color: #ffffff;
    -webkit-box-shadow: 9px 9px 5px -4px rgba(0,0,0,0.05);
    -moz-box-shadow: 9px 9px 5px -4px rgba(0,0,0,0.05);
    box-shadow: 9px 9px 5px -4px rgba(0,0,0,0.05);
    margin-left: 30px;
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.footext
{
    font-family: OpenSans-Regular;
    font-size:.8em;
    color: #3d3d3d;  
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.signindiv
{
    font-family:OpenSans-Bold;
    color: #4b4b4b;
    font-size: 2.2em;
    margin-left: 15px
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.usepas
{
    font-family: OpenSans-Bold;
    font-size:1em;
    color: #353535; 
    margin-left: 30px;     
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.userpass
{
    border: none;
    width: 225px;
    height: 20px;
    
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.divup
{
    border: 1px solid #cecece;
    border-radius:6px;
    margin-left: 30px;
    height: 32px
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

input:focus{outline: 0;}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.yourip
{
    font-family:OpenSans-Semibold;;
    color: #969696;
    font-size: .9em;
    margin-top: 20px;
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.LoginIn
{
    font-family:OpenSans-Semibold;;
    color: #414141;
    font-size: 1.1em;
    border: none;
    background-color: #41d081;
    width: 245px;
    height: 40px;
    margin-left: -20px;
    margin-top: 20px
}

/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/
/* ---------- --------------- -------------- ------------ ----------- -------*/

.iframes
{
    border: none;
    overflow: no-content;
   width: 630px;
    height: 422px;
}

.bover{text-decoration:none}
.bover:hover{margin-left:-15px}