/*
Theme Name: Custom Login Page
Author: Samantha Amarathunga
Author URL: http://www.summitebiz.com/
*/

/* Font Face -------------------------------------------*/
@font-face {
	font-family: 'Conv_Summit_login';
	src: url('fonts/Summit_login.eot');
	src: local('?'), url('fonts/Summit_login.woff') format('woff'), url('fonts/Summit_login.ttf') format('truetype'), url('fonts/Summit_login.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


html{
    height:100%;
}

body{
    margin:0;
    padding:0;
  /*  background:url(../images/bg.jpg) left 246px repeat-x #FFFFFF;*/
}

fieldset{
    border:none;
}

/* Main Style ---------------------------------------*/

#mainWrapper{
    margin:30px auto;
    background:url(../images/login-bg-2.png) no-repeat;
    width:410px;
    height:448px;
    position:relative;
    font-family:'Conv_Summit_login' ,arial;
    font-size:80%;
    line-height:16px;
    outline:none;
    border:0;
}

#login_top{
    height:20px;
    color:#FFFFFF;
    font-size:18px;
    text-transform:uppercase;
    padding:10px 20px;
}

#sys_name{
    color: #3DA99D;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    text-transform: uppercase;
    width: 400px;
}

#comp_name{
    color: #3DA99D;
    font-size: 14px;
    margin: 0;    
    text-transform: uppercase;
    width: 400px;    
}

#error_msg{
    color: red;
    margin-bottom: -30px;
    margin-top: 20px;  
}

#username_01{
    background: url("../images/text-area.png") no-repeat scroll 0 0 #FFFFFF;
    height: 45px;
    left: 70px;
    margin-top: 50px;
    position: relative;
    width: 250px;
}

#username_01 #user_temp{
    border: medium none navy;
    color: #828282;
    font-size: 16px;
    margin: 10px 0 0 12px;
    width: 90%;
}

#username_02{
    background: url("../images/text-area.png") no-repeat scroll 0 0 #FFFFFF;
    height: 45px;
    left: 70px;
    margin-top: 50px;
    position: relative;
    width: 250px;
}

#username_02 #user_name{
    border: medium none navy;
    color: #828282;
    font-size: 16px;
    margin: 10px 0 0 12px;
    width: 90%;
}

#password_01{
    background: url("../images/text-area.png") no-repeat scroll 0 0 #FFFFFF;
    height: 45px;
    left: 70px;
    margin-top: 5px;
    position: relative;
    width: 250px;
}

#password_01 #pass_ori{
    border: medium none navy;
    color: #828282;
    font-size: 16px;
    margin: 10px 0 0 12px;
    width: 90%;
}

#password_02{
    background: url("../images/text-area.png") no-repeat scroll 0 0 #FFFFFF;
    height: 45px;
    left: 70px;
    margin-top: 5px;
    position: relative;
    width: 250px;
}

#password_02 #password{
    border: medium none navy;
    color: #828282;
    font-size: 16px;
    margin: 10px 0 0 12px;
    width: 90%;
}


#submit .default{
    background: url("../images/login-btn.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 15px;
    text-transform:uppercase;
    height: 27px;
    left: 79px;
    position: relative;
    width: 77px;
    margin-top:10px;
}

#summit{
    bottom: 42px;
    color: #464747;
    font-size: 13px;
    left: 196px;
    position: absolute;
}

#summit #solutions_t{
    padding-bottom: 23px;
}

#summit #visit_t{
    line-height: 10px;
    margin-left: 20px;
}

#summit #visit_t span a{
    color:#258c8e;
    text-decoration:none;
}

#summit #visit_t span a:hover{
    color:#66afaf;
    text-decoration:underline;
}