/* 
    Document   : login
    Created on : Jan 30, 2013, 10:44:51 AM
    Author     : Amit Singh < amitprogrammer@gmail.com >
    Copyright  : Asfera Technologies < asferatechnologies.com >
    Description: CSS for the login interface.
        Purpose of the stylesheet follows.
*/

.logintext {
    width: 270px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 6px;

}

.loginAddFormPage{
    width: 300px !important;
}

.login-round {
	border-radius: 0.3125em; /* 5/16 */
	-moz-border-radius: 0.3125em; /* 5/16 */
	-webkit-border-radius: 0.3125em; /* 5/16 */
}
