/*
    Document   : override
    Created on : <date>
    Author     : <author>
    Description:
        This is where any of your application specific styles should be included
*/
.mr5{
    margin-right:5px;
}
.mar8{
	margin-right:8px;
}
.mar5{
    margin:5px 5px 0;
    display:inline-block;
}
.ml3{
    margin-left:3px;
}
.mr20{
    margin-right:20px;
}
.ml150{
    margin-left:150px;
}
.ml60{
    margin-left:60px;
}
.curPont{
    cursor:pointer;
}
.red{
    color:#ff0000;
}
.login_formLeft{
    /* width:25%; */
    display: inline-block;
    text-align:right;
}
.loginDiv h2{
    margin:30px 0;
    font-weight:700;
}
.loginDiv ul li{
    margin:25px 0;
    align-items: center;
    display:flex;
}
.loginDiv ul li .loginInput{
    border-radius:4px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 65%;
}
.loginDiv button{
    font-size: 16px;
    min-width: 100px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    position: relative;
    background: #fa9632;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #fa9632;
    margin:50px 0;
}
.textCtr{
    text-align:center;
}
